Reply To: STL File position shifting
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › STL File position shifting › Reply To: STL File position shifting
July 14, 2023 at 7:01 pm
#7627
Adrian
Keymaster
Yes, an essential aspect of OpenLB’s indicator resp. functor concept is that individual operations are extracted into generic functors. Any indicator, including STLreader
, can be translated using IndicatorTranslate3D
. You only need to provide it with a translation vector and the indicator to be translated.