Go to the documentation of this file.
33 template<
class Specie>
40 pRef_(
dict.subDict(
"equationOfState").
get<scalar>(
"pRef"))
46 template<
class Specie>
53 os.beginBlock(
"equationOfState");
54 os.writeEntry(
"pRef", pRef_);
62 template<
class Specie>
66 const incompressiblePerfectGas<Specie>& pg
void write(Ostream &os) const
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
incompressiblePerfectGas(const Specie &sp, const scalar pRef)
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)
Incompressible gas equation of state using a constant reference pressure in the perfect gas equation ...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...