CADETProcess.processModel.solutionRecorder.ParticleMixin

Contents

CADETProcess.processModel.solutionRecorder.ParticleMixin#

class CADETProcess.processModel.solutionRecorder.ParticleMixin(write_solution_particle, write_soldot_particle, write_sens_particle, write_sensdot_particle)[source]#

Recorder for particle liquid phase solution.

Attributes:
write_solution_particlebool, optional

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

write_soldot_particlebool, optional

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

write_sens_particlebool, optional

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

write_sensdot_particlebool, optional

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

Methods

check_required_parameters()

Verify if all required parameters are set.