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 88 "Foam::scalar Foam::constAnIsoSolidTransport<Thermo>mu::" 90 " const scalar p, const scalar T" 97 template<
class Thermo>
101 return kappa_/this->Cpv(p, T);
106 template<
class Thermo>
108 Foam::constAnIsoSolidTransport<Thermo>::operator=
119 template<
class Thermo>
120 inline void Foam::constAnIsoSolidTransport<Thermo>::operator+=
125 scalar molr1 = this->nMoles();
127 molr1 /= this->nMoles();
128 scalar molr2 = ct.nMoles()/this->nMoles();
130 kappa_ = molr1*kappa_ + molr2*ct.kappa_;
134 template<
class Thermo>
135 inline void Foam::constAnIsoSolidTransport<Thermo>::operator-=
140 scalar molr1 = this->nMoles();
142 molr1 /= this->nMoles();
143 scalar molr2 = ct.nMoles()/this->nMoles();
145 kappa_ = molr1*kappa_ - molr2*ct.kappa_;
152 template<
class Thermo>
161 s*
static_cast<const Thermo&
>(ct),
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 ))
dimensioned< scalar > mag(const dimensioned< Type > &)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/ms].
A class for handling words, derived from string.
A list of keyword definitions, which are a keyword followed by any number of values (e...
static autoPtr< constAnIsoSolidTransport > New(const dictionary &dict)
Constant properties Transport package. Templated into a given Thermodynamics package (needed for ther...
scalar kappa(const scalar p, const scalar T) const
Isotropic thermal conductivity [W/mK].
Vector< scalar > vector
A scalar version of the templated Vector.
vector Kappa(const scalar p, const scalar T) const
Un-isotropic thermal conductivity [W/mK].
#define notImplemented(functionName)
Issue a FatalErrorIn for a function not currently implemented.
const dimensionedScalar kappa
Coulomb constant: default SI units: [N.m2/C2].
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
vector alphah(const scalar p, const scalar T) const
Thermal diffusivity of enthalpy [kg/ms].