Reply To: Pre-processing about STL file
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Pre-processing about STL file › Reply To: Pre-processing about STL file
October 28, 2022 at 10:32 am
#6925
mathias
Keymaster
1/ There is cpp code. You can extent the geometry classes.
2/ https://www.openlb.net/DoxyGen/html/d5/d9e/classolb_1_1SuperGeometryStatistics2D.html#accd028ebb8f0d9352a87afed0268e7b8
Returns the max. phys position in each direction.
Definition at line 305 of file superGeometryStatistics2D.hh.
306 {
307 update();
308 return const_this->getMaxPhysR(material);
309 }