BenJury22 / Fluid-Simulation

0 stars 0 forks source link

15 create top level template #16

Closed SEJury closed 2 months ago

SEJury commented 2 months ago

Cleaned up the main.py files. Created a template main() function which calls functions involving Initial conditions, boundary conditions, forces and animation/plotting. The majority of the called function are not completed and will be completed in future issues. The functions have been organised into separate python files and imported into main.

As we work through other issues, the needed functions from Circles.py and plan should be moved into the appropriate files.

Please go through this work, check any calculations in main do what they are intended to do.