33inline Foam::tabulatedSolidTransport<Thermo>::tabulatedSolidTransport
36 const nonUniformTable& kappa
45inline Foam::tabulatedSolidTransport<Thermo>::tabulatedSolidTransport
93 return kappa_.f(
p,
T);
104 const scalar
kappa(kappa_.f(
p,
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 non-uniform tabulated data for thermal conductivity vs temperature...
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].
autoPtr< tabulatedSolidTransport > clone() const
Return a clone.
static autoPtr< tabulatedSolidTransport > New(const dictionary &dict)
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.
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)