FreeFOAM The Cross-Platform CFD Toolkit
speciesTransport Class Reference

Basic species transport type based on the use of a fitting function for nu. More...

#include <specie/speciesTransport.H>


Detailed Description

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.

Source files

Definition at line 58 of file speciesTransport.H.

+ Inheritance diagram for speciesTransport:
+ Collaboration diagram for speciesTransport:

List of all members.

Public Member Functions

 speciesTransport (const janafThermo &sThermo)
 Construct from speciesThermo.
 speciesTransport (Istream &)
 Construct from Istream.
- Public Member Functions inherited from janafThermo< equationOfState >
 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

Ostreamoperator<< (Ostream &, const speciesTransport &)

Additional Inherited Members

- Public Types inherited from janafThermo< equationOfState >
typedef scalar coeffArray [7]
- Static Public Attributes inherited from janafThermo< equationOfState >
static const int nCoeffs_ = 7

Constructor & Destructor Documentation

speciesTransport ( const janafThermo sThermo)
inline

Construct from speciesThermo.

Definition at line 35 of file speciesTransportI.H.

Construct from Istream.

Definition at line 44 of file speciesTransport.C.

References IOstream::check().


Friends And Related Function Documentation

Ostream& operator<< ( Ostream os,
const speciesTransport sTranport 
)
friend

Definition at line 54 of file speciesTransport.C.


The documentation for this class was generated from the following files: