62#ifndef tabulatedSolidTransport_H
63#define tabulatedSolidTransport_H
91 nonUniformTable kappa_;
97 inline tabulatedSolidTransport
100 const nonUniformTable& kappaPoly
109 inline tabulatedSolidTransport(
const word&,
const tabulatedSolidTransport&);
129 return "tabulated<" + Thermo::typeName() +
'>';
136 inline scalar
mu(
const scalar
p,
const scalar
T)
const;
139 inline scalar
kappa(
const scalar
p,
const scalar
T)
const;
142 inline vector Kappa(
const scalar
p,
const scalar T)
const;
145 inline scalar
alphah(
const scalar
p,
const scalar T)
const;
156 const tabulatedSolidTransport&
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
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,...
An isotropic regularisationRadius (same in all spatial directions).
friend Ostream & operator(Ostream &, const thermo &)
Transport properties package using non-uniform tabulated data for thermal conductivity vs temperature...
tabulatedSolidTransport(const dictionary &dict)
Construct from dictionary.
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].
static word typeName()
The instantiated type name.
static const bool isotropic
void write(Ostream &os) const
Write to Ostream.
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)
tabulatedSolidTransport(const word &, const tabulatedSolidTransport &)
Construct as named copy.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces).
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)