Transport package using polynomial functions for mu and kappa. More...


Public Member Functions | |
| polynomialTransport (const polynomialTransport &) | |
| Construct copy. More... | |
| polynomialTransport (const word &, const polynomialTransport &) | |
| Construct as named copy. More... | |
| polynomialTransport (Istream &is) | |
| Construct from Istream. More... | |
| polynomialTransport (const dictionary &dict) | |
| Construct from dictionary. More... | |
| autoPtr< polynomialTransport > | clone () const |
| Construct and return a clone. More... | |
| scalar | mu (const scalar p, const scalar T) const |
| Dynamic viscosity [kg/ms]. More... | |
| scalar | kappa (const scalar p, const scalar T) const |
| Thermal conductivity [W/mK]. More... | |
| scalar | alphah (const scalar p, const scalar T) const |
| Thermal diffusivity of enthalpy [kg/ms]. More... | |
| void | write (Ostream &os) const |
| Write to Ostream. More... | |
| void | operator= (const polynomialTransport &) |
| void | operator+= (const polynomialTransport &) |
| void | operator-= (const polynomialTransport &) |
| void | operator*= (const scalar) |
Static Public Member Functions | |
| static autoPtr< polynomialTransport > | New (Istream &is) |
| static autoPtr< polynomialTransport > | New (const dictionary &dict) |
| static word | typeName () |
| Return the instantiated type name. More... | |
Friends | |
| polynomialTransport | operator+ (const polynomialTransport &, const polynomialTransport &) |
| polynomialTransport | operator- (const polynomialTransport &, const polynomialTransport &) |
| polynomialTransport | operator* (const scalar, const polynomialTransport &) |
| polynomialTransport | operator== (const polynomialTransport &, const polynomialTransport &) |
| Ostream & | operator (Ostream &, const polynomialTransport &) |
Transport package using polynomial functions for mu and kappa.
Definition at line 47 of file polynomialTransport.H.
|
inline |
Construct copy.
Definition at line 32 of file polynomialTransportI.H.
|
inline |
Construct as named copy.
Definition at line 58 of file polynomialTransportI.H.
| polynomialTransport | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 32 of file polynomialTransport.C.
| polynomialTransport | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 45 of file polynomialTransport.C.
|
inline |
Construct and return a clone.
Definition at line 71 of file polynomialTransportI.H.
|
inlinestatic |
Definition at line 82 of file polynomialTransportI.H.
|
inlinestatic |
Definition at line 93 of file polynomialTransportI.H.
References dict, and polynomialTransport< Thermo, PolySize >::mu().

|
inlinestatic |
Return the instantiated type name.
Definition at line 145 of file polynomialTransport.H.
References polynomialTransport< Thermo, PolySize >::alphah(), polynomialTransport< Thermo, PolySize >::kappa(), polynomialTransport< Thermo, PolySize >::mu(), polynomialTransport< Thermo, PolySize >::operator*=(), polynomialTransport< Thermo, PolySize >::operator+=(), polynomialTransport< Thermo, PolySize >::operator-=(), polynomialTransport< Thermo, PolySize >::operator=(), p, Foam::T(), and polynomialTransport< Thermo, PolySize >::write().

|
inline |
Dynamic viscosity [kg/ms].
Definition at line 106 of file polynomialTransportI.H.
References polynomialTransport< Thermo, PolySize >::kappa().
Referenced by polynomialTransport< Thermo, PolySize >::New(), and polynomialTransport< Thermo, PolySize >::typeName().


|
inline |
Thermal conductivity [W/mK].
Definition at line 117 of file polynomialTransportI.H.
References polynomialTransport< Thermo, PolySize >::alphah().
Referenced by polynomialTransport< Thermo, PolySize >::mu(), and polynomialTransport< Thermo, PolySize >::typeName().


|
inline |
Thermal diffusivity of enthalpy [kg/ms].
Definition at line 128 of file polynomialTransportI.H.
References Foam::constant::electromagnetic::kappa.
Referenced by polynomialTransport< Thermo, PolySize >::kappa(), and polynomialTransport< Thermo, PolySize >::typeName().

| void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 73 of file polynomialTransport.C.
References dictionary::add(), token::BEGIN_BLOCK, Foam::decrIndent(), dict, dictionaryName::dictName(), token::END_BLOCK, Foam::endl(), Foam::incrIndent(), Foam::indent(), Foam::name(), Foam::nl, Foam::tab, and write().
Referenced by polynomialTransport< Thermo, PolySize >::typeName().


|
inline |
Definition at line 140 of file polynomialTransportI.H.
Referenced by polynomialTransport< Thermo, PolySize >::typeName().

|
inline |
Definition at line 153 of file polynomialTransportI.H.
Referenced by polynomialTransport< Thermo, PolySize >::typeName().

|
inline |
Definition at line 171 of file polynomialTransportI.H.
Referenced by polynomialTransport< Thermo, PolySize >::typeName().

|
inline |
Definition at line 189 of file polynomialTransportI.H.
References s().
Referenced by polynomialTransport< Thermo, PolySize >::typeName().


|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
1.8.11