ENFORCE_min_max_RejectLinearSolution

rejection of the solution of a sparse linear system if minimum-maximum criteria are not fulfilled

In USER_common_variables, the statement
ENFORCE_min_max_RejectLinearSolution($MaterialIndex$, %ind_Entity%) = ( MinimumNotToBeSubceeded, MaximumNotToBeExceeded )
leads to a pointwise definition of the accepted minima and maxima of the solution to a sparse linear system. If the given minima or maxima are exceeded for one or more points, then the whole linear solution is rejected for the current time step. Warning: Currently, only the pressure entities %ind_p%, %ind_p_dyn%, and %ind_c% (hydrostatic, dynamic, and correction pressures) are supported. Equivalent to CODI_min_max_RejectLinearSolution . See also ENFORCE_min_max .