34Foam::exponentialSolidTransport<Thermo>::exponentialSolidTransport
40 kappa0_(
dict.subDict(
"transport").get<scalar>(
"kappa0")),
41 n0_(
dict.subDict(
"transport").get<scalar>(
"n0")),
42 Tref_(
dict.subDict(
"transport").get<scalar>(
"Tref"))
58 os.beginBlock(
"transport");
59 os.writeEntry(
"kappa0", kappa0_);
60 os.writeEntry(
"n0", n0_);
61 os.writeEntry(
"Tref", Tref_);
70Foam::Ostream& Foam::operator<<
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,...
Exponential properties for solid heat transport Templated into a given thermodynamics package.
OBJstream os(runTime.globalPath()/outputName)