31 template<
class Thermo,
int PolySize>
41 dict.subDict(
"transport").lookup
43 "muCoeffs<" +
Foam::
name(PolySize) +
'>'
48 dict.subDict(
"transport").lookup
50 "kappaCoeffs<" +
Foam::
name(PolySize) +
'>'
58 template<
class Thermo,
int PolySize>
85 template<
class Thermo,
int PolySize>
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
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.
Transport package using polynomial functions of temperature for the dynamic viscosity and thermal con...
polynomialTransport(const Thermo &t, const Polynomial< PolySize > &muPoly, const Polynomial< PolySize > &kappaPoly)
Construct from components.
void write(Ostream &os) const
Write to Ostream.
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.