CADETProcess.processModel.solutionRecorder.VolumeMixin

Contents

CADETProcess.processModel.solutionRecorder.VolumeMixin#

class CADETProcess.processModel.solutionRecorder.VolumeMixin(write_solution_volume, write_soldot_volume, write_sens_volume, write_sensdot_volume)[source]#

Recorder 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.

Methods

check_required_parameters()

Verify if all required parameters are set.