|
Cantera
2.0
|
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. | |
Struct to hold data read from a transport property database file for gas-phase species.
Definition at line 30 of file TransportFactory.h.
|
inline |
Default constructor.
Definition at line 32 of file TransportFactory.h.
| std::string speciesName |
gas phase species name
Definition at line 43 of file TransportFactory.h.
Referenced by MultiTransport::getGasTransportData(), MixTransport::getGasTransportData(), and TransportFactory::getTransportData().
| 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().
1.8.2