31 template<
class Thermo>
39 muCoeffs_(
dict.subDict(
"transport").lookup(
"muCoeffs")),
40 kappaCoeffs_(
dict.subDict(
"transport").lookup(
"kappaCoeffs"))
46 template<
class Thermo>
55 dict.
add(
"muCoeffs", muCoeffs_);
56 dict.
add(
"kappaCoeffs", kappaCoeffs_);
65 template<
class Thermo>
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
Transport package using the Andrade function for the natural logarithm of dynamic viscosity and therm...
void write(Ostream &os) const
Write to Ostream.
AndradeTransport(const Thermo &t, const coeffList &muCoeffs, const coeffList &kappaCoeffs)
Construct from components.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual Ostream & write(const char)=0
Write character.
const word dictName() const
Return the local dictionary name (final part of scoped name)
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.
A class for handling words, derived from string.
void write(std::ostream &os, const bool binary, List< floatScalar > &fField)
Write floats ascii or binary.
Ostream & decrIndent(Ostream &os)
Decrement the indent level.
Ostream & endl(Ostream &os)
Add newline and flush stream.
word name(const bool)
Return a word representation of a bool.
Ostream & incrIndent(Ostream &os)
Increment the indent level.
Ostream & indent(Ostream &os)
Indent stream.