Go to the documentation of this file.
31 template<
class Thermo>
34 const dictionary&
dict
42 const dictionary& subDict =
dict.subDict(
"transport");
43 kappa0_ =
readScalar(subDict.lookup(
"kappa0"));
51 template<
class Thermo>
59 dictionary
dict(
"transport");
69 template<
class Thermo>
72 Ostream& os,
const exponentialSolidTransport<Thermo>& et
75 operator<<(os, static_cast<const Thermo&>(et));
76 os <<
tab << et.kappa0_ <<
tab << et.n0_ <<
tab << et.Tref_;
80 "Ostream& operator<<(Ostream& os, const exponentialSolidTransport& et)"
const word dictName() const
Return the local dictionary name (final part of scoped name)
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
exponentialSolidTransport(const Thermo &t, const scalar kappa0, const scalar n0, const scalar Tref)
Construct from components.
Ostream & indent(Ostream &os)
Indent stream.
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if succesful.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
bool add(entry *, bool mergeEntry=false)
Add a new entry.