Go to the documentation of this file.
33 template<
class Thermo,
int PolySize>
40 muCoeffs_(
dict.subDict(
"transport").lookup(coeffsName(
"mu"))),
41 kappaCoeffs_(
dict.subDict(
"transport").lookup(coeffsName(
"kappa")))
47 template<
class Thermo,
int PolySize>
50 os.beginBlock(this->
name());
56 os.beginBlock(
"transport");
57 os.writeEntry(coeffsName(
"mu"), muCoeffs_);
58 os.writeEntry(coeffsName(
"kappa"), kappaCoeffs_);
68 template<
class Thermo,
int PolySize>
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
void write(Ostream &os) const
Write to Ostream.
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
Write token to stream or otherwise handle it.
Transport package using polynomial functions of ln(T) for mu and kappa:
void write(vtk::formatter &fmt, const Type &val, const label n=1)
Component-wise write of a value (N times)
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for INVALID.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...