Go to the documentation of this file.
30 template<
class Thermo>
42 template<
class Thermo>
46 const constAnIsoSolidTransport& ct
54 template<
class Thermo>
66 template<
class Thermo>
68 kappa(
const scalar
p,
const scalar
T)
const
73 template<
class Thermo>
75 Kappa(
const scalar
p,
const scalar
T)
const
81 template<
class Thermo>
83 mu(
const scalar
p,
const scalar
T)
const
90 template<
class Thermo>
92 alphah(
const scalar
p,
const scalar
T)
const
94 return kappa_/this->
Cp(p,
T);
99 template<
class Thermo>
105 scalar Y1 = this->
Y();
108 scalar Y2 = ct.Y()/this->
Y();
110 kappa_ = Y1*kappa_ + Y2*ct.kappa_;
117 template<
class Thermo>
121 const constAnIsoSolidTransport<Thermo>& ct
124 return constAnIsoSolidTransport<Thermo>
126 s*
static_cast<const Thermo&
>(ct),
gmvFile<< "tracers "<< particles.size()<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().x()<< " ";}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().y()<< " ";}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.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))
Constant properties Transport package. Templated into a given Thermodynamics package (needed for ther...
const dimensionedScalar kappa
vector alphah(const scalar p, const scalar T) const
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
static autoPtr< constAnIsoSolidTransport > New(const dictionary &dict)
Vector< scalar > vector
A scalar version of the templated Vector.
PtrList< volScalarField > & Y
scalar mu(const scalar p, const scalar T) const
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
vector Kappa(const scalar p, const scalar T) const
scalar kappa(const scalar p, const scalar T) const
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
const volScalarField & Cp
word name(const expressions::valueTypeCode typeCode)