libICEpost.src.thermophysicalModels.thermoModels.CombustionModel.NoCombustion

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

Classes

NoCombustion

No combustion (inhert)

Module Contents

class libICEpost.src.thermophysicalModels.thermoModels.CombustionModel.NoCombustion.NoCombustion(/, *, reactants: libICEpost.src.thermophysicalModels.specie.specie.Mixture.Mixture, **kwargs)[source]

Bases: libICEpost.src.thermophysicalModels.thermoModels.CombustionModel.CombustionModel.CombustionModel

No combustion (inhert)


Attributes:

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

Create from dictionary.

Parameters:

dictionary (dict) – The dictionary from which constructing, containing: reactants (Mixture): The reactants composition

update(*args, **kwargs) bool[source]

Update mixture composition

Parameters:

reactants (Mixture, optional) – update reactants composition. Defaults to None.

Returns:

if something changed

Return type:

bool