7 #ifndef CT_TRANSPORTPARAMS_H
8 #define CT_TRANSPORTPARAMS_H
100 std::vector<std::vector<int> >
poly;
253 #endif //CT_TRANSPORTPARAMS_H
doublereal tmin
Minimum temperatures for parameter fits.
DenseMatrix diam
hard-sphere diameter for (i,j) collision
This structure holds transport model parameters relevant to transport in ideal gases with a kinetic t...
vector_fp alpha
Polarizability of each species in the phase.
thermo_t * thermo
Pointer to the ThermoPhase object: shallow pointer.
std::vector< vector_fp > omega22_poly
This is vector of vectors containing the astar fit.
std::vector< vector_fp > astar_poly
This is vector of vectors containing the astar fit.
size_t nsp_
Local storage of the number of species.
doublereal tmax
Maximum temperatures for parameter fits.
Headers for the Transport object, which is the virtual base class for all transport property evaluato...
vector_fp sigma
Lennard-Jones diameter of the species in the current phase.
DenseMatrix reducedMass
This is the reduced mass of the interaction between species i and j.
vector_fp fitlist
This is vector containing the values of delta(i,j) that are used in the collision integral fits...
std::vector< vector_fp > cstar_poly
This is vector of vectors containing the astar fit.
std::vector< vector_fp > diffcoeffs
temperature-fits of the diffusivity
Base class for a phase with thermodynamic properties.
int VelocityBasis
The diffusion fluxes must be referenced to a particular reference fluid velocity. ...
vector_fp zrot
Rotational relaxation number for the species in the current phase.
vector_fp eps
Lennard-Jones well-depth of the species in the current phase.
VelocityBasis velocityBasis_
A basis for the average velocity can be specified.
std::vector< bool > polar
Vector of booleans indicating whether a species is a polar molecule.
DenseMatrix delta
Matrix containing the reduced dipole moment of the interaction between two species.
vector_fp crot
Dimensionless rotational heat capacity of the species in the current phase.
DenseMatrix epsilon
The effective well depth for (i,j) collisions.
vector_fp mw
Local storage of the molecular weights of the species.
std::vector< vector_fp > bstar_poly
This is vector of vectors containing the astar fit.
std::vector< std::vector< int > > poly
This is vector of vectors containing the integer lookup value for the (i,j) interaction.
std::vector< double > vector_fp
Turn on the use of stl vectors for the basic array type within cantera Vector of doubles.
DenseMatrix dipole
The effective dipole moment for (i,j) collisions.
std::vector< vector_fp > visccoeffs
temperature-fit of the viscosity
Headers for the DenseMatrix object, which deals with dense rectangular matrices and description of th...
std::vector< vector_fp > condcoeffs
temperature-fits of the heat conduction
Base structure to hold transport model parameters.
vector_fp w_ac
Pitzer acentric factor.
A class for full (non-sparse) matrices with Fortran-compatible data storage, which adds matrix operat...