Go to the documentation of this file.
34 template<
class Thermo>
41 mu_(
"mu",
dict.subDict(
"transport")),
42 kappa_(
"kappa",
dict.subDict(
"transport"))
48 template<
class Thermo>
51 os.beginBlock(this->
name());
56 os.beginBlock(
"transport");
57 os.writeEntry(
"mu", mu_.values());
58 os.writeEntry(
"kappa", kappa_.values());
68 template<
class Thermo>
72 const tabulatedTransport<Thermo>& pt
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
Transport properties package using non-uniform tabulated data for viscosity and thermal conductivity ...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
virtual bool write(const token &tok)=0
void write(Ostream &os) const
void write(vtk::formatter &fmt, const Type &val, const label n=1)
word name(const expressions::valueTypeCode typeCode)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...