34Foam::scalar Foam::sutherlandTransport<Thermo>::readCoeff
36 const word& coeffName,
40 return dict.subDict(
"transport").get<scalar>(coeffName);
50 As_(readCoeff(
"As",
dict)),
51 Ts_(readCoeff(
"Ts",
dict))
63 As_(readCoeff(
"As",
dict)),
79 os.beginBlock(
"transport");
80 os.writeEntry(
"As", As_);
81 os.writeEntry(
"Ts", Ts_);
95 const sutherlandTransport<Thermo>& st
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,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const
Name.
Transport package using Sutherland's formula.
void write(Ostream &os) const
Write to Ostream.
sutherlandTransport(const Thermo &t, const scalar As, const scalar Ts)
Construct from components.
OBJstream os(runTime.globalPath()/outputName)