Go to the documentation of this file.
33 template<
class Specie>
40 rho0_(
dict.subDict(
"equationOfState").get<scalar>(
"rho0")),
41 T0_(
dict.subDict(
"equationOfState").get<scalar>(
"T0")),
42 beta_(
dict.subDict(
"equationOfState").get<scalar>(
"beta"))
48 template<
class Specie>
55 os.beginBlock(
"equationOfState");
56 os.writeEntry(
"rho0", rho0_);
57 os.writeEntry(
"T0", T0_);
58 os.writeEntry(
"beta", beta_);
66 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
Write to Ostream.
Boussinesq(const Specie &sp, const scalar rho0, const scalar T0, const scalar beta)
Construct from components.
Incompressible gas equation of state using the Boussinesq approximation for the density as a function...
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
void write(vtk::formatter &fmt, const Type &val, const label n=1)
Component-wise write of a value (N times)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...