Go to the documentation of this file.
34 template<
class EquationOfState>
40 EquationOfState(
dict),
41 Hf_(
dict.subDict(
"thermodynamics").
get<scalar>(
"Hf")),
42 Sf_(
dict.subDict(
"thermodynamics").
get<scalar>(
"Sf")),
43 Cp_(
"Cp",
dict.subDict(
"thermodynamics"))
49 template<
class EquationOfState>
59 os.beginBlock(
"thermodynamics");
60 os.writeEntry(
"Hf", Hf_);
61 os.writeEntry(
"Sf", Sf_);
62 os.writeEntry(
"Cp", Cp_);
70 template<
class EquationOfState>
74 const hTabulatedThermo<EquationOfState>& pt
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
Enthalpy based thermodynamics package using non-uniform tabulated data for heat capacity vs temperatu...
hTabulatedThermo(const dictionary &dict)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
virtual bool write(const token &tok)=0
void write(vtk::formatter &fmt, const Type &val, const label n=1)
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
void write(Ostream &os) const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...