37 psi_(
dict.subDict(
"equationOfState").get<scalar>(
"psi")),
38 rho0_(
dict.subDict(
"equationOfState").get<scalar>(
"rho0"))
51 os.beginBlock(
"equationOfState");
52 os.writeEntry(
"psi", psi_);
53 os.writeEntry(
"rho0", rho0_);
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,...
Central-differencing interpolation scheme class.
void write(Ostream &os) const
Write to Ostream.
linear(const fvMesh &mesh)
Construct from mesh.
OBJstream os(runTime.globalPath()/outputName)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces).