Transport package using polynomial functions for solid kappa.
More...


Public Member Functions | |
| polynomialSolidTransport (const Thermo &t, const Polynomial< PolySize > &kappaPoly) | |
| Construct from components. More... | |
| polynomialSolidTransport (const word &, const polynomialSolidTransport &) | |
| Construct as named copy. More... | |
| polynomialSolidTransport (const word &name, const dictionary &dict) | |
| Construct from name and dictionary. More... | |
| autoPtr< polynomialSolidTransport > | clone () const |
| Construct and return a clone. More... | |
| scalar | kappa (const scalar p, const scalar T) const |
| Isotropic thermal conductivity [W/m/K]. More... | |
| vector | Kappa (const scalar p, const scalar T) const |
| Anisotropic thermal conductivity [W/m/K]. More... | |
| void | write (Ostream &os) const |
| Write to Ostream. More... | |
| void | operator+= (const polynomialSolidTransport &) |
| void | operator*= (const scalar) |
Static Public Member Functions | |
| static word | typeName () |
| Return the instantiated type name. More... | |
Static Public Attributes | |
| static const bool | isotropic = true |
| Is the thermal conductivity isotropic. More... | |
Friends | |
| polynomialSolidTransport | operator+ (const polynomialSolidTransport &, const polynomialSolidTransport &) |
| polynomialSolidTransport | operator* (const scalar, const polynomialSolidTransport &) |
| Ostream & | operator (Ostream &, const polynomialSolidTransport &) |
Transport package using polynomial functions for solid kappa.
| Property | Description |
|---|---|
kappaCoeffs<8> | Thermal conductivity polynomial coefficients |
Example of the specification of the transport properties:
transport
{
kappaCoeffs<8> ( 1000 -0.05 0.003 0 0 0 0 0 );
}The polynomial expression is evaluated as so:
Note: Thermal conductivity polynomial coefficients evaluate to an expression in [W/m/K].
Definition at line 110 of file polynomialSolidTransport.H.
|
inline |
Construct from components.
Definition at line 31 of file polynomialSolidTransportI.H.
|
inline |
Construct as named copy.
Definition at line 44 of file polynomialSolidTransportI.H.
| polynomialSolidTransport | ( | const word & | name, |
| const dictionary & | dict | ||
| ) |
Construct from name and dictionary.
Definition at line 32 of file polynomialSolidTransport.C.
|
inline |
Construct and return a clone.
Definition at line 58 of file polynomialSolidTransportI.H.
|
inlinestatic |
Return the instantiated type name.
Definition at line 149 of file polynomialSolidTransport.H.
|
inline |
Isotropic thermal conductivity [W/m/K].
Definition at line 70 of file polynomialSolidTransportI.H.
References Foam::T().

|
inline |
Anisotropic thermal conductivity [W/m/K].
Not implemented
Definition at line 81 of file polynomialSolidTransportI.H.
References Foam::constant::electromagnetic::kappa, NotImplemented, and Foam::T().

| void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 52 of file polynomialSolidTransport.C.
References dictionary::add(), dict, dictionaryName::dictName(), Foam::indent(), Foam::name(), and Foam::vtkWriteOps::write().

|
inline |
Definition at line 96 of file polynomialSolidTransportI.H.
References Foam::operator+=(), and Y.

|
inline |
Definition at line 113 of file polynomialSolidTransportI.H.
References s().

|
friend |
|
friend |
|
friend |
|
static |
Is the thermal conductivity isotropic.
Definition at line 155 of file polynomialSolidTransport.H.