Go to the documentation of this file.
34 template<
class Thermo>
38 mu0_(readCoeff(
"mu0",
dict)),
39 Tr_(readCoeff(
"Tr",
dict)),
40 C1_(readCoeff(
"C1",
dict)),
41 C2_(readCoeff(
"C2",
dict)),
42 rPr_(1.0/readCoeff(
"Pr",
dict))
48 template<
class Thermo>
56 os.beginBlock(
"transport");
57 os.writeEntry(
"mu0", mu0_);
58 os.writeEntry(
"Tr", Tr_);
59 os.writeEntry(
"C1", C1_);
60 os.writeEntry(
"C2", C2_);
61 os.writeEntry(
"Pr", 1.0/rPr_);
71 template<
class Thermo>
75 const WLFTransport<Thermo>& wlft
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
virtual Ostream & beginBlock(const keyType &kw)
WLFTransport(const word &, const WLFTransport &)
void write(Ostream &os) const
Transport package using the Williams-Landel-Ferry model.
virtual Ostream & endBlock()
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
Ostream & writeEntry(const keyType &key, const T &value)
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,...
const word & name() const