53 template<
class Thermo,
template<
class>
class Type>
class thermo;
55 template<
class Thermo,
template<
class>
class Type>
56 inline thermo<Thermo, Type>
operator+
58 const thermo<Thermo, 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_;
113 scalar (
thermo::*F)(
const scalar,
const scalar)
const,
114 scalar (
thermo::*dFdT)(
const scalar,
const scalar)
const,
128 inline thermo(
const Thermo& sp);
140 static word typeName()
143 Thermo::typeName() +
',' 144 + Type<thermo<Thermo, Type>>::typeName();
148 static inline word heName();
173 inline scalar Cv(
const scalar p,
const scalar
T)
const;
176 inline scalar Cpv(
const scalar p,
const scalar T)
const;
179 inline scalar gamma(
const scalar p,
const scalar T)
const;
183 inline scalar CpByCpv(
const scalar p,
const scalar T)
const;
186 inline scalar HE(
const scalar p,
const scalar T)
const;
189 inline scalar Es(
const scalar p,
const scalar T)
const;
192 inline scalar Ea(
const scalar p,
const scalar T)
const;
195 inline scalar
G(
const scalar p,
const scalar T)
const;
198 inline scalar A(
const scalar p,
const scalar T)
const;
204 inline scalar
cp(
const scalar p,
const scalar T)
const;
207 inline scalar ha(
const scalar p,
const scalar T)
const;
210 inline scalar hs(
const scalar p,
const scalar T)
const;
213 inline scalar hc()
const;
216 inline scalar
s(
const scalar p,
const scalar T)
const;
219 inline scalar
he(
const scalar p,
const scalar T)
const;
222 inline scalar cv(
const scalar p,
const scalar T)
const;
225 inline scalar es(
const scalar p,
const scalar T)
const;
228 inline scalar ea(
const scalar p,
const scalar T)
const;
231 inline scalar
g(
const scalar p,
const scalar T)
const;
234 inline scalar a(
const scalar p,
const scalar T)
const;
241 inline scalar
K(
const scalar p,
const scalar T)
const;
246 inline scalar Kp(
const scalar p,
const scalar T)
const;
252 inline scalar Kc(
const scalar p,
const scalar T)
const;
324 void write(Ostream& os)
const;
329 inline void operator+=(
const thermo&);
330 inline void operator*=(
const scalar);
335 friend thermo operator+ <Thermo, Type>
341 friend thermo
operator* <Thermo, Type>
347 friend thermo
operator== <Thermo, Type>
356 friend Ostream& operator<< <Thermo, Type>
A list of keyword definitions, which are a keyword followed by any number of values (e...
const dimensionedScalar G
Newtonian constant of gravitation.
bool cp(const fileName &src, const fileName &dst, const bool followLink=true)
Copy, recursively if necessary, the source to the destination.
Thermodynamic scalar constants.
CGAL::Exact_predicates_exact_constructions_kernel K
complex limit(const complex &, const complex &)
psiReactionThermo & thermo
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.
const dimensionedVector & g
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
word name(const complex &)
Return a string representation of a complex.