31 template<
class Thermo>
43 kappa0_ = subDict.
lookup<scalar>(
"kappa0");
44 n0_ = subDict.
lookup<scalar>(
"n0");
45 Tref_ = subDict.
lookup<scalar>(
"Tref");
51 template<
class Thermo>
60 dict.
add(
"kappa0", kappa0_);
62 dict.
add(
"Tref", Tref_);
69 template<
class Thermo>
virtual Ostream & write(const char)=0
Write character.
Ostream & indent(Ostream &os)
Indent stream.
Exponential properties for solid heat transport Templated into a given thermodynamics package...
A list of keyword definitions, which are a keyword followed by any number of values (e...
bool add(entry *, bool mergeEntry=false)
Add a new entry.
const word dictName() const
Return the local dictionary name (final part of scoped name)
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
void write(std::ostream &os, const bool binary, List< floatScalar > &fField)
Write floats ascii or binary.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.