Skip to content

Reply To: channel3d Taueff

Due to recent bot attacks we have chanced 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 on OpenLB General Topics channel3d Taueff 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.