CADETProcess.processModel.solutionRecorder.FluxMixin#

class CADETProcess.processModel.solutionRecorder.FluxMixin(write_solution_flux, write_soldot_flux, write_sensdot_flux, write_sens_flux)[source]#

Bases: Structure

Recorder for flux solution.

Attributes:
write_solution_fluxbool, optional

If True, write the solution of the flux. The default is False.

write_soldot_fluxbool, optional

If True, write the derivative of the flux. The default is False.

write_sens_fluxbool, optional

If True, write the sensitivities of the flux. The default is False.

write_sensdot_fluxbool, optional

If True, write the sensitivities derivatives of the flux. The default is False.

write_sens_flux#

Parameter descriptor constrained to boolean values.

Notes

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

write_sensdot_flux#

Parameter descriptor constrained to boolean values.

Notes

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

write_soldot_flux#

Parameter descriptor constrained to boolean values.

Notes

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

write_solution_flux#

Parameter descriptor constrained to boolean values.

Notes

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