Go to the documentation of this file.
33 template<
class Thermo>
36 const dictionary&
dict
40 kappa0_(
dict.subDict(
"transport").
get<scalar>(
"kappa0")),
41 n0_(
dict.subDict(
"transport").
get<scalar>(
"n0")),
42 Tref_(
dict.subDict(
"transport").
get<scalar>(
"Tref"))
48 template<
class Thermo>
69 template<
class Thermo>
72 Ostream&
os,
const exponentialSolidTransport<Thermo>& et
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
Exponential properties for solid heat transport Templated into a given thermodynamics package.
virtual Ostream & beginBlock(const keyType &kw)
virtual Ostream & endBlock()
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)
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...