├── README.md ├── results ├── Velocity_0.496729.png ├── Velocity_0.993459.png ├── Velocity_1.490188.png ├── Velocity_1.986918.png ├── Velocity_2.483647.png ├── Velocity_2.980376.png ├── Velocity_3.477106.png ├── Velocity_3.973835.png ├── Velocity_4.470565.png ├── Velocity_4.967294.png ├── Velocity_5.464024.png ├── Velocity_5.960753.png ├── Vorticity0.496729.png ├── Vorticity0.993459.png ├── Vorticity1.490188.png ├── Vorticity1.986918.png ├── Vorticity2.483647.png ├── Vorticity2.980376.png ├── Vorticity3.477106.png ├── Vorticity3.973835.png ├── Vorticity4.470565.png ├── Vorticity4.967294.png ├── Vorticity5.464024.png └── Vorticity5.960753.png └── src ├── airfoilBC.py ├── definations.py ├── diffusion.py ├── naca0012.txt ├── naca0015.txt ├── plots.py ├── tInt.py ├── treeCode.py └── wallBC.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/README.md -------------------------------------------------------------------------------- /results/Velocity_0.496729.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Velocity_0.496729.png -------------------------------------------------------------------------------- /results/Velocity_0.993459.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Velocity_0.993459.png -------------------------------------------------------------------------------- /results/Velocity_1.490188.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Velocity_1.490188.png -------------------------------------------------------------------------------- /results/Velocity_1.986918.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Velocity_1.986918.png -------------------------------------------------------------------------------- /results/Velocity_2.483647.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Velocity_2.483647.png -------------------------------------------------------------------------------- /results/Velocity_2.980376.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Velocity_2.980376.png -------------------------------------------------------------------------------- /results/Velocity_3.477106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Velocity_3.477106.png -------------------------------------------------------------------------------- /results/Velocity_3.973835.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Velocity_3.973835.png -------------------------------------------------------------------------------- /results/Velocity_4.470565.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Velocity_4.470565.png -------------------------------------------------------------------------------- /results/Velocity_4.967294.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Velocity_4.967294.png -------------------------------------------------------------------------------- /results/Velocity_5.464024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Velocity_5.464024.png -------------------------------------------------------------------------------- /results/Velocity_5.960753.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Velocity_5.960753.png -------------------------------------------------------------------------------- /results/Vorticity0.496729.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Vorticity0.496729.png -------------------------------------------------------------------------------- /results/Vorticity0.993459.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Vorticity0.993459.png -------------------------------------------------------------------------------- /results/Vorticity1.490188.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Vorticity1.490188.png -------------------------------------------------------------------------------- /results/Vorticity1.986918.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Vorticity1.986918.png -------------------------------------------------------------------------------- /results/Vorticity2.483647.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Vorticity2.483647.png -------------------------------------------------------------------------------- /results/Vorticity2.980376.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Vorticity2.980376.png -------------------------------------------------------------------------------- /results/Vorticity3.477106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Vorticity3.477106.png -------------------------------------------------------------------------------- /results/Vorticity3.973835.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Vorticity3.973835.png -------------------------------------------------------------------------------- /results/Vorticity4.470565.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Vorticity4.470565.png -------------------------------------------------------------------------------- /results/Vorticity4.967294.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Vorticity4.967294.png -------------------------------------------------------------------------------- /results/Vorticity5.464024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Vorticity5.464024.png -------------------------------------------------------------------------------- /results/Vorticity5.960753.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/results/Vorticity5.960753.png -------------------------------------------------------------------------------- /src/airfoilBC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/src/airfoilBC.py -------------------------------------------------------------------------------- /src/definations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/src/definations.py -------------------------------------------------------------------------------- /src/diffusion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/src/diffusion.py -------------------------------------------------------------------------------- /src/naca0012.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/src/naca0012.txt -------------------------------------------------------------------------------- /src/naca0015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/src/naca0015.txt -------------------------------------------------------------------------------- /src/plots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/src/plots.py -------------------------------------------------------------------------------- /src/tInt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/src/tInt.py -------------------------------------------------------------------------------- /src/treeCode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/src/treeCode.py -------------------------------------------------------------------------------- /src/wallBC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achyut2404/vortexMethods/HEAD/src/wallBC.py --------------------------------------------------------------------------------