Transport Properties#

Caution

The MATLAB toolbox is an experimental part of the Cantera API and may be changed without notice. It includes breaking changes from the legacy MATLAB API. While almost all features of the legacy MATLAB API are implemented, the toolbox does not include all functionality available for the C++ and Python interfaces.

class ct.Transport#

Bases: handle

Transport Class.

Instance of class ct.Transport associated with a ct.Solution object. The constructor is called whenever a new ct.Solution is instantiated and cannot be used directly.

Parameters:

id – Integer ID of the solution holding the ct.Transport object.

Property Summary
binDiffCoeffs#

Binary diffusion coefficients [m²/s].

electricalConductivity#

Electrical conductivity [S/m].

mixDiffCoeffs#

Mixture-averaged diffusion coefficients. [m²/s].

multiDiffCoeffs#

Multicomponent diffusion coefficients [m²/s].

thermalConductivity#

Thermal conductivity [W/m/K]

thermalDiffCoeffs#

Thermal diffusion coefficients [kg/m/s].

trID#

ID of ct.Transport object.

viscosity#

Dynamic viscosity [Pa·s].