Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 23:52
· 146 commits to main since this release

VortexStepMethod v1.1.0

Diff since v1.0.1

Added

  • Dynamically deform the KiteWing by twisting the left side and right side, and deforming the trailing edges using deform!
  • Set turn rate omega = [omega_x, omega_y, omega_z] in kite body frame using set_va!
  • Add moment coefficient calculations around specified point to solve
  • Add moment distribution of the moment around the local panel y-axes around user-defined points on the panels to solve!
  • Add function solve!() which returns a VSMSolution struct
  • Add the option to remove the NaNs in aero_data vectors or matrices using the remove_nan keyword in the Wing and KiteWing constructors

Changed

  • Add origin argument to BodyAerodynamics constructor
  • Improve documentation

Merged pull requests:

Closed issues:

  • Register and release version 1.0.1 (#13)
  • Dynamically change segments. (#19)
  • Don't assume constant radius on KiteWing creation (#42)
  • Add origin argument to Wing and KiteWing constructor (#66)
  • Write announcement for the new package, version 1.0.1 (#68)
  • Add type AeroData (#85)
  • Add a Results struct (#87)
  • Add moment distribution around user-defined point (#90)
  • Remove NaNs from XFoil polar matrices so the solver doesn't crash (#97)