Applied-Scientific-Research / Omega3D

GPU-accelerated 3D vortex methods solver with easy GUI
GNU General Public License v3.0
12 stars 6 forks source link

Add Torus as boundary Feature #9

Open BHill96 opened 3 years ago

BHill96 commented 3 years ago

It is currently used to draw vortex rings pre-sim, but would be a cool object to add. This would require #6 to be implemented first to use for generate_draw_geom.

markstock commented 3 years ago

It sounds like having a non-class set of functions for geometry generation: cube/rectangle, sphere, and torus would go there. It would accept some basic parameters and return an ElementPacket. Let another function scale, rotate, and translate them into position.