Transport Properties#
- viscosity(g::Union{Solution, Transport})
Dynamic (mixture) viscosity [Pa*s].
- thermal_conductivity(g::Union{Solution, Transport})
Mixture thermal conductivity [W/m/K].
- electrical_conductivity(g::Union{Solution, Transport})
Electrical conductivity [S/m].
- mix_diff_coeffs(g::Solution)
Mixture-averaged diffusion coefficients [m^2/s], one per species.
- mix_diff_coeffs!(out, g::Union{Solution, Transport})
In-place
mix_diff_coeffs.
- thermal_diff_coeffs(g::Solution)
Thermal diffusion coefficients [kg/m/s], one per species.
- binary_diff_coeffs(gas) -> Matrix{Float64}
nsp x nspmatrix of binary diffusion coefficients [m^2/s].
- multi_diff_coeffs(gas) -> Matrix{Float64}
nsp x nspmatrix of multicomponent diffusion coefficients [m^2/s].