93 #ifndef tabulatedTransport_H
94 #define tabulatedTransport_H
105 template<
class Thermo>
class tabulatedTransport;
107 template<
class Thermo>
108 Ostream&
operator<<(Ostream&,
const tabulatedTransport<Thermo>&);
115 template<
class Thermo>
162 return "tabulated<" + Thermo::typeName() +
'>';
166 inline scalar
mu(
const scalar
p,
const scalar
T)
const;
169 inline scalar
kappa(
const scalar
p,
const scalar
T)
const;
177 friend Ostream& operator<< <Thermo>
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Transport properties package using uniformly-spaced tabulated data for viscosity and thermal conducti...
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].
static word typeName()
Return the instantiated type name.
autoPtr< tabulatedTransport > clone() const
Construct and return a clone.
void write(Ostream &os) const
Write to Ostream.
tabulatedTransport(const Thermo &t, const table2D &muPoly, const table2D &kappaPoly)
Construct from components.
A class for handling words, derived from string.
void T(LagrangianPatchField< Type > &f, const LagrangianPatchField< Type > &f1)
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)