31 template<
class EquationOfState>
37 EquationOfState(dict),
48 template<
class EquationOfState>
61 HsDict.
add(
"values", Hs_.values());
62 dict.
add(
"Hs", HsDict);
65 CpDict.
add(
"values", Cp_.values());
66 dict.
add(
"Cp", CpDict);
69 CvDict.
add(
"values", Cv_.values());
70 dict.
add(
"Cv", CvDict);
78 template<
class EquationOfState>
virtual Ostream & write(const char)=0
Write character.
Ostream & indent(Ostream &os)
Indent stream.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Enthalpy based thermodynamics package using uniform tabulated data for enthalpy and heat capacity vs ...
hTabulatedThermo(const dictionary &dict)
Construct from dictionary.
bool add(entry *, bool mergeEntry=false)
Add a new entry.
const word dictName() const
Return the local dictionary name (final part of scoped name)
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
void write(std::ostream &os, const bool binary, List< floatScalar > &fField)
Write floats ascii or binary.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void write(Ostream &os) const
Write to Ostream.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.