31 template<
class EquationOfState>
37 EquationOfState(dict),
48 template<
class EquationOfState>
61 EsDict.
add(
"values", Es_.values());
62 dict.
add(
"Es", EsDict);
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>
eTabulatedThermo(const dictionary &dict)
Construct from dictionary.
Internal energy based thermodynamics package using uniform tabulated data for internal energy and hea...
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...
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(Ostream &os) const
Write to Ostream.
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...
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.