Go to the documentation of this file.
55 template<
class Thermo,
template<
class>
class Type>
class thermo;
57 template<
class Thermo,
template<
class>
class Type>
64 template<
class Thermo,
template<
class>
class Type>
71 template<
class Thermo,
template<
class>
class Type>
78 template<
class Thermo,
template<
class>
class Type>
90 template<
class Thermo,
template<
class>
class Type>
94 public Type<thermo<Thermo, Type>>
99 static const scalar tol_;
102 static const int maxIter_;
115 scalar (
thermo::*
F)(
const scalar,
const scalar)
const,
116 scalar (
thermo::*dFdT)(
const scalar,
const scalar)
const,
130 inline thermo(
const Thermo& sp);
142 static word typeName()
145 Thermo::typeName() +
','
146 + Type<thermo<Thermo, Type>>::typeName();
150 static inline word heName();
185 inline scalar Cpv(
const scalar
p,
const scalar
T)
const;
188 inline scalar
gamma(
const scalar
p,
const scalar
T)
const;
192 inline scalar CpByCpv(
const scalar
p,
const scalar
T)
const;
195 inline scalar HE(
const scalar
p,
const scalar
T)
const;
198 inline scalar
G(
const scalar
p,
const scalar
T)
const;
201 inline scalar
A(
const scalar
p,
const scalar
T)
const;
207 inline scalar
cp(
const scalar
p,
const scalar
T)
const;
210 inline scalar ha(
const scalar
p,
const scalar
T)
const;
213 inline scalar hs(
const scalar
p,
const scalar
T)
const;
216 inline scalar hc()
const;
219 inline scalar
s(
const scalar
p,
const scalar
T)
const;
222 inline scalar
he(
const scalar
p,
const scalar
T)
const;
225 inline scalar cv(
const scalar
p,
const scalar
T)
const;
228 inline scalar es(
const scalar
p,
const scalar
T)
const;
231 inline scalar ea(
const scalar
p,
const scalar
T)
const;
234 inline scalar
g(
const scalar
p,
const scalar
T)
const;
237 inline scalar a(
const scalar
p,
const scalar
T)
const;
244 inline scalar
K(
const scalar
p,
const scalar
T)
const;
249 inline scalar Kp(
const scalar
p,
const scalar
T)
const;
255 inline scalar Kc(
const scalar
p,
const scalar
T)
const;
327 inline scalar dKcdTbyKc(
const scalar
p,
const scalar
T)
const;
330 inline scalar dcpdT(
const scalar
p,
const scalar
T)
const;
341 inline void operator+=(
const thermo&);
342 inline void operator*=(
const scalar);
347 friend thermo operator+ <Thermo, Type>
353 friend thermo operator* <Thermo, Type>
359 friend thermo operator== <Thermo, Type>
368 friend Ostream& operator<< <Thermo, Type>
A class for handling words, derived from Foam::string.
gmvFile<< "tracers "<< particles.size()<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().x()<< " ";}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().y()<< " ";}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.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))
const dimensionedScalar G
Newtonian constant of gravitation.
scalar Hs(const scalar p, const scalar T) const
psiReactionThermo & thermo
static word typeName()
Return the instantiated type name.
volScalarField H(IOobject("H", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar(dimLength, Zero))
static const Foam::dimensionedScalar A("", Foam::dimPressure, 611.21)
volVectorField F(fluid.F())
CGAL::Exact_predicates_exact_constructions_kernel K
Thermodynamic scalar constants.
word name(const complex &c)
Return string representation of complex.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const uniformDimensionedVectorField & g
bool cp(const fileName &src, const fileName &dst, const bool followLink=true)
Copy the source to the destination (recursively if necessary).
complex limit(const complex &, const complex &)
void write(vtk::formatter &fmt, const Type &val, const label n=1)
Component-wise write of a value (N times)
thermo< Thermo, Type > thermoType
The thermodynamics of the individual species'.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...