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


Public Member Functions | |
| eIcoTabulatedThermo (const word &name, const dictionary &dict) | |
| Construct from name and 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
{
values
(
(200 1005)
(350 1010)
(400 1020)
);
}
}
Definition at line 105 of file eIcoTabulatedThermo.H.
| eIcoTabulatedThermo | ( | const word & | name, |
| const dictionary & | dict | ||
| ) |
Construct from name and dictionary.
Definition at line 32 of file eIcoTabulatedThermo.C.
|
inline |
Construct as a named copy.
Definition at line 31 of file eIcoTabulatedThermoI.H.
|
inlinestatic |
Return the instantiated type name.
Definition at line 141 of file eIcoTabulatedThermo.H.
|
inline |
Limit the temperature to be in the range Tlow_ to Thigh_.
Definition at line 47 of file eIcoTabulatedThermoI.H.
References Foam::T().

|
inline |
Heat capacity at constant volume [J/kg/K].
Definition at line 57 of file eIcoTabulatedThermoI.H.
References Cv(), p, and Foam::T().

|
inline |
Sensible internal energy [J/kg].
Definition at line 68 of file eIcoTabulatedThermoI.H.
References Foam::constant::electromagnetic::e, p, and Foam::T().

|
inline |
Absolute internal energy [J/kg].
Definition at line 79 of file eIcoTabulatedThermoI.H.
References es(), p, and Foam::T().

|
inline |
Enthalpy of formation [J/kg].
Definition at line 90 of file eIcoTabulatedThermoI.H.
|
inline |
|
inline |
Gibbs free energy of the mixture in the standard state [J/kg].
Definition at line 110 of file eIcoTabulatedThermoI.H.
References NotImplemented.
|
inline |
Temperature derivative of heat capacity at constant pressure.
Definition at line 121 of file eIcoTabulatedThermoI.H.
References NotImplemented.
| void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 63 of file eIcoTabulatedThermo.C.
References dictionary::add(), dict, dictionaryName::dictName(), Foam::indent(), and Foam::vtkWriteOps::write().

|
friend |