ExtremeFLOW / neko

/ᐠ. 。.ᐟ\ᵐᵉᵒʷˎˊ˗
https://neko.cfd/
Other
158 stars 27 forks source link

Extend probes with locations on STL mesh #1237

Open timfelle opened 2 months ago

timfelle commented 2 months ago

This can be done using a number of strategies. The goal is 2, with a stretch goal of an additional one.

  1. Probe on vertices of the mesh
  2. Probe on face centers of the mesh
  3. [Stretch goal] Probe on random locations on the surface.

The random probing could be done through randomly selecting a face, then randomly generate a point on the face based on interpolation between the corners.