Changes between Version 197 and Version 198 of UvmatHelp
- Timestamp:
- Feb 17, 2016, 11:31:25 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UvmatHelp
v197 v198 846 846 847 847 === 11.4 PATCH === 848 '''PATCH1: ''' interpolates the velocity values on a regular grid with a smoothing effect controlled by the parameter '''[num_!FieldSmooth]'''. The interpolation relies on the thin plate spline method, see [#tps :section 5.1]. This also provides the spatial derivatives (vorticity, divergence) needed for the refined processing civ2 (with option 'deformation').848 '''PATCH1: ''' interpolates the velocity values on a regular grid with a smoothing effect controlled by the parameter '''[num_!FieldSmooth]'''. The interpolation relies on the thin plate spline method, see [#tps section 5.1]. This also provides the spatial derivatives (vorticity, divergence) needed for the refined processing civ2 (with option 'deformation'). 849 849 850 850 The vectors which are too far from the smoothed field (erratic vectors) are eliminated (marked by an error flag), using a threshold set by '''[num_!MaxDiff]''' (expressed in pixel displacement). The interpolation is performed again by the program after this elimination.