50 template<
class Specie>
54 const perfectGas<Specie>&
57 template<
class Specie>
58 inline perfectGas<Specie>
operator*
61 const perfectGas<Specie>&
64 template<
class Specie>
65 inline perfectGas<Specie>
operator==
67 const perfectGas<Specie>&,
68 const perfectGas<Specie>&
71 template<
class Specie>
75 const perfectGas<Specie>&
83 template<
class Specie>
114 return "perfectGas<" +
word(Specie::typeName_()) +
'>';
127 inline scalar
rho(scalar
p, scalar
T)
const;
130 inline scalar
H(
const scalar
p,
const scalar
T)
const;
133 inline scalar
Cp(scalar
p, scalar
T)
const;
136 inline scalar
E(
const scalar
p,
const scalar
T)
const;
139 inline scalar
Cv(scalar
p, scalar
T)
const;
142 inline scalar
Sp(
const scalar
p,
const scalar
T)
const;
145 inline scalar
Sv(
const scalar
p,
const scalar
T)
const;
148 inline scalar
psi(scalar
p, scalar
T)
const;
151 inline scalar
Z(scalar
p, scalar
T)
const;
154 inline scalar
CpMCv(scalar
p, scalar
T)
const;
160 void write(Ostream& os)
const;
177 friend perfectGas
operator* <Specie>
183 friend perfectGas
operator== <Specie>
192 friend Ostream& operator<< <Specie>
void operator*=(const scalar)
static word typeName()
Return the instantiated type name.
scalar CpMCv(scalar p, scalar T) const
Return (Cp - Cv) [J/(kg K].
A list of keyword definitions, which are a keyword followed by any number of values (e...
scalar Sv(const scalar p, const scalar T) const
Return entropy contribution to the integral of Cv/T [J/kg/K].
scalar Sp(const scalar p, const scalar T) const
Return entropy contribution to the integral of Cp/T [J/kg/K].
void write(Ostream &os) const
Write to Ostream.
scalar Cv(scalar p, scalar T) const
Return Cv contribution [J/(kg K].
scalar H(const scalar p, const scalar T) const
Return enthalpy contribution [J/kg].
scalar Cp(scalar p, scalar T) const
Return Cp contribution [J/(kg K].
scalar psi(scalar p, scalar T) const
Return compressibility [s^2/m^2].
void operator+=(const perfectGas &)
static const bool incompressible
Is the equation of state is incompressible i.e. rho != f(p)
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().x()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().y()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().z()<< " ";}gmvFile<< nl;forAll(lagrangianScalarNames, i){ word name=lagrangianScalarNames[i];IOField< scalar > s(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
autoPtr< perfectGas > clone() const
Construct and return a clone.
A class for handling words, derived from string.
scalar E(const scalar p, const scalar T) const
Return internal energy contribution [J/kg].
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Perfect gas equation of state.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
word name(const complex &)
Return a string representation of a complex.
static autoPtr< perfectGas > New(const dictionary &dict)
static const bool isochoric
Is the equation of state is isochoric i.e. rho = const.
perfectGas(const Specie &sp)
Construct from components.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
scalar Z(scalar p, scalar T) const
Return compression factor [].
scalar rho(scalar p, scalar T) const
Return density [kg/m^3].