Trouble swapping to 3D in dealii-adapter

Hey!

I’m trying to recreate the perpendicular-flap tutorial in 3D using the openfoam and dealii adapters.

However, using:

  • “cmake -DDIM=3 .” => i get no change
  • so, I use “make distclean” and get this error => “make: *** No rule to make target ‘distclean’. Stop.”

Any thoughts on how to fix this?

Thanks in advance

What if you just delete the build/ directory of the adapter? It should anyway rebuild very quickly.

Yes, thanks got this to work.

I didn’t have a \build folder, but easily remade the adapter with the dimsenions as 3D.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.