mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[Doc] Fix obsolete references to SimpleThermo
This commit is contained in:
parent
d95d28fb08
commit
cdaac33dea
@ -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
|
||||
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user