Go to the documentation of this file.
31 template<
class Thermo,
int PolySize>
43 template<
class Thermo,
int PolySize>
65 muCoeffs_ *= this->W();
66 kappaCoeffs_ *= this->W();
72 template<
class Thermo,
int PolySize>
89 kappaCoeffs_/this->W()
99 template<
class Thermo,
int PolySize>
106 os << static_cast<const Thermo&>(pt) <<
tab
108 << pt.muCoeffs_/pt.W() <<
tab
110 << pt.kappaCoeffs_/pt.W();
114 "Ostream& operator<<"
117 "const polynomialTransport<Thermo, PolySize>&"
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...
A class for handling words, derived from string.
void write(Ostream &os) const
Write to Ostream.
Polynomial< PolySize > kappaCoeffs_
Thermal conductivity polynomial coefficients.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Ostream & incrIndent(Ostream &os)
Increment the indent level.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A list of keyword definitions, which are a keyword followed by any number of values (e....
Ostream & decrIndent(Ostream &os)
Decrement the indent level.
Ostream & indent(Ostream &os)
Indent stream.
Polynomial< PolySize > muCoeffs_
Dynamic viscosity polynomial coefficients.
polynomialTransport(const Thermo &t, const Polynomial< PolySize > &muPoly, const Polynomial< PolySize > &kappaPoly)
Construct from components.
Transport package using polynomial functions for mu and kappa.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
word name(const complex &)
Return a string representation of a complex.
bool add(entry *, bool mergeEntry=false)
Add a new entry.