73 #ifndef icoTabulatedTransport_H 74 #define icoTabulatedTransport_H 85 template<
class Thermo>
class icoTabulatedTransport;
87 template<
class Thermo>
88 Ostream& operator<<(Ostream&, const icoTabulatedTransport<Thermo>&);
95 template<
class Thermo>
109 nonUniformTable kappa_;
118 const nonUniformTable&
mu,
119 const nonUniformTable&
kappa 148 return "tabulated<" + Thermo::typeName() +
'>';
152 inline scalar
mu(
const scalar
p,
const scalar
T)
const;
155 inline scalar
kappa(
const scalar p,
const scalar T)
const;
163 friend Ostream& operator<< <Thermo>
static autoPtr< icoTabulatedTransport > New(const dictionary &dict)
A list of keyword definitions, which are a keyword followed by any number of values (e...
Transport properties package using non-uniformly-spaced tabulated data for viscosity and thermal cond...
autoPtr< icoTabulatedTransport > clone() const
Construct and return a clone.
A class for handling words, derived from string.
scalar kappa(const scalar p, const scalar T) const
Thermal conductivity [W/m/K].
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/m/s].
void write(Ostream &os) const
Write to Ostream.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
static word typeName()
Return the instantiated type name.