Go to the documentation of this file.
56 template<
class Thermo,
template<
class>
class Type>
class thermo;
58 template<
class Thermo,
template<
class>
class Type>
65 template<
class Thermo,
template<
class>
class Type>
72 template<
class Thermo,
template<
class>
class Type>
79 template<
class Thermo,
template<
class>
class Type>
91 template<
class Thermo,
template<
class>
class Type>
95 public Type<thermo<Thermo, Type>>
100 static const scalar tol_;
103 static const int maxIter_;
116 scalar (
thermo::*
F)(
const scalar,
const scalar)
const,
117 scalar (
thermo::*dFdT)(
const scalar,
const scalar)
const,
131 inline thermo(
const Thermo& sp);
143 static word typeName()
146 Thermo::typeName() +
','
147 + Type<thermo<Thermo, Type>>::typeName();
151 static inline word heName();
186 inline scalar Cpv(
const scalar
p,
const scalar
T)
const;
189 inline scalar
gamma(
const scalar
p,
const scalar
T)
const;
193 inline scalar CpByCpv(
const scalar
p,
const scalar
T)
const;
196 inline scalar HE(
const scalar
p,
const scalar
T)
const;
199 inline scalar
G(
const scalar
p,
const scalar
T)
const;
202 inline scalar
A(
const scalar
p,
const scalar
T)
const;
208 inline scalar
cp(
const scalar
p,
const scalar
T)
const;
211 inline scalar ha(
const scalar
p,
const scalar
T)
const;
214 inline scalar hs(
const scalar
p,
const scalar
T)
const;
217 inline scalar hc()
const;
220 inline scalar
s(
const scalar
p,
const scalar
T)
const;
223 inline scalar
he(
const scalar
p,
const scalar
T)
const;
226 inline scalar cv(
const scalar
p,
const scalar
T)
const;
229 inline scalar es(
const scalar
p,
const scalar
T)
const;
232 inline scalar ea(
const scalar
p,
const scalar
T)
const;
235 inline scalar
g(
const scalar
p,
const scalar
T)
const;
238 inline scalar a(
const scalar
p,
const scalar
T)
const;
245 inline scalar
K(
const scalar
p,
const scalar
T)
const;
250 inline scalar Kp(
const scalar
p,
const scalar
T)
const;
256 inline scalar Kc(
const scalar
p,
const scalar
T)
const;
328 inline scalar dKcdTbyKc(
const scalar
p,
const scalar
T)
const;
331 inline scalar dcpdT(
const scalar
p,
const scalar
T)
const;
342 inline void operator+=(
const thermo&);
343 inline void operator*=(
const scalar);
348 friend thermo operator+ <Thermo, Type>
354 friend thermo operator* <Thermo, Type>
360 friend thermo operator== <Thermo, Type>
369 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
scalar Hs(const scalar p, const scalar T) const
psiReactionThermo & thermo
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.
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,...
OBJstream os(runTime.globalPath()/outputName)
const uniformDimensionedVectorField & g
bool cp(const fileName &src, const fileName &dst, const bool followLink=true)
complex limit(const complex &, const complex &)
void write(vtk::formatter &fmt, const Type &val, const label n=1)
word name(const expressions::valueTypeCode typeCode)
thermo< Thermo, Type > thermoType
An Ostream is an abstract base class for all output systems (streams, files, token lists,...