Skip to content

Re: Smagorinsky/Turbulence – Modification Code

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 Smagorinsky/Turbulence – Modification Code Re: Smagorinsky/Turbulence – Modification Code

#2731
Marc
Participant

Hi Pedro,
the first step is to delete the line:
delete bulkDynamics;
because you don’t have a pointer anymore.
If you still get an error message, use the original cylinder2d.cpp file and modify just the code line that I send you in the last post. This should compile without errors. Then you can apply your modifications step by step.
Best,
Marc