64 #ifndef polynomialSolidTransport_H
65 #define polynomialSolidTransport_H
76 template<
class Thermo,
int PolySize>
class polynomialSolidTransport;
78 template<
class Thermo,
int PolySize>
79 inline polynomialSolidTransport<Thermo, PolySize>
operator+
81 const polynomialSolidTransport<Thermo, PolySize>&,
82 const polynomialSolidTransport<Thermo, PolySize>&
85 template<
class Thermo,
int PolySize>
92 template<
class Thermo,
int PolySize>
104 template<
class Thermo,
int PolySize=8>
146 return "polynomialSolid<" + Thermo::typeName() +
'>';
153 inline scalar
kappa(
const scalar
p,
const scalar
T)
const;
186 friend Ostream& operator<< <Thermo, PolySize>
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Polynomial templated on size (order):
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Transport package using polynomial functions for solid kappa.
vector Kappa(const scalar p, const scalar T) const
Anisotropic thermal conductivity [W/m/K].
autoPtr< polynomialSolidTransport > clone() const
Construct and return a clone.
void operator+=(const polynomialSolidTransport &)
scalar kappa(const scalar p, const scalar T) const
Isotropic thermal conductivity [W/m/K].
static word typeName()
Return the instantiated type name.
static const bool isotropic
Is the thermal conductivity isotropic.
polynomialSolidTransport(const Thermo &t, const Polynomial< PolySize > &kappaPoly)
Construct from components.
void write(Ostream &os) const
Write to Ostream.
void operator*=(const scalar)
A class for handling words, derived from string.
word name(const bool)
Return a word representation of a bool.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)