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))
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_);
75 const WLFTransport<Thermo>& wlft
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,...
Transport package using the Williams-Landel-Ferry model.
WLFTransport(const word &, const WLFTransport &)
Construct as named copy.
void write(Ostream &os) const
Write to Ostream.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const
Name.
OBJstream os(runTime.globalPath()/outputName)