From 9c542981f14437ddf2813b5d15b80dfd2bb5b6f4 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 17 Jun 2013 14:19:54 +0000 Subject: [PATCH] Deprecate getUnitsStandardConc --- include/cantera/thermo/DebyeHuckel.h | 1 + include/cantera/thermo/FixedChemPotSSTP.h | 1 + include/cantera/thermo/GibbsExcessVPSSTP.h | 1 + include/cantera/thermo/HMWSoln.h | 1 + include/cantera/thermo/IdealMolalSoln.h | 1 + include/cantera/thermo/IdealSolidSolnPhase.h | 1 + include/cantera/thermo/IdealSolnGasVPSS.h | 1 + include/cantera/thermo/MetalSHEelectrons.h | 1 + include/cantera/thermo/MineralEQ3.h | 1 + include/cantera/thermo/MolalityVPSSTP.h | 1 + include/cantera/thermo/RedlichKwongMFTP.h | 1 + include/cantera/thermo/StoichSubstance.h | 1 + include/cantera/thermo/StoichSubstanceSSTP.h | 1 + include/cantera/thermo/ThermoPhase.h | 1 + 14 files changed, 14 insertions(+) diff --git a/include/cantera/thermo/DebyeHuckel.h b/include/cantera/thermo/DebyeHuckel.h index 260c3e380..f9f270b00 100644 --- a/include/cantera/thermo/DebyeHuckel.h +++ b/include/cantera/thermo/DebyeHuckel.h @@ -904,6 +904,7 @@ public: * @param k species index. Defaults to 0. * @param sizeUA output int containing the size of the vector. * Currently, this is equal to 6. + * @deprecated */ virtual void getUnitsStandardConc(double* uA, int k = 0, int sizeUA = 6) const; diff --git a/include/cantera/thermo/FixedChemPotSSTP.h b/include/cantera/thermo/FixedChemPotSSTP.h index b0d2b0792..1dcca7ff2 100644 --- a/include/cantera/thermo/FixedChemPotSSTP.h +++ b/include/cantera/thermo/FixedChemPotSSTP.h @@ -350,6 +350,7 @@ public: * @param k species index. Defaults to 0. * @param sizeUA output int containing the size of the vector. * Currently, this is equal to 6. + * @deprecated */ virtual void getUnitsStandardConc(doublereal* uA, int k = 0, int sizeUA = 6) const; diff --git a/include/cantera/thermo/GibbsExcessVPSSTP.h b/include/cantera/thermo/GibbsExcessVPSSTP.h index a987dcaad..80de6d201 100644 --- a/include/cantera/thermo/GibbsExcessVPSSTP.h +++ b/include/cantera/thermo/GibbsExcessVPSSTP.h @@ -261,6 +261,7 @@ public: * @param k species index. Defaults to 0. * @param sizeUA output int containing the size of the vector. * Currently, this is equal to 6. + * @deprecated */ virtual void getUnitsStandardConc(double* uA, int k = 0, int sizeUA = 6) const; diff --git a/include/cantera/thermo/HMWSoln.h b/include/cantera/thermo/HMWSoln.h index 289bb8579..938906c9f 100644 --- a/include/cantera/thermo/HMWSoln.h +++ b/include/cantera/thermo/HMWSoln.h @@ -1739,6 +1739,7 @@ public: * @param k species index. Defaults to 0. * @param sizeUA output int containing the size of the vector. * Currently, this is equal to 6. + * @deprecated */ virtual void getUnitsStandardConc(double* uA, int k = 0, int sizeUA = 6) const; diff --git a/include/cantera/thermo/IdealMolalSoln.h b/include/cantera/thermo/IdealMolalSoln.h index a50615913..977beedc0 100644 --- a/include/cantera/thermo/IdealMolalSoln.h +++ b/include/cantera/thermo/IdealMolalSoln.h @@ -436,6 +436,7 @@ public: * @param k species index. Defaults to 0. * @param sizeUA output int containing the size of the vector. * Currently, this is equal to 6. + * @deprecated */ virtual void getUnitsStandardConc(double* uA, int k = 0, int sizeUA = 6) const; diff --git a/include/cantera/thermo/IdealSolidSolnPhase.h b/include/cantera/thermo/IdealSolidSolnPhase.h index b9487dc92..a8aeee706 100644 --- a/include/cantera/thermo/IdealSolidSolnPhase.h +++ b/include/cantera/thermo/IdealSolidSolnPhase.h @@ -460,6 +460,7 @@ public: * kmol/m3 holds for standard concentration units. For * cIdealSolidSolnPhase0 type, the standard concentration is * unitless. + * @deprecated */ virtual void getUnitsStandardConc(double* uA, int k = 0, int sizeUA = 6) const; diff --git a/include/cantera/thermo/IdealSolnGasVPSS.h b/include/cantera/thermo/IdealSolnGasVPSS.h index deb8f3ee7..e9d19fd85 100644 --- a/include/cantera/thermo/IdealSolnGasVPSS.h +++ b/include/cantera/thermo/IdealSolnGasVPSS.h @@ -208,6 +208,7 @@ public: * @param k species index. Defaults to 0. * @param sizeUA output int containing the size of the vector. * Currently, this is equal to 6. + * @deprecated */ virtual void getUnitsStandardConc(double* uA, int k = 0, int sizeUA = 6) const; diff --git a/include/cantera/thermo/MetalSHEelectrons.h b/include/cantera/thermo/MetalSHEelectrons.h index ced598a56..471deac21 100644 --- a/include/cantera/thermo/MetalSHEelectrons.h +++ b/include/cantera/thermo/MetalSHEelectrons.h @@ -362,6 +362,7 @@ public: * @param k species index. Defaults to 0. * @param sizeUA output int containing the size of the vector. * Currently, this is equal to 6. + * @deprecated */ virtual void getUnitsStandardConc(doublereal* uA, int k = 0, int sizeUA = 6) const; diff --git a/include/cantera/thermo/MineralEQ3.h b/include/cantera/thermo/MineralEQ3.h index ca023f6d4..bf0b82da4 100644 --- a/include/cantera/thermo/MineralEQ3.h +++ b/include/cantera/thermo/MineralEQ3.h @@ -280,6 +280,7 @@ public: * @param k species index. Defaults to 0. * @param sizeUA output int containing the size of the vector. * Currently, this is equal to 6. + * @deprecated */ virtual void getUnitsStandardConc(doublereal* uA, int k = 0, int sizeUA = 6) const; diff --git a/include/cantera/thermo/MolalityVPSSTP.h b/include/cantera/thermo/MolalityVPSSTP.h index 501b198c5..e7bab4f06 100644 --- a/include/cantera/thermo/MolalityVPSSTP.h +++ b/include/cantera/thermo/MolalityVPSSTP.h @@ -460,6 +460,7 @@ public: * @param k species index. Defaults to 0. * @param sizeUA output int containing the size of the vector. * Currently, this is equal to 6. + * @deprecated */ virtual void getUnitsStandardConc(double* uA, int k = 0, int sizeUA = 6) const; diff --git a/include/cantera/thermo/RedlichKwongMFTP.h b/include/cantera/thermo/RedlichKwongMFTP.h index 062ba5621..9f514aebf 100644 --- a/include/cantera/thermo/RedlichKwongMFTP.h +++ b/include/cantera/thermo/RedlichKwongMFTP.h @@ -304,6 +304,7 @@ public: * @param k species index. Defaults to 0. * @param sizeUA output int containing the size of the vector. * Currently, this is equal to 6. + * @deprecated */ virtual void getUnitsStandardConc(double* uA, int k = 0, int sizeUA = 6) const; diff --git a/include/cantera/thermo/StoichSubstance.h b/include/cantera/thermo/StoichSubstance.h index d141ccfa1..d26dc2a35 100644 --- a/include/cantera/thermo/StoichSubstance.h +++ b/include/cantera/thermo/StoichSubstance.h @@ -189,6 +189,7 @@ public: * uA[3] = Pa(pressure) units - default = 0; * uA[4] = Temperature units - default = 0; * uA[5] = time units - default = 0 + * @deprecated */ virtual void getUnitsStandardConc(double* uA, int k = 0, int sizeUA = 6) const; diff --git a/include/cantera/thermo/StoichSubstanceSSTP.h b/include/cantera/thermo/StoichSubstanceSSTP.h index 89dfd0806..04fc3f875 100644 --- a/include/cantera/thermo/StoichSubstanceSSTP.h +++ b/include/cantera/thermo/StoichSubstanceSSTP.h @@ -342,6 +342,7 @@ public: * @param k species index. Defaults to 0. * @param sizeUA output int containing the size of the vector. * Currently, this is equal to 6. + * @deprecated */ virtual void getUnitsStandardConc(doublereal* uA, int k = 0, int sizeUA = 6) const; diff --git a/include/cantera/thermo/ThermoPhase.h b/include/cantera/thermo/ThermoPhase.h index c8bea18fc..211287cc7 100644 --- a/include/cantera/thermo/ThermoPhase.h +++ b/include/cantera/thermo/ThermoPhase.h @@ -525,6 +525,7 @@ public: * @param k species index. Defaults to 0. * @param sizeUA output int containing the size of the vector. * Currently, this is equal to 6. + * @deprecated */ virtual void getUnitsStandardConc(double* uA, int k = 0, int sizeUA = 6) const;