31 template<
class Thermo>
56 template<
class Thermo>
67 muDict.
add(
"values", mu_.values());
71 kappaDict.
add(
"values", kappa_.values());
82 template<
class Thermo>
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,...
virtual Ostream & write(const char)=0
Write character.
const word dictName() const
Return the local dictionary name (final part of scoped name)
A list of keyword definitions, which are a keyword followed by any number of values (e....
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
bool add(entry *, bool mergeEntry=false)
Add a new entry.
Transport properties package using uniformly-spaced tabulated data for viscosity and thermal conducti...
void write(Ostream &os) const
Write to Ostream.
tabulatedTransport(const Thermo &t, const table2D &muPoly, const table2D &kappaPoly)
Construct from components.
A class for handling words, derived from string.
void write(std::ostream &os, const bool binary, List< floatScalar > &fField)
Write floats ascii or binary.
const dimensionSet dimDynamicViscosity
Ostream & decrIndent(Ostream &os)
Decrement the indent level.
const dimensionSet dimPressure
Ostream & endl(Ostream &os)
Add newline and flush stream.
word name(const bool)
Return a word representation of a bool.
const dimensionSet dimTemperature
Ostream & incrIndent(Ostream &os)
Increment the indent level.
const dimensionSet dimThermalConductivity
Ostream & indent(Ostream &os)
Indent stream.