lettucecfd / lettuce

Computational Fluid Dynamics based on PyTorch and the Lattice Boltzmann Method
MIT License
223 stars 39 forks source link

STL processing to mesh #152

Closed MitchChild closed 7 months ago

MitchChild commented 9 months ago

Hey there, I was curious if there was documentation/recommendations on best practice for preparing an stl to work in lettuce for LBM aerodynamic testing. I'm curious if there's any recommended tools for creating a mesh from an stl and if there is any guidance on a workflow in lettuce.

thanks!

McBs commented 7 months ago

Hi Mitch,

Apologies for the delayed response. At the moment, meshes need to be manually generated within the Flow class. However, we are actively planning to develop an API that will support importing .stl files. This will streamline the process and enhance functionality.