CADETProcess.processModel.solutionRecorder.VolumeMixin#
- class CADETProcess.processModel.solutionRecorder.VolumeMixin(write_solution_volume, write_soldot_volume, write_sens_volume, write_sensdot_volume)[source]#
Bases:
StructureRecorder for unit volume solution.
- Attributes:
- write_solution_volumebool, optional
If True, write the solution of the unit volume. The default is True.
- write_soldot_volumebool, optional
If True, write the derivative of the unit volume. The default is False.
- write_sens_volumebool, optional
If True, write the sensitivities of the unit volume. The default is False.
- write_sensdot_volumebool, optional
If True, write the sensitivities derivatives of the unit volume. The default is False.
- write_sens_volume#
Parameter descriptor constrained to boolean values.
Notes
This class also supports casting integers 0 and 1 to their boolean equivalents.
- write_sensdot_volume#
Parameter descriptor constrained to boolean values.
Notes
This class also supports casting integers 0 and 1 to their boolean equivalents.
- write_soldot_volume#
Parameter descriptor constrained to boolean values.
Notes
This class also supports casting integers 0 and 1 to their boolean equivalents.
- write_solution_volume#
Parameter descriptor constrained to boolean values.
Notes
This class also supports casting integers 0 and 1 to their boolean equivalents.