38template<
class Specie,
int PolySize>
42 rhoCoeffs_(
dict.subDict(
"equationOfState").lookup(coeffsName(
"rho")))
48template<
class Specie,
int PolySize>
55 os.beginBlock(
"equationOfState");
56 os.writeEntry(coeffsName(
"rho"), rhoCoeffs_);
64template<
class Specie,
int PolySize>
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual bool write(const token &tok)=0
Write token to stream or otherwise handle it.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Incompressible, polynomial form of equation of state, using a polynomial function for density.
icoPolynomial(const Specie &sp, const Polynomial< PolySize > &rhoPoly)
Construct from components.
void write(Ostream &os) const
Write to Ostream.
Lookup type of boundary radiation properties.
OBJstream os(runTime.globalPath()/outputName)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces).