Reply To: Compilation error
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum please send a message via our contact form.
› Forums › OpenLB › General Topics › Compilation error › Reply To: Compilation error
May 30, 2023 at 10:12 am
#7484
Adrian
Keymaster
This assertion error (the compilation worked, this is a runtime problem) is most likely caused by either a too large deltaX (s.t. not even a single cell width is required to cover one of the axes of the STL) or, more likely, that the scaling of the STL is not set correctly. To fix this you should 1) check what the base unit of your STL is and 2) set the T stlSize parameter of the STLreader constructor accordingly (in SI meters). I hope this helps!
