Go to the documentation of this file.
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
82 template<
class Thermo>
84 mu(
const scalar
p,
const scalar
T)
const
91 template<
class Thermo>
95 return kappa_/this->Cpv(
p,
T);
100 template<
class Thermo>
113 template<
class Thermo>
119 scalar molr1 = this->nMoles();
121 molr1 /= this->nMoles();
122 scalar molr2 = ct.nMoles()/this->nMoles();
124 kappa_ = molr1*kappa_ + molr2*ct.kappa_;
128 template<
class Thermo>
134 scalar molr1 = this->nMoles();
136 molr1 /= this->nMoles();
137 scalar molr2 = ct.nMoles()/this->nMoles();
139 kappa_ = molr1*kappa_ - molr2*ct.kappa_;
146 template<
class Thermo>
155 s*
static_cast<const Thermo&
>(ct),
A class for handling words, derived from string.
Constant properties Transport package. Templated into a given Thermodynamics package (needed for ther...
dimensioned< scalar > mag(const dimensioned< Type > &)
const dimensionedScalar kappa
Coulomb constant: default SI units: [N.m2/C2].
vector kappa_
Constant anisotropic thermal conductivity.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
vector alphah(const scalar p, const scalar T) const
Thermal diffusivity of enthalpy [kg/ms].
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
A list of keyword definitions, which are a keyword followed by any number of values (e....
static autoPtr< constAnIsoSolidTransport > 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))
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/ms].
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
vector Kappa(const scalar p, const scalar T) const
Un-isotropic thermal conductivity [W/mK].
constAnIsoSolidTransport(const Thermo &t, const vector kappa)
Construct from components.
scalar kappa(const scalar p, const scalar T) const
Isotropic thermal conductivity [W/mK].
word name(const complex &)
Return a string representation of a complex.