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:
handleTransport Class.
Instance of class
ct.Transportassociated with act.Solutionobject. The constructor is called whenever a newct.Solutionis instantiated and cannot be used directly.- Parameters:
id – Integer ID of the solution holding the
ct.Transportobject.
- 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.Transportobject.
- viscosity#
Dynamic viscosity [Pa·s].