Cantera  2.0
Public Member Functions | Public Attributes | List of all members
GasTransportData Struct Reference

Struct to hold data read from a transport property database file for gas-phase species. More...

#include <TransportFactory.h>

Public Member Functions

 GasTransportData ()
 Default constructor.
 

Public Attributes

std::string speciesName
 gas phase species name
 
int geometry
 Geometry of the molecule.
 
doublereal wellDepth
 well-depth parameter
 
doublereal diameter
 Lennard-Jones diameter of the molecule.
 
doublereal dipoleMoment
 dipole Moment of the molecule
 
doublereal polarizability
 Polarizability of the molecule.
 
doublereal rotRelaxNumber
 Rotational relaxation number.
 

Detailed Description

Struct to hold data read from a transport property database file for gas-phase species.

Definition at line 30 of file TransportFactory.h.

Constructor & Destructor Documentation

GasTransportData ( )
inline

Default constructor.

Definition at line 32 of file TransportFactory.h.

Member Data Documentation

std::string speciesName
int geometry

Geometry of the molecule.

0 - single atom 1 - linear atom 2 - non-linear geom

Definition at line 50 of file TransportFactory.h.

Referenced by MultiTransport::getGasTransportData(), MixTransport::getGasTransportData(), and TransportFactory::getTransportData().

doublereal wellDepth

well-depth parameter

units - temperature (CHECK)

Definition at line 56 of file TransportFactory.h.

Referenced by MultiTransport::getGasTransportData(), MixTransport::getGasTransportData(), and TransportFactory::getTransportData().

doublereal diameter

Lennard-Jones diameter of the molecule.

units - Angstroms

Definition at line 62 of file TransportFactory.h.

Referenced by MultiTransport::getGasTransportData(), MixTransport::getGasTransportData(), and TransportFactory::getTransportData().

doublereal dipoleMoment

dipole Moment of the molecule

units = Debye (a debye is 10-18 cm3/2 erg1/2)

Definition at line 68 of file TransportFactory.h.

Referenced by MultiTransport::getGasTransportData(), MixTransport::getGasTransportData(), and TransportFactory::getTransportData().

doublereal polarizability

Polarizability of the molecule.

units = A**3

Definition at line 74 of file TransportFactory.h.

Referenced by MultiTransport::getGasTransportData(), MixTransport::getGasTransportData(), and TransportFactory::getTransportData().

doublereal rotRelaxNumber

Rotational relaxation number.

Number of collisions it takes to equilibrate the rotational dofs with the temperature

Definition at line 80 of file TransportFactory.h.

Referenced by MultiTransport::getGasTransportData(), MixTransport::getGasTransportData(), and TransportFactory::getTransportData().


The documentation for this struct was generated from the following file: