28 template<
class thermo>
40 template<
class thermo>
52 template<
class Thermo>
67 template<
class thermo>
69 kappa(
const scalar
p,
const scalar
T)
const 74 template<
class thermo>
76 Kappa(
const scalar
p,
const scalar
T)
const 78 return vector(kappa_, kappa_, kappa_);
82 template<
class thermo>
84 mu(
const scalar
p,
const scalar
T)
const 91 template<
class thermo>
95 return kappa_/this->Cp(p, T);
100 template<
class thermo>
101 inline void Foam::constIsoSolidTransport<thermo>::operator=
106 thermo::operator=(ct);
111 template<
class thermo>
112 inline void Foam::constIsoSolidTransport<thermo>::operator+=
117 scalar
Y1 = this->
Y();
118 thermo::operator+=(ct);
121 scalar
Y2 = ct.Y()/this->
Y();
123 kappa_ = Y1*kappa_ + Y2*ct.kappa_;
130 template<
class thermo>
139 s*
static_cast<const thermo&
>(ct),
PtrList< volScalarField > & Y1
A list of keyword definitions, which are a keyword followed by any number of values (e...
Vector< scalar > vector
A scalar version of the templated Vector.
const dimensionedScalar kappa
Coulomb constant: default SI units: [N.m2/C2].
vector Kappa(const scalar p, const scalar T) const
Un-isotropic thermal conductivity [W/mK].
PtrList< volScalarField > & Y2
psiReactionThermo & thermo
static autoPtr< constIsoSolidTransport > New(const dictionary &dict)
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.
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
PtrList< volScalarField > & Y
scalar alphah(const scalar p, const scalar T) const
Thermal diffusivity of enthalpy [kg/ms].
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Constant properties Transport package. Templated into a given thermodynamics package (needed for ther...
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
scalar kappa(const scalar p, const scalar T) const
Isotropic thermal conductivity [W/mK].
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/ms].