CADETProcess.processModel.ReactionBaseClass#

class CADETProcess.processModel.ReactionBaseClass(name)[source]#

Bases: Structure

Abstract base class for parameters of reaction models.

Attributes:
parametersdict

dict: Parameters of the instance.

nameString

name of the reaction model.

property component_system: ComponentSystem#

ComponentSystem: Component System.

property model: str#

str: Name of the reaction model.

property n_comp: int#

int: Number of components.

name#

Parameter descriptor constrained to string values.