Reply To: Extract Lattice data
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 › OpenLB › General Topics › Extract Lattice data › Reply To: Extract Lattice data
July 20, 2021 at 10:33 am
#5829
Adrian
Keymaster
1. You can access this via CuboidGeometry::getPhysR
2. This information is provided in the geometry statistics printed at the start of all examples
3. CuboidGeometry::getLatticeR can be used to convert physical locations to lattice locations. These lattice locations can the be passed to SuperGeometry for accessing material numbers.
4. For post-processing, the unscaled lattice velocity moment is available as SuperLatticeVelocity2D
