Basic species transport type based on the use of a fitting function for nu. More...
#include <specie/speciesTransport.H>
Basic species transport type based on the use of a fitting function for nu.
All other properties are derived from this primitive function.
The nu function must be provided by the derived type, e.g. SutherlandTransport.
Definition at line 58 of file speciesTransport.H.
Public Member Functions | |
speciesTransport (const janafThermo &sThermo) | |
Construct from speciesThermo. | |
speciesTransport (Istream &) | |
Construct from Istream. | |
![]() | |
janafThermo (const equationOfState &st, const scalar Tlow, const scalar Thigh, const scalar Tcommon, const coeffArray &highCpCoeffs, const coeffArray &lowCpCoeffs) | |
Construct from components. | |
janafThermo (Istream &) | |
Construct from Istream. | |
janafThermo (const word &, const janafThermo &) | |
Construct as a named copy. | |
scalar | cp (const scalar T) const |
Heat capacity at constant pressure [J/(kmol K)]. | |
scalar | h (const scalar T) const |
Enthalpy [J/kmol]. | |
scalar | hs (const scalar T) const |
Sensible enthalpy [J/kmol]. | |
scalar | hc () const |
Chemical enthalpy [J/kmol]. | |
scalar | s (const scalar T) const |
Entropy [J/(kmol K)]. | |
void | operator+= (const janafThermo &) |
void | operator-= (const janafThermo &) |
Friends | |
Ostream & | operator<< (Ostream &, const speciesTransport &) |
Additional Inherited Members | |
![]() | |
typedef scalar | coeffArray [7] |
![]() | |
static const int | nCoeffs_ = 7 |
|
inline |
Construct from speciesThermo.
Definition at line 35 of file speciesTransportI.H.
speciesTransport | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 44 of file speciesTransport.C.
References IOstream::check().
|
friend |
Definition at line 54 of file speciesTransport.C.