40 Tc_(
dict.subDict(
"equationOfState").get<scalar>(
"Tc")),
41 Vc_(
dict.subDict(
"equationOfState").get<scalar>(
"Vc")),
43 Pc_(
dict.subDict(
"equationOfState").get<scalar>(
"Pc")),
44 omega_(
dict.subDict(
"equationOfState").get<scalar>(
"omega"))
46 Zc_ = Pc_*Vc_/(RR*Tc_);
66 const PengRobinsonGas<Specie>& pg
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,...
PengRobinsonGas gas equation of state.
void write(Ostream &os) const
Write to Ostream.
PengRobinsonGas(const Specie &sp, const scalar &Tc, const scalar &Vc, const scalar &Zc, const scalar &Pc, const scalar &omega)
Construct from components.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)