COMP_SkipHighVelocities

for how many consecutive cycles a corrupt solution of velocity is accepted, before MESHFREE stops

COMP_SkipHighVelocities = (NumberOfTimeCycles, SaveIfHighVelocities)
Default: COMP_SkipHighVelocities = (10, 0) If the solution to the linear system of the velocity fails (no convergence of iterative solver or production of unphysical velocity magnitudes), then MESHFREE ignores this solution and goes on to the next time step. The hope is, that in the next time step, the problems will be gone due to the movement/change of the point cloud. HOWEVER, if the velocity-solution fails for "COMP_SkipHighVelocities(1) = NumberOfTimeCycles" consecutive times, MESHFREE will stop execution and provide an error message, accordingly. The parameter "COMP_SkipHighVelocities(2) = SaveIfHighVelocities" toggles, whether MESHFREE shall trigger a saving for the state in which the solution to the linear system of the velocity fails. If set to 0, this is OFF (default), else it is ON.