Skip to content

ENH: wallDist - added option to evaluate every XXX steps

Admin requested to merge feature-wallDistanceCalcInterval into develop

Added functionality to update the wall distance every XXX steps

Note: only applies to movePoints() - topology change bypasses the update interval and triggers a re-calculation Syntax:

wallDist
{
    method          ...
    updateInterval 5; // optional - default is 1
}

Test case: mixerVesselAMI2D.tgz

Merge request reports