40 p0_(
dict.subDict(
"equationOfState").get<scalar>(
"p0")),
41 rho0_(
dict.subDict(
"equationOfState").get<scalar>(
"rho0")),
42 gamma_(
dict.subDict(
"equationOfState").get<scalar>(
"gamma")),
43 B_(
dict.subDict(
"equationOfState").get<scalar>(
"B"))
56 os.beginBlock(
"equationOfState");
57 os.writeEntry(
"p0", p0_);
58 os.writeEntry(
"rho0", rho0_);
59 os.writeEntry(
"gamma", gamma_);
60 os.writeEntry(
"B", B_);
72 const adiabaticPerfectFluid<Specie>& pf
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,...
Adiabatic perfect fluid equation of state.
adiabaticPerfectFluid(const Specie &sp, const scalar p0, const scalar rho0, const scalar gamma, const scalar B)
Construct from components.
void write(Ostream &os) const
Write to Ostream.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)