Air#

class ansys.chemkin.core.constants.Air#

define the “air” composition in PyChemkin with a fixed mixture “recipe”.

Overview#

x

Return the ‘air’ composition in mole fractions.

y

Return the ‘air’ composition in mass fractions.

Import detail#

from ansys.chemkin.core.constants import Air

Method detail#

static Air.x(cap: str = 'U') list[tuple[str, float]]#

Return the ‘air’ composition in mole fractions.

static Air.y(cap: str = 'U') list[tuple[str, float]]#

Return the ‘air’ composition in mass fractions.