Go to the documentation of this file.
30 template<
class thermo>
42 template<
class thermo>
46 const constIsoSolidTransport& ct
54 template<
class Thermo>
66 template<
class thermo>
68 kappa(
const scalar
p,
const scalar
T)
const
73 template<
class thermo>
75 Kappa(
const scalar
p,
const scalar
T)
const
77 return vector(kappa_, kappa_, kappa_);
81 template<
class thermo>
83 mu(
const scalar
p,
const scalar
T)
const
90 template<
class thermo>
92 alphah(
const scalar
p,
const scalar
T)
const
94 return kappa_/this->
Cp(p,
T);
99 template<
class thermo>
105 scalar Y1 = this->
Y();
106 thermo::operator+=(ct);
109 scalar Y2 = ct.Y()/this->
Y();
111 kappa_ = Y1*kappa_ + Y2*ct.kappa_;
117 template<
class thermo>
121 const constIsoSolidTransport<thermo>& ct
124 return constIsoSolidTransport<thermo>
126 s*
static_cast<const thermo&
>(ct),
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))
vector Kappa(const scalar p, const scalar T) const
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
const dimensionedScalar kappa
scalar kappa(const scalar p, const scalar T) const
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
scalar mu(const scalar p, const scalar T) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Vector< scalar > vector
A scalar version of the templated Vector.
PtrList< volScalarField > & Y
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static autoPtr< constIsoSolidTransport > New(const dictionary &dict)
const volScalarField & Cp
word name(const expressions::valueTypeCode typeCode)
scalar alphah(const scalar p, const scalar T) const
Constant properties Transport package. Templated into a given thermodynamics package (needed for ther...