33inline Foam::tabulatedAnIsoSolidTransport<Thermo>::tabulatedAnIsoSolidTransport
36 const autoPtr<Function1<vector>>& kappa
46inline Foam::tabulatedAnIsoSolidTransport<Thermo>::tabulatedAnIsoSolidTransport
53 kappa_(pt.kappa_.
clone())
94 return mag(kappa_->value(
T));
105 return kappa_->value(
T);
109template<
class Thermo>
116 return kappa(
p,
T)/this->
Cp(p,
T);
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Transport properties package using Function1 type data for anisotropic thermal conductivity.
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/m/s].
vector Kappa(const scalar p, const scalar T) const
Thermal conductivity [W/m/K].
scalar kappa(const scalar p, const scalar T) const
Thermal conductivity [W/m/K].
scalar alphah(const scalar p, const scalar T) const
Thermal diffusivity of enthalpy [kg/m/s].
static autoPtr< tabulatedAnIsoSolidTransport > New(const dictionary &dict)
autoPtr< tabulatedAnIsoSolidTransport > clone() const
Return a clone.
A class for handling words, derived from Foam::string.
const volScalarField & Cp
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
const dimensionedScalar kappa
Coulomb constant: default SI units: [N.m2/C2].
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh > > &tf1, const word &name, const dimensionSet &dimensions, const bool initCopy=false)
Global function forwards to reuseTmpDimensionedField::New.
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)