30 template<
class Specie>
42 template<
class Specie>
54 template<
class Specie>
67 template<
class Specie>
74 return rho_.value(
p,
T);
78 template<
class Specie>
90 template<
class Specie>
102 template<
class Specie>
114 template<
class Specie>
126 template<
class Specie>
138 template<
class Specie>
150 template<
class Specie>
157 return rho_.dfdp(
p,
T);
161 template<
class Specie>
172 template<
class Specie>
184 template<
class Specie>
191 return -rho_.dfdT(
p,
T)/
rho(
p,
T);
197 template<
class Specie>
207 template<
class Specie>
216 template<
class Specie>
228 template<
class Specie>
232 const rhoTabulated<Specie>& pf
240 template<
class Specie>
243 const rhoTabulated<Specie>& pf1,
244 const rhoTabulated<Specie>& pf2
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Incompressible of equation of state using uniform tabulated density vs pressure and temperature.
scalar Cv(scalar p, scalar T) const
Return Cv contribution [J/(kg K].
scalar psi(scalar p, scalar T) const
Return compressibility [s^2/m^2].
rhoTabulated(const Specie &sp, const table2D &rho)
Construct from components.
scalar alphav(const scalar p, const scalar T) const
Return volumetric coefficient of thermal expansion [1/T].
scalar e(const scalar p, const scalar T) const
Return internal energy contribution [J/kg].
scalar rho(scalar p, scalar T) const
Return density [kg/m^3].
scalar CpMCv(scalar p, scalar T) const
Return (Cp - Cv) [J/(kg K].
scalar h(const scalar p, const scalar T) const
Return enthalpy contribution [J/kg].
autoPtr< rhoTabulated > clone() const
Construct and return a clone.
scalar Cp(scalar p, scalar T) const
Return Cp contribution [J/(kg K].
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].
scalar Z(scalar p, scalar T) const
Return compression factor [].
void operator*=(const scalar)
A class for handling words, derived from string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
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.name(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
word name(const bool)
Return a word representation of a bool.
static scalar R(const scalar a, const scalar x)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
#define noCoefficientMixing(Type)