Re: Smagorinsky/Turbulence – Modification Code
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Smagorinsky/Turbulence – Modification Code › Re: Smagorinsky/Turbulence – Modification Code
October 3, 2017 at 12:19 pm
#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