Go to the documentation of this file.
33 template<
class Specie>
37 psi_(
dict.subDict(
"equationOfState").
get<scalar>(
"psi")),
38 rho0_(
dict.subDict(
"equationOfState").
get<scalar>(
"rho0"))
44 template<
class Specie>
51 os.beginBlock(
"equationOfState");
52 os.writeEntry(
"psi", psi_);
53 os.writeEntry(
"rho0", rho0_);
61 template<
class Specie>
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
void write(Ostream &os) const
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,...
OBJstream os(runTime.globalPath()/outputName)
virtual bool write(const token &tok)=0
linear(const fvMesh &mesh)
Ostream & writeEntry(const keyType &key, const T &value)
void write(vtk::formatter &fmt, const Type &val, const label n=1)
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
Central-differencing interpolation scheme class.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...