Reply To: equilibrium
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › equilibrium › Reply To: equilibrium
October 14, 2024 at 10:42 am
#9368
Adrian
Keymaster
This could be a bug introduced during the adaptation from the old style. Usually we formulate collisions using our dynamics tuple approach where the old lbm<DESCRIPTOR>
helpers are not used.
You can just replace the call to bgkCollision
with adeBgkCollision
.