40 rho0_(
dict.subDict(
"equationOfState").get<scalar>(
"rho0")),
41 T0_(
dict.subDict(
"equationOfState").get<scalar>(
"T0")),
42 beta_(
dict.subDict(
"equationOfState").get<scalar>(
"beta"))
55 os.beginBlock(
"equationOfState");
56 os.writeEntry(
"rho0", rho0_);
57 os.writeEntry(
"T0", T0_);
58 os.writeEntry(
"beta", beta_);
70 const Boussinesq<Specie>&
b
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
Incompressible gas equation of state using the Boussinesq approximation for the density as a function...
void write(Ostream &os) const
Write to Ostream.
Boussinesq(const Specie &sp, const scalar rho0, const scalar T0, const scalar beta)
Construct from components.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)