CADETProcess.processModel.solutionRecorder.FluxMixin

Contents

CADETProcess.processModel.solutionRecorder.FluxMixin#

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

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.

Methods

check_required_parameters()

Verify if all required parameters are set.