CADETProcess.processModel.solutionRecorder.BaseMixin

Contents

CADETProcess.processModel.solutionRecorder.BaseMixin#

class CADETProcess.processModel.solutionRecorder.BaseMixin(write_solution_last_unit, write_coordinates)[source]#

Recorder for last state and coordinates.

Attributes:
write_solution_last_unitbool, optional

If True, write final state of the unit operation. The default is False.

write_coordinatesbool, optional

If True, write coordinates of the unit operation. The default is True.

Methods

check_required_parameters()

Verify if all required parameters are set.