30 template<
class Thermo>
40 kappaCoeffs_(kappaCoeffs)
44 template<
class Thermo>
52 muCoeffs_(pt.muCoeffs_),
53 kappaCoeffs_(pt.kappaCoeffs_)
57 template<
class Thermo>
70 template<
class Thermo>
82 + muCoeffs_[3]/(muCoeffs_[4] +
T)
87 template<
class Thermo>
98 + kappaCoeffs_[2]*
sqr(
T)
99 + kappaCoeffs_[3]/(kappaCoeffs_[4] +
T)
Transport package using the Andrade function for the natural logarithm of dynamic viscosity and therm...
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/m/s].
scalar kappa(const scalar p, const scalar T) const
Thermal conductivity [W/m/K].
autoPtr< AndradeTransport > clone() const
Construct and return a clone.
AndradeTransport(const Thermo &t, const coeffList &muCoeffs, const coeffList &kappaCoeffs)
Construct from components.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for handling words, derived from string.
dimensionedScalar exp(const dimensionedScalar &ds)
tmp< DimensionedField< typename outerProduct< Type, Type >::type, GeoMesh, Field >> sqr(const DimensionedField< Type, GeoMesh, PrimitiveField > &df)
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
void T(GeometricField< Type, GeoMesh, PrimitiveField1 > &gf, const GeometricField< Type, GeoMesh, PrimitiveField2 > &gf1)