FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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.

Friends

Ostream &  operator<< (Ostream &, const speciesTransport &)

Constructor & Destructor Documentation

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().


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: