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.
| |
Friends | |
Ostream & | operator<< (Ostream &, const speciesTransport &) |
speciesTransport | ( | const janafThermo & | sThermo ) | [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().
Ostream& operator<< | ( | Ostream & | os, |
const speciesTransport & | sTranport | ||
) | [friend]
|
Definition at line 54 of file speciesTransport.C.