28 template<
class Thermo>
44 template<
class Thermo>
58 template<
class Thermo>
69 template<
class Thermo>
84 template<
class Thermo>
87 const scalar p,
const scalar T
90 return (kappa0_*
pow(T/Tref_, n0_));
94 template<
class Thermo>
97 const scalar p,
const scalar T
100 const scalar
kappa(kappa0_*
pow(T/Tref_, n0_));
101 return vector(kappa, kappa, kappa);
105 template<
class Thermo>
107 mu(
const scalar p,
const scalar T)
const 116 template<
class Thermo>
117 inline void Foam::exponentialSolidTransport<Thermo>::operator+=
122 scalar Y1 = this->
Y();
125 scalar Y2 = ct.Y()/this->
Y();
127 kappa0_ = Y1*kappa0_ + Y2*ct.kappa0_;
128 n0_ = (Y1*n0_ + Y2*ct.n0_);
129 Tref_ = (Y1*Tref_ + Y2*ct.Tref_);
135 template<
class Thermo>
144 s*
static_cast<const Thermo&
>(ct),
Exponential properties for solid heat transport Templated into a given thermodynamics package...
A list of keyword definitions, which are a keyword followed by any number of values (e...
scalar kappa(const scalar p, const scalar T) const
Thermal conductivity [W/m/K].
Vector< scalar > vector
A scalar version of the templated Vector.
autoPtr< exponentialSolidTransport > clone() const
Construct and return a clone.
static autoPtr< exponentialSolidTransport > 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.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
PtrList< volScalarField > & Y
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/m/s].
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
vector Kappa(const scalar p, const scalar T) const
Thermal conductivity [W/m/K].