Internal energy based thermodynamics package using non-uniform tabulated data for heat capacity vs temperature. More...


Public Member Functions | |
| eIcoTabulatedThermo (const dictionary &dict) | |
| Construct from dictionary. More... | |
| eIcoTabulatedThermo (const word &, const eIcoTabulatedThermo &) | |
| Construct as a named copy. More... | |
| scalar | limit (const scalar) const |
| Limit the temperature to be in the range Tlow_ to Thigh_. More... | |
| scalar | Cv (const scalar p, const scalar T) const |
| Heat capacity at constant volume [J/kg/K]. More... | |
| scalar | Es (const scalar p, const scalar T) const |
| Sensible internal energy [J/kg]. More... | |
| scalar | Ea (const scalar p, const scalar T) const |
| Absolute internal energy [J/kg]. More... | |
| scalar | Hf () const |
| Enthalpy of formation [J/kg]. More... | |
| scalar | S (const scalar p, const scalar T) const |
| Entropy [J/kg/K]. More... | |
| scalar | Gstd (const scalar T) const |
| Gibbs free energy of the mixture in the standard state [J/kg]. More... | |
| scalar | dCpdT (const scalar p, const scalar T) const |
| Temperature derivative of heat capacity at constant pressure. More... | |
| void | write (Ostream &os) const |
| Write to Ostream. More... | |
Static Public Member Functions | |
| static word | typeName () |
| Return the instantiated type name. More... | |
Friends | |
| Ostream & | operator (Ostream &, const eIcoTabulatedThermo &) |
Internal energy based thermodynamics package using non-uniform tabulated data for heat capacity vs temperature.
| Property | Description |
|---|---|
Hf | Heat of formation |
Sf | Standard entropy |
Cv | Specific heat at constant volume vs temperature table |
Example of the specification of the thermodynamic properties:
thermodynamics
{
Hf 0;
Sf 0;
Cv
(
(200 1005)
(350 1010)
(400 1020)
);
}
Definition at line 88 of file eIcoTabulatedThermo.H.
| eIcoTabulatedThermo | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 33 of file eIcoTabulatedThermo.C.
References eIcoTabulatedThermo< EquationOfState >::write().

|
inline |
Construct as a named copy.
Definition at line 32 of file eIcoTabulatedThermoI.H.
References eIcoTabulatedThermo< EquationOfState >::limit().

|
inlinestatic |
Return the instantiated type name.
Definition at line 136 of file eIcoTabulatedThermo.H.
References eIcoTabulatedThermo< EquationOfState >::Cv(), eIcoTabulatedThermo< EquationOfState >::dCpdT(), eIcoTabulatedThermo< EquationOfState >::Ea(), eIcoTabulatedThermo< EquationOfState >::Es(), eIcoTabulatedThermo< EquationOfState >::Gstd(), eIcoTabulatedThermo< EquationOfState >::Hf(), eIcoTabulatedThermo< EquationOfState >::limit(), p, eIcoTabulatedThermo< EquationOfState >::S(), Foam::T(), and eIcoTabulatedThermo< EquationOfState >::write().

|
inline |
Limit the temperature to be in the range Tlow_ to Thigh_.
Definition at line 48 of file eIcoTabulatedThermoI.H.
References eIcoTabulatedThermo< EquationOfState >::Cv(), and T.
Referenced by eIcoTabulatedThermo< EquationOfState >::eIcoTabulatedThermo(), and eIcoTabulatedThermo< EquationOfState >::typeName().


|
inline |
Heat capacity at constant volume [J/kg/K].
Definition at line 58 of file eIcoTabulatedThermoI.H.
References Cv(), and eIcoTabulatedThermo< EquationOfState >::Es().
Referenced by eIcoTabulatedThermo< EquationOfState >::limit(), and eIcoTabulatedThermo< EquationOfState >::typeName().


|
inline |
Sensible internal energy [J/kg].
Definition at line 69 of file eIcoTabulatedThermoI.H.
References eIcoTabulatedThermo< EquationOfState >::Ea().
Referenced by eIcoTabulatedThermo< EquationOfState >::Cv(), and eIcoTabulatedThermo< EquationOfState >::typeName().


|
inline |
Absolute internal energy [J/kg].
Definition at line 80 of file eIcoTabulatedThermoI.H.
References Es().
Referenced by eIcoTabulatedThermo< EquationOfState >::Es(), and eIcoTabulatedThermo< EquationOfState >::typeName().


|
inline |
Enthalpy of formation [J/kg].
Definition at line 90 of file eIcoTabulatedThermoI.H.
References eIcoTabulatedThermo< EquationOfState >::S().
Referenced by eIcoTabulatedThermo< EquationOfState >::typeName().


|
inline |
Entropy [J/kg/K].
Definition at line 99 of file eIcoTabulatedThermoI.H.
References eIcoTabulatedThermo< EquationOfState >::Gstd(), and NotImplemented.
Referenced by eIcoTabulatedThermo< EquationOfState >::Hf(), and eIcoTabulatedThermo< EquationOfState >::typeName().


|
inline |
Gibbs free energy of the mixture in the standard state [J/kg].
Definition at line 111 of file eIcoTabulatedThermoI.H.
References eIcoTabulatedThermo< EquationOfState >::dCpdT(), and NotImplemented.
Referenced by eIcoTabulatedThermo< EquationOfState >::S(), and eIcoTabulatedThermo< EquationOfState >::typeName().


|
inline |
Temperature derivative of heat capacity at constant pressure.
Definition at line 122 of file eIcoTabulatedThermoI.H.
References NotImplemented.
Referenced by eIcoTabulatedThermo< EquationOfState >::Gstd(), and eIcoTabulatedThermo< EquationOfState >::typeName().

| void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 48 of file eIcoTabulatedThermo.C.
References dictionary::add(), dict, dictionaryName::dictName(), Foam::indent(), Foam::vtkWriteOps::write(), and Ostream::write().
Referenced by eIcoTabulatedThermo< EquationOfState >::eIcoTabulatedThermo(), and eIcoTabulatedThermo< EquationOfState >::typeName().


|
friend |