Skip to content

Commit

Permalink
[Doc] Fix obsolete references to SimpleThermo
Browse files Browse the repository at this point in the history
  • Loading branch information
speth authored and ischoegl committed Aug 7, 2023
1 parent d95d28f commit cdaac33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
12 changes: 6 additions & 6 deletions include/cantera/thermo/PDSS.h
Expand Up @@ -63,15 +63,15 @@ namespace Cantera
* - PDSS_IdealGas
* - standardState model = "IdealGas"
* - This model assumes that the species in the phase obeys the ideal gas law
* for their pressure dependence. The manager uses a SimpleThermo object to
* handle the calculation of the reference state. This object adds the
* for their pressure dependence. The manager uses a SpeciesThermoInterpType object
* to handle the calculation of the reference state. This object adds the
* pressure dependencies to the thermo functions.
*
* - PDSS_ConstVol (deprecated in %Cantera 3.0)
* - standardState model = "ConstVol" or "constant_incompressible"
* - This model assumes that the species in the phase obeys the constant
* partial molar volume pressure dependence. The manager uses a
* SimpleThermo object to handle the calculation of the reference state.
* SpeciesThermoInterpType object to handle the calculation of the reference state.
* This object adds the pressure dependencies to these thermo functions.
*
* - PDSS_SSVol
Expand All @@ -81,9 +81,9 @@ namespace Cantera
* equation of state, but one that separates out the calculation of the
* standard state density and/or volume. Models include a cubic polynomial
* in temperature for either the standard state volume or the standard state
* density. The manager uses a SimpleThermo object to handle the calculation
* of the reference state. This object then adds the pressure dependencies
* and the volume terms to these thermo functions to complete the
* density. The manager uses a SpeciesThermoInterpType object to handle the
* calculation of the reference state. This object then adds the pressure
* dependencies and the volume terms to these thermo functions to complete the
* representation.
*
* - PDSS_Water
Expand Down
4 changes: 2 additions & 2 deletions include/cantera/thermo/PDSS_SSVol.h
Expand Up @@ -31,10 +31,10 @@ namespace Cantera
* single species in a phase at its standard states, for a range of temperatures
* and pressures. This particular class assumes that the calculation of the
* thermodynamics functions can be separated into a temperature polynomial
* representation for thermo functions that can be handled by a SimpleThermo
* representation for thermo functions that can be handled by a SpeciesThermoInterpType
* object and a separate calculation for the standard state volume. The Models
* include a cubic polynomial in temperature for either the standard state
* volume or the standard state density. The manager uses a SimpleThermo object
* volume or the standard state density. The manager uses a SpeciesThermoInterpType object
* to handle the calculation of the reference state. This object then adds the
* pressure dependencies and the volume terms to these thermo functions to
* complete the representation.
Expand Down
2 changes: 0 additions & 2 deletions include/cantera/thermo/speciesThermoTypes.h
Expand Up @@ -34,8 +34,6 @@

//! Constant Cp thermo.
//! This is implemented in ConstCpPoly in constCpPoly.h for one species.
//! If the whole phase is constcp, SimpleThermo in SimpleThermo.h
//! implements this for the whole phase.
#define SIMPLE 32

//! piecewise interpolation of mu0.
Expand Down

0 comments on commit cdaac33

Please sign in to comment.