CADETProcess.processModel.solutionRecorder.SolidMixin

Contents

CADETProcess.processModel.solutionRecorder.SolidMixin#

class CADETProcess.processModel.solutionRecorder.SolidMixin(write_solution_solid, write_soldot_solid, write_sens_solid, write_sensdot_solid)[source]#

Recorder for particle solid phase solution.

Attributes:
write_solution_solidbool, optional

If True, write the solution of the particle solid phase. The default is False.

write_soldot_solidbool, optional

If True, write the derivative of the particle solid phase. The default is False.

write_sens_solidbool, optional

If True, write the sensitivities of the particle solid phase. The default is False.

write_sensdot_solidbool, optional

If True, write the sensitivities derivatives of the particle solid phase. The default is False.

Methods

check_required_parameters()

Verify if all required parameters are set.