70#ifndef tabulatedTransport_H
71#define tabulatedTransport_H
102 nonUniformTable kappa_;
108 inline tabulatedTransport
111 const nonUniformTable& muPoly,
112 const nonUniformTable& kappaPoly
121 inline tabulatedTransport(
const word&,
const tabulatedTransport&);
138 return "tabulated<" + Thermo::typeName() +
'>';
142 inline scalar
mu(
const scalar
p,
const scalar
T)
const;
145 inline scalar
kappa(
const scalar
p,
const scalar T)
const;
148 inline scalar
alphah(
const scalar
p,
const scalar T)
const;
162 const tabulatedTransport&
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,...
friend Ostream & operator(Ostream &, const thermo &)
Transport properties package using non-uniform tabulated data for viscosity and thermal conductivity ...
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/m/s].
tabulatedTransport(const word &, const tabulatedTransport &)
Construct as named copy.
tabulatedTransport(const dictionary &dict)
Construct from dictionary.
scalar kappa(const scalar p, const scalar T) const
Thermal conductivity [W/m/K].
static word typeName()
The instantiated type name.
autoPtr< tabulatedTransport > clone() const
Return a clone.
void write(Ostream &os) const
Write to Ostream.
static autoPtr< tabulatedTransport > New(const dictionary &dict)
scalar alphah(const scalar p, const scalar T) const
Thermal diffusivity of enthalpy [kg/m/s].
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)