Reply To: How to integrate new stl file with the code?
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › Lattice Boltzmann Methods › General Topics › How to integrate new stl file with the code? › Reply To: How to integrate new stl file with the code?
May 13, 2024 at 8:39 am
#8673
Adrian
Keymaster
One common reason for unexpected results when voxelizing STL-described geometries is that the STL file base unit is not fixed but may vary between files. You need to take care that you provide the correct scaling factor to the STLreader class in order to map it to the SI units used by OpenLB.
