Reply To: Extracting Data in Parallel
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Extracting Data in Parallel › Reply To: Extracting Data in Parallel
July 10, 2023 at 9:04 am
#7618
mathias
Keymaster
Hi Jijo,
you better work with global coordinates, like in the examples cylinder2d and cylinder3d it is done for the pressure drop. You can get the cubpoid number by methods provided by the cuboidGeometry2d class. Note that you have to differ betrween local and global coordinates as well as local and global cuboidNumbers.
Best
Mathias