Cantera  2.5.1
Public Attributes | List of all members
TransportParams Class Reference

Base structure to hold transport model parameters. More...

#include <TransportParams.h>

Collaboration diagram for TransportParams:
[legend]

Public Attributes

size_t nsp_
 Local storage of the number of species. More...
 
thermo_tthermo
 Pointer to the ThermoPhase object: shallow pointer. More...
 
vector_fp mw
 Local storage of the molecular weights of the species. More...
 
VelocityBasis velocityBasis_
 A basis for the average velocity can be specified. More...
 
doublereal tmax
 Maximum temperatures for parameter fits. More...
 
doublereal tmin
 Minimum temperatures for parameter fits. More...
 
int mode_
 Mode parameter. More...
 
int log_level
 Log level. More...
 

Detailed Description

Base structure to hold transport model parameters.

This structure is used by TransportFactory.

Deprecated:
Unused. To be removed after Cantera 2.5.

Definition at line 26 of file TransportParams.h.

Member Data Documentation

◆ nsp_

size_t nsp_

Local storage of the number of species.

Definition at line 33 of file TransportParams.h.

◆ thermo

thermo_t* thermo

Pointer to the ThermoPhase object: shallow pointer.

Definition at line 36 of file TransportParams.h.

◆ mw

Local storage of the molecular weights of the species.

Length is nsp_ and units are kg kmol-1.

Definition at line 42 of file TransportParams.h.

◆ velocityBasis_

VelocityBasis velocityBasis_

A basis for the average velocity can be specified.

Valid bases include "mole", "mass", and "species" names.

Definition at line 48 of file TransportParams.h.

◆ tmax

doublereal tmax

Maximum temperatures for parameter fits.

Definition at line 51 of file TransportParams.h.

◆ tmin

doublereal tmin

Minimum temperatures for parameter fits.

Definition at line 54 of file TransportParams.h.

◆ mode_

int mode_

Mode parameter.

Definition at line 57 of file TransportParams.h.

◆ log_level

int log_level

Log level.

Definition at line 60 of file TransportParams.h.


The documentation for this class was generated from the following files: