CADETProcess.processModel.NoReaction

Contents

CADETProcess.processModel.NoReaction#

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

Dummy class for units that do not experience reaction behavior.

The number of components is set to zero for this class.

Attributes:
aggregated_parameters

dict: Aggregated parameters of the instance.

component_system

ComponentSystem: Component System

missing_parameters

list: Parameters that are required but not set.

model
n_comp

int: Number of components.

name
parameters

dict: Parameters of the instance.

polynomial_parameters

dict: Polynomial parameters of the instance.

required_parameters

list: Parameters that have no default value.

sized_parameters

dict: Sized parameters of the instance.

Methods

check_required_parameters()

Verify if all required parameters are set.