28 template<
class Thermo>
40 template<
class Thermo>
52 template<
class Thermo>
63 template<
class Thermo>
78 template<
class Thermo>
80 kappa(
const scalar
p,
const scalar
T)
const 85 template<
class Thermo>
87 Kappa(
const scalar
p,
const scalar
T)
const 93 template<
class Thermo>
95 mu(
const scalar
p,
const scalar
T)
const 104 template<
class Thermo>
105 inline void Foam::constAnIsoSolidTransport<Thermo>::operator+=
110 scalar Y1 = this->
Y();
113 scalar Y2 = ct.Y()/this->
Y();
115 kappa_ = Y1*kappa_ + Y2*ct.kappa_;
122 template<
class Thermo>
131 s*
static_cast<const Thermo&
>(ct),
A list of keyword definitions, which are a keyword followed by any number of values (e...
vector Kappa(const scalar p, const scalar T) const
Un-isotropic thermal conductivity [W/m/K].
static autoPtr< constAnIsoSolidTransport > New(const dictionary &dict)
Vector< scalar > vector
A scalar version of the templated Vector.
const dimensionedScalar kappa
Coulomb constant: default SI units: [N.m2/C2].
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.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
scalar kappa(const scalar p, const scalar T) const
Isotropic thermal conductivity [W/m/K].
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/m/s].
autoPtr< constAnIsoSolidTransport > clone() const
Construct and return a clone.
PtrList< volScalarField > & Y
dimensioned< scalar > mag(const dimensioned< Type > &)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
Constant properties Transport package. Templated into a given Thermodynamics package (needed for ther...