Go to the documentation of this file.
33 template<
class Thermo,
int PolySize>
40 kappaCoeffs_(
dict.subDict(
"transport").
lookup(coeffsName(
"kappa")))
46 template<
class Thermo,
int PolySize>
53 os.beginBlock(
"transport");
54 os.writeEntry(coeffsName(
"kappa"), kappaCoeffs_);
62 template<
class Thermo,
int PolySize>
66 const polynomialSolidTransport<Thermo, PolySize>& pt
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
void write(Ostream &os) const
Transport package using polynomial functions for solid kappa.
Lookup type of boundary radiation properties.
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
void write(vtk::formatter &fmt, const Type &val, const label n=1)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...