28 template<
class Thermo>
40 template<
class Thermo>
52 template<
class Thermo>
65 template<
class Thermo>
67 kappa(
const scalar
p,
const scalar
T)
const
72 template<
class Thermo>
74 Kappa(
const scalar
p,
const scalar
T)
const
77 return vector(kappa_, kappa_, kappa_);
83 template<
class Thermo>
89 scalar Y1 = this->
Y();
90 Thermo::operator+=(ct);
93 scalar Y2 = ct.Y()/this->
Y();
95 kappa_ = Y1*kappa_ + Y2*ct.kappa_;
102 template<
class Thermo>
111 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...
Constant properties Transport package. Templated into a given thermodynamics package (needed for ther...
vector Kappa(const scalar p, const scalar T) const
Anisotropic thermal conductivity [W/m/K].
scalar kappa(const scalar p, const scalar T) const
Isotropic thermal conductivity [W/m/K].
constIsoSolidTransport(const Thermo &t, const scalar kappa)
Construct from components.
autoPtr< constIsoSolidTransport > 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.
Vector< scalar > vector
A scalar version of the templated Vector.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
PtrList< volScalarField > & Y