35Foam::tabulatedTransport<Thermo>::tabulatedTransport
41 mu_(
"mu",
dict.subDict(
"transport")),
42 kappa_(
"kappa",
dict.subDict(
"transport"))
51 os.beginBlock(this->
name());
56 os.beginBlock(
"transport");
57 os.writeEntry(
"mu", mu_.values());
58 os.writeEntry(
"kappa", kappa_.values());
72 const tabulatedTransport<Thermo>& pt
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Transport properties package using non-uniform tabulated data for viscosity and thermal conductivity ...
void write(Ostream &os) const
Write to Ostream.
OBJstream os(runTime.globalPath()/outputName)