Skip to content

Reply To: channel3d Taueff

#9306
Adrian
Keymaster

You are likely using this collision operator in a CSE-optimized context (e.g. using the SmagorinskyBGKdynamics tuple). This means that the code you modified won’t actually be executed during runtime. You can check without reading the code by adding #define DISABLE_CSE before any OpenLB includes in your case.