libICEpost.src.thermophysicalModels.thermoModels.EgrModel.FixedCompositionExternalEGR

@author: <N. Surname> <e-mail> Last update: DD/MM/YYYY

Classes

FixedCompositionExternalEGR

Imposed external EGR composition.

Module Contents

class libICEpost.src.thermophysicalModels.thermoModels.EgrModel.FixedCompositionExternalEGR.FixedCompositionExternalEGR(*, egrMixture: libICEpost.src.thermophysicalModels.specie.specie.Mixture.Mixture, egr: float, **kwargs)[source]

Bases: libICEpost.src.thermophysicalModels.thermoModels.EgrModel.EgrModel.EgrModel

Imposed external EGR composition.


classmethod fromDictionary(dictionary: dict | libICEpost.src.base.dataStructures.Dictionary.Dictionary)[source]

Create from dictionary {

egrComposition (Mixture): The EGR mixture. egr (float): The egr mass fraction.

}

_egr
_egrMixture