libICEpost.src.thermophysicalModels.thermoModels.EgrModel.StoichiometricMixtureEGR
@author: <N. Surname> <e-mail> Last update: DD/MM/YYYY
Classes
Egr composition from stoichiometric combustion. |
Module Contents
- class libICEpost.src.thermophysicalModels.thermoModels.EgrModel.StoichiometricMixtureEGR.StoichiometricMixtureEGR(/, *, air: libICEpost.src.thermophysicalModels.specie.specie.Mixture.Mixture, fuel: libICEpost.src.thermophysicalModels.specie.specie.Mixture.Mixture, egr: float, combustionEfficiency=1.0, **kwargs)[source]
Bases:
libICEpost.src.thermophysicalModels.thermoModels.EgrModel.EgrModel.EgrModelEgr composition from stoichiometric combustion.
- classmethod fromDictionary(dictionary: dict | libICEpost.src.base.dataStructures.Dictionary.Dictionary)[source]
Create from dictionary {
air (Mixture): The air mixture. fuel (Mixture): The fuel mixture. egr (float): The egr mass fraction. combustionEfficiency (float, optional): Combustion efficiency. Defaults to 1.0.
}
- _air
- _fuel
- _egr
- _combustionEfficiency = 1.0
- _egrMixture