Go to the documentation of this file.
34 template<
class Specie>
38 rho_(
"rho",
dict.subDict(
"equationOfState"))
44 template<
class Specie>
50 os.beginBlock(
"equationOfState");
51 os.writeEntry(
"rho", rho_);
58 template<
class Specie>
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
icoTabulated(const Specie &sp, const nonUniformTable &rho)
virtual Ostream & beginBlock(const keyType &kw)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
virtual Ostream & endBlock()
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Incompressible of equation of state using non-uniform tabulated density vs temperature.
OBJstream os(runTime.globalPath()/outputName)
virtual bool write(const token &tok)=0
void write(Ostream &os) const
Ostream & writeEntry(const keyType &key, const T &value)
void write(vtk::formatter &fmt, const Type &val, const label n=1)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...