rizer.hybrid.engineering_model.dataclass.expansion#
Classes#
Module Contents#
- class rizer.hybrid.engineering_model.dataclass.expansion.ExpansionInputs#
-
- mechanism_path: str = 'NASA9_thermo.yaml'#
Name of the Cantera mechanism file (to compute thermodynamic properties). Should be located in the data/thermo directory of the package.
- gas: cantera.Solution#
Cantera gas object representing the initial gas mixture.
- gamma_k: float#
Specific heat ratio of the kernel gas after the spark pulse. Computed from the kernel composition and temperature.
- M_k: float#
Molar mass of the kernel gas after the spark pulse [kg/mol]. Computed from the kernel composition and temperature.
- class rizer.hybrid.engineering_model.dataclass.expansion.ExpansionOutputs#
Bases:
rizer.hybrid.engineering_model.dataclass.base.TimeSeriesState