diff --git a/_docs/api/python.md b/_docs/api/python.md index d87437c..046a553 100644 --- a/_docs/api/python.md +++ b/_docs/api/python.md @@ -2,6 +2,171 @@ permalink: /docs/api-python/ ---
Function | +Estimated property | +Return type | +Unit dimension | +
---|---|---|---|
p.density | +Mixture density | +float | +kg/m3 | +
p.mixture_molecular_weight | +Mixture molecular weight | +float | +g/mol | +
p.mixture_thermal_conductivity | +Mixture thermal conductivity | +float | +W/m/K | +
p.mixture_viscosity | +Mixture viscosity | +float | +Pa*s | +
p.mixture_molar_specific_heat | +Mixture specific heat | +float | +J/kmol/K | +
p.mixture_mass_specific_heat | +Mixture specific heat | +float | +J/kg/K | +
p.mixture_molar_enthalpy | +Mixture enthalpy | +float | +J/kmol | +
p.mixture_mass_enthalpy | +Mixture enthalpy | +float | +J/kg | +
p.mixture_molar_entropy | +Mixture entropy | +float | +J/kmol/K | +
p.mixture_mass_entropy | +Mixture entropy | +float | +J/kg/K | +
p.mixture_diffusion | +Mixture diffusivity | +float | +m2/s | +
p.specie_thermal_conductivity | +Single specie thermal conductivity | +1D array | +W/m/K | +
p.specie_viscosity | +Single specie viscosity | +1D array | +Pa*s | +
p.SpeciesMolarSpecificHeat | +Single specie specific heat | +1D array | +J/kmol/K | +
p.species_mass_specific_heat | +Single specie specific heat | +1D array | +J/kg/K | +
p.specie_molar_enthalpy | +Single specie enthalpy | +1D array | +J/kmol | +
p.specie_mass_enthalpy | +Single specie enthalpy | +1D array | +J/kmol | +
p.specie_molar_entropy | +Single specie entropy | +1D array | +J/kmol/K | +
p.specie_mass_entropy | +Single specie entropy | +1D array | +J/kg/K | +
p.mean_gas_velocity | +Single gas velocity | +1D array | +m/s | +
p.mean_free_path | +Single mean free path | +1D array | +m | +
p.binary_diffusion | +Single binary diffusion | +2D array | +m2/s | +