Skip to content

Releases: mdolab/prefoil

v2.0.1

05 Feb 20:46
65a837e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

30 Mar 18:48
352e117
Compare
Choose a tag to compare

New Features

  • NACA 4-digit Airfoil by @akleb in #49
  • Add option for LMS and Change Default Spline Order by @akleb in #50

Bug fixes

  • Switching Max Camber to be in Airfoil Coordinates by @akleb in #39
  • Update trailing edge modification to consistent format by @akleb in #42

Maintenance

Full Changelog: v1.2.0...v2.0.0

v1.2.0

24 Jun 16:35
fd48973
Compare
Choose a tag to compare

This release adds camber line functionality.

Features

  • Added camber line and thickness splines to the Airfoil class #36
  • Plot function can now plot the camber line with an option
  • Can compute the minimum and maximum camber Airfoil.getMaxCamber/Airfoil.getMinCamber
  • Can check if an airfoil is symmetric Airfoil.isSymmetric
  • Can compute the maximum thickness Airfoil.getMaxThickness
  • Can now have Airfoil.getSampledPts add extra sampled points at the corner of a blunt trailing edge to indicate a knot in the spline #35
  • Airfoil.getCTDistribution was renamed to Airfoil.getCDistribution and now it only returns camber points. A new function called Airfoil.getThickness now computes thickness points.

Maintenance

  • Airfoil.translate should actually work now

v1.1.0

07 Jun 21:03
288088f
Compare
Choose a tag to compare

Features

  • Adding self.sampled_pts (#34) Note that the function getPts() has been renamed to getSplinePts().

Maintenance

  • Documentation updates (#30, #33)

v1.0.0

28 May 16:03
abbbbef
Compare
Choose a tag to compare

This is the initial stable release of pyfoil.