CADETProcess.processModel.MassActionLaw#
- class CADETProcess.processModel.MassActionLaw(name)[source]#
Parameters for Reaction in Bulk Phase.
- Attributes:
aggregated_parametersdict: Aggregated parameters of the instance.
component_systemComponentSystem: Component System.
- exponents_bwd
- exponents_fwd
- k_bwd
k_eqlist: Equilibrium constants of liquid phase Reactions.
- k_fwd
missing_parameterslist: Parameters that are required but not set.
modelstr: Name of the reaction model.
n_compint: Number of components.
n_reactionsint: Number of Reactions.
- name
parametersdict: Parameters of the instance.
polynomial_parametersdict: Polynomial parameters of the instance.
reactionslist: Reactions in ReactionSystem.
required_parameterslist: Parameters that have no default value.
sized_parametersdict: Sized parameters of the instance.
- stoich
Methods
add_reaction(component_system, components, ...)Initialize individual Mass Action Law Reaction.
Verify if all required parameters are set.
Convert Bulk Reaction Model to Particle Reaction Model.