Skip to content

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