libICEpost.src.thermophysicalModels.thermoModels.EgrModel.EgrModel
@author: <N. Surname> <e-mail> Last update: DD/MM/YYYY
Classes
Class for computation of EGR mixture. Instantiation of this class imposes no EGR. |
Module Contents
- class libICEpost.src.thermophysicalModels.thermoModels.EgrModel.EgrModel.EgrModel(**kwargs)[source]
Bases:
libICEpost.src.base.BaseClass.BaseClassClass for computation of EGR mixture. Instantiation of this class imposes no EGR.
- NOTE: egr mass fraction is referred to the full mixture!
y_egr = m_egr/(m_egr + m_air + m_fuel)
Attributes:
- property EgrMixture: libICEpost.src.thermophysicalModels.specie.specie.Mixture.Mixture
The EGR mixture composition
- Returns:
Mixture
- property egr: float
The egr mass fraction
- Returns:
float
- _egrMixture
- _egr = 0.0