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