Warning
This documentation is for an old version of Cantera. You can find docs for newer versions here.
Bases: cantera._cantera._SolutionBase
This class is used to compute transport properties for a phase of matter.
Not all transport properties are implemented in all transport models.
Binary diffusion coefficients [m^2/s].
Electrical conductivity. [S/m].
Mixture-averaged diffusion coefficients [m^2/s] relating the mass-averaged diffusive fluxes (with respect to the mass averaged velocity) to gradients in the species mole fractions.
Mixture-averaged diffusion coefficients [m^2/s] relating the diffusive mass fluxes to gradients in the species mass fractions.
Mixture-averaged diffusion coefficients [m^2/s] relating the molar diffusive fluxes to gradients in the species mole fractions.
Multicomponent diffusion coefficients [m^2/s].
Thermal conductivity. [W/m/K].
Return a one-dimensional array of the species thermal diffusion coefficients [kg/m/s].
Get/Set the transport model associated with this transport model.
Setting a new transport model deletes the underlying C++ Transport object and replaces it with a new one implementing the specified model.
Viscosity [Pa-s].
Bases: cantera._cantera.Transport
DustyGasTransport(*args, **kwargs)
Implements the “dusty gas” model for transport in porous media.
As implemented here, only species transport (multi_diff_coeffs) is handled. The viscosity, thermal conductivity, and thermal diffusion coefficients are not implemented.
Mean particle diameter of the porous medium [m].
Mean pore radius of the porous medium [m].
Get the molar fluxes [kmol/m^2/s], given the thermodynamic state at two nearby points.
Parameters: |
|
---|
Permeability of the porous medium [m^2].
Porosity of the porous medium [dimensionless].
Tortuosity of the porous medium [dimensionless].