libICEpost.src.thermophysicalModels.specie.reactions.ReactionModel.Inhert ========================================================================= .. py:module:: libICEpost.src.thermophysicalModels.specie.reactions.ReactionModel.Inhert .. autoapi-nested-parse:: @author: F. Ramognino Last update: 12/06/2023 Classes ------- .. autoapisummary:: libICEpost.src.thermophysicalModels.specie.reactions.ReactionModel.Inhert.Inhert Module Contents --------------- .. py:class:: Inhert(reactants: libICEpost.src.thermophysicalModels.specie.specie.Mixture.Mixture) Bases: :py:obj:`libICEpost.src.thermophysicalModels.specie.reactions.ReactionModel.ReactionModel.ReactionModel` Inhert mixture (no reactions) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. attribute:: reactants (Mixture) The mixture of the reactants .. attribute:: products (Mixture) The mixture of products of the reaction .. py:attribute:: _ReactionType :type: str :value: None The type for reactions to lookup for in the database .. py:method:: fromDictionary(dictionary) :classmethod: Constuct from dictionary. :param dictionary: The dictionary from which constructing, containing: reactants (Mixture): the mixture of reactants :type dictionary: dict .. py:attribute:: _products The mixture of products .. py:method:: _update(reactants: libICEpost.src.thermophysicalModels.specie.specie.Mixture.Mixture = None, *, state: libICEpost.src.thermophysicalModels.thermoModels.ThermoState.ThermoState = None) -> bool Method to update the products. :param reactants: Update mixture of reactants. Defaults to None. :type reactants: Mixture, optional :param state: Thermodynamic state to update the reaction model. (NOT USED) :type state: ThermoState, optional :returns: if something changed :rtype: bool