53 template<
class Thermo,
template<
class>
class Type>
class thermo;
55 template<
class Thermo,
template<
class>
class Type>
59 const thermo<Thermo, Type>&
62 template<
class Thermo,
template<
class>
class Type>
63 inline thermo<Thermo, Type>
operator*
66 const thermo<Thermo, Type>&
69 template<
class Thermo,
template<
class>
class Type>
70 inline thermo<Thermo, Type>
operator==
72 const thermo<Thermo, Type>&,
73 const thermo<Thermo, Type>&
76 template<
class Thermo,
template<
class>
class Type>
80 const thermo<Thermo, Type>&
88 template<
class Thermo,
template<
class>
class Type>
92 public Type<thermo<Thermo, Type>>
97 static const scalar tol_;
100 static const int maxIter_;
112 inline thermo(
const Thermo& sp);
124 static word typeName()
127 Thermo::typeName() +
',' 128 + Type<thermo<Thermo, Type>>::typeName();
132 static inline bool enthalpy();
135 static inline word heName();
169 inline scalar Cpv(
const scalar
p,
const scalar
T)
const;
172 inline scalar gamma(
const scalar p,
const scalar T)
const;
175 inline scalar HE(
const scalar p,
const scalar T)
const;
178 inline scalar
G(
const scalar p,
const scalar T)
const;
181 inline scalar A(
const scalar p,
const scalar T)
const;
187 inline scalar
cp(
const scalar p,
const scalar T)
const;
190 inline scalar ha(
const scalar p,
const scalar T)
const;
193 inline scalar hs(
const scalar p,
const scalar T)
const;
196 inline scalar hc()
const;
199 inline scalar
s(
const scalar p,
const scalar T)
const;
202 inline scalar
he(
const scalar p,
const scalar T)
const;
205 inline scalar cv(
const scalar p,
const scalar T)
const;
208 inline scalar es(
const scalar p,
const scalar T)
const;
211 inline scalar ea(
const scalar p,
const scalar T)
const;
214 inline scalar
g(
const scalar p,
const scalar T)
const;
217 inline scalar a(
const scalar p,
const scalar T)
const;
224 inline scalar
K(
const scalar p,
const scalar T)
const;
229 inline scalar Kp(
const scalar p,
const scalar T)
const;
235 inline scalar Kc(
const scalar p,
const scalar T)
const;
269 inline static scalar
T 278 const bool diagnostics =
false 330 inline scalar dKcdTbyKc(
const scalar p,
const scalar T)
const;
333 inline scalar dcpdT(
const scalar p,
const scalar T)
const;
339 void write(Ostream& os)
const;
344 inline void operator+=(
const thermo&);
345 inline void operator*=(
const scalar);
350 friend thermo
operator+ <Thermo, Type>
356 friend thermo
operator* <Thermo, Type>
362 friend thermo
operator== <Thermo, Type>
371 friend Ostream& operator<< <Thermo, Type>
fluidReactionThermo & thermo
const dimensionedScalar F
Faraday constant: default SI units: [C/mol].
scalar Hs(const scalar p, const scalar T) const
A list of keyword definitions, which are a keyword followed by any number of values (e...
bool cp(const fileName &src, const fileName &dst, const bool followLink=true)
Copy, recursively if necessary, the source to the destination.
Thermodynamic scalar constants.
const dimensionedScalar G
Newtonian constant of gravitation.
CGAL::Exact_predicates_exact_constructions_kernel K
complex limit(const complex &, const complex &)
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))
A class for handling words, derived from string.
void write(std::ostream &os, const bool binary, List< floatScalar > &fField)
Write floats ascii or binary.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
word name(const complex &)
Return a string representation of a complex.
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
const dimensionedVector & g