68 #ifndef icoTabulatedTransport_H 69 #define icoTabulatedTransport_H 80 template<
class Thermo>
class icoTabulatedTransport;
82 template<
class Thermo>
83 Ostream& operator<<(Ostream&, const icoTabulatedTransport<Thermo>&);
90 template<
class Thermo>
104 nonUniformTable kappa_;
113 const nonUniformTable& muPoly,
114 const nonUniformTable& kappaPoly
143 return "tabulated<" + Thermo::typeName() +
'>';
147 inline scalar
mu(
const scalar
p,
const scalar
T)
const;
150 inline scalar
kappa(
const scalar p,
const scalar T)
const;
158 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-uniform tabulated data for viscosity and thermal conductivity ...
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.