Cantera  2.0
Classes | Namespaces | Typedefs | Variables
TransportBase.h File Reference

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 for Species in Phases and Transport ) . More...

#include "cantera/thermo/ThermoPhase.h"
#include "cantera/numerics/DenseMatrix.h"
Include dependency graph for TransportBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Transport
 Base class for transport property managers. More...
 

Namespaces

namespace  Cantera
 Provides class Nucleus.
 

Typedefs

typedef int VelocityBasis
 The diffusion fluxes must be referenced to a particular reference fluid velocity.
 

Variables

const VelocityBasis VB_MASSAVG = -1
 Diffusion velocities are based on the mass averaged velocity.
 
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.
 

Detailed Description

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 for Species in Phases and Transport ) .

Provides class Transport.

Definition in file TransportBase.h.