CADETProcess.processModel.solutionRecorder.BaseMixin#
- class CADETProcess.processModel.solutionRecorder.BaseMixin(write_solution_last_unit, write_coordinates)[source]#
Bases:
StructureRecorder 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.
- write_coordinates#
Parameter descriptor constrained to boolean values.
Notes
This class also supports casting integers 0 and 1 to their boolean equivalents.
- write_solution_last_unit#
Parameter descriptor constrained to boolean values.
Notes
This class also supports casting integers 0 and 1 to their boolean equivalents.