CADETProcess.processModel.solutionRecorder.SolidMixin#

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

Bases: Structure

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.

write_sens_solid#

Parameter descriptor constrained to boolean values.

Notes

This class also supports casting integers 0 and 1 to their boolean equivalents.

write_sensdot_solid#

Parameter descriptor constrained to boolean values.

Notes

This class also supports casting integers 0 and 1 to their boolean equivalents.

write_soldot_solid#

Parameter descriptor constrained to boolean values.

Notes

This class also supports casting integers 0 and 1 to their boolean equivalents.

write_solution_solid#

Parameter descriptor constrained to boolean values.

Notes

This class also supports casting integers 0 and 1 to their boolean equivalents.