CADETProcess.processModel.UnitBaseClass

Contents

CADETProcess.processModel.UnitBaseClass#

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

Base class for all UnitOperation classes.

A UnitOperation object stores model parameters and states of a unit. Every unit operation can be assotiated with a binding behavior and a reaction model. UnitOperations can be connected in a FlowSheet.

See also

CADETProcess.processModel.binding
CADETProcess.processModel.reaction
CADETProcess.processModel.FlowSheet
Attributes:
n_compUnsignedInteger

Number of components in a system.

parameterslist

dict: Dictionary with parameter values.

nameString

name of the unit operation.

binding_modelBindingBaseClass

binding_model: BindingModel of the unit operation.

solution_recorderIORecorder

Solution recorder for the unit operation.

Methods

check_required_parameters()

Verify if all required parameters are set.