31 template<
class Thermo>
35 muCoeffs_(dict.subDict(
"transport").
lookup(
"muCoeffs")),
36 kappaCoeffs_(dict.subDict(
"transport").
lookup(
"kappaCoeffs"))
42 template<
class Thermo>
51 dict.
add(
"muCoeffs", muCoeffs_);
52 dict.
add(
"kappaCoeffs", kappaCoeffs_);
61 template<
class Thermo>
virtual Ostream & write(const char)=0
Write character.
Ostream & indent(Ostream &os)
Indent stream.
void write(Ostream &os) const
Write to Ostream.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Ostream & endl(Ostream &os)
Add newline and flush stream.
Transport package using the Andrade function for the natural logarithm of dynamic viscosity and therm...
bool add(entry *, bool mergeEntry=false)
Add a new entry.
const word dictName() const
Return the local dictionary name (final part of scoped name)
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
stressControl lookup("compactNormalStress") >> compactNormalStress
void write(std::ostream &os, const bool binary, List< floatScalar > &fField)
Write floats ascii or binary.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Ostream & decrIndent(Ostream &os)
Decrement the indent level.
word name(const complex &)
Return a string representation of a complex.
Ostream & incrIndent(Ostream &os)
Increment the indent level.