Go to the documentation of this file.
33 template<
class Specie>
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_);
53 template<
class Specie>
62 template<
class Specie>
66 const PengRobinsonGas<Specie>& pg
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
PengRobinsonGas gas equation of state.
PengRobinsonGas(const Specie &sp, const scalar &Tc, const scalar &Vc, const scalar &Zc, const scalar &Pc, const scalar &omega)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
virtual bool write(const token &tok)=0
void write(vtk::formatter &fmt, const Type &val, const label n=1)
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
void write(Ostream &os) const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...