|
Cantera
3.0.0
|
Headers for the Transport object, which is the virtual base class for all transport property evaluators and also includes the tranprops group definition (see Transport Properties and Transport ) . More...
#include "cantera/base/ct_defs.h"#include "cantera/base/ctexceptions.h"#include "cantera/base/global.h"Headers for the Transport object, which is the virtual base class for all transport property evaluators and also includes the tranprops group definition (see Transport Properties and Transport ) .
Definition in file Transport.h.
Go to the source code of this file.
Classes | |
| class | Transport |
| Base class for transport property managers. More... | |
Namespaces | |
| namespace | Cantera |
| Namespace for the Cantera kernel. | |
Typedefs | |
| typedef int | VelocityBasis |
| The diffusion fluxes must be referenced to a particular reference fluid velocity. | |
Variables | |
| const VelocityBasis | VB_MASSAVG = -1 |
| const VelocityBasis | VB_MOLEAVG = -2 |
| Diffusion velocities are based on the mole averaged velocities. | |
| const VelocityBasis | VB_SPECIES_0 = 0 |
| Diffusion velocities are based on the relative motion wrt species 0. | |
| const VelocityBasis | VB_SPECIES_1 = 1 |
| Diffusion velocities are based on the relative motion wrt species 1. | |
| const VelocityBasis | VB_SPECIES_2 = 2 |
| Diffusion velocities are based on the relative motion wrt species 2. | |
| const VelocityBasis | VB_SPECIES_3 = 3 |
| Diffusion velocities are based on the relative motion wrt species 3. | |