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>
138 const table2D& muPoly,
139 const table2D& kappaPoly
165 return "tabulated<" + Thermo::typeName() +
'>';
169 inline scalar
mu(
const scalar
p,
const scalar
T)
const;
172 inline scalar
kappa(
const scalar p,
const scalar T)
const;
180 friend Ostream& operator<< <Thermo>
A list of keyword definitions, which are a keyword followed by any number of values (e...
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 autoPtr< tabulatedTransport > New(const dictionary &dict)
A class for handling words, derived from string.
Transport properties package using uniformly-spaced tabulated data for viscosity and thermal conducti...
void write(Ostream &os) const
Write to Ostream.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
static word typeName()
Return the instantiated type name.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
autoPtr< tabulatedTransport > clone() const
Construct and return a clone.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...