Changes between Version 197 and Version 198 of UvmatHelp


Ignore:
Timestamp:
Feb 17, 2016, 11:31:25 AM (8 years ago)
Author:
sommeria
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UvmatHelp

    v197 v198  
    846846
    847847=== 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').
    849849
    850850The 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.