skilkis / numfoil

Parallel-Processed 2D Airfoil Aerodynamic Analysis using Numba JIT Compilation
Other
1 stars 1 forks source link

Add parsed NACA0015 data from assignment PDF #14

Closed skilkis closed 3 years ago

skilkis commented 3 years ago

This commit Closes #12 by adding the table data from the assignment PDF as a multi-line text file. This is then parsed into a dictionary by means of splitting the long list of numbers into chunks which represent a single row in the assignment PDF. To demonstrate how the data is contained in the dictionary a temporary plot is also added.

Summary of Changes:

codecov[bot] commented 3 years ago

Codecov Report

Merging #14 (9c845c9) into master (4ee6ba7) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   76.95%   76.95%           
=======================================
  Files          13       13           
  Lines         677      677           
=======================================
  Hits          521      521           
  Misses        156      156           
Flag Coverage Δ
unittests 76.95% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4ee6ba7...9c845c9. Read the comment docs.