28 template<
class Thermo>
44 template<
class Thermo>
58 template<
class Thermo>
71 template<
class Thermo>
74 const scalar
p,
const scalar
T
77 return (kappa0_*
pow(
T/Tref_, n0_));
81 template<
class Thermo>
84 const scalar
p,
const scalar
T
88 const scalar
kappa(kappa0_*
pow(
T/Tref_, n0_));
95 template<
class Thermo>
101 scalar Y1 = this->
Y();
104 scalar Y2 = ct.Y()/this->
Y();
106 kappa0_ = Y1*kappa0_ + Y2*ct.kappa0_;
107 n0_ = (Y1*n0_ + Y2*ct.n0_);
108 Tref_ = (Y1*Tref_ + Y2*ct.Tref_);
114 template<
class Thermo>
123 s*
static_cast<const Thermo&
>(ct),
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Exponential properties for solid heat transport Templated into a given thermodynamics package.
vector Kappa(const scalar p, const scalar T) const
Anisotropic thermal conductivity [W/m/K].
exponentialSolidTransport(const Thermo &t, const scalar kappa0, const scalar n0, const scalar Tref)
Construct from components.
scalar kappa(const scalar p, const scalar T) const
Isotropic thermal conductivity [W/m/K].
autoPtr< exponentialSolidTransport > clone() const
Construct and return a clone.
A class for handling words, derived from string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
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.name(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
const dimensionedScalar kappa
Coulomb constant: default SI units: [N.m2/C2].
word name(const bool)
Return a word representation of a bool.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
Vector< scalar > vector
A scalar version of the templated Vector.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
PtrList< volScalarField > & Y