Skip to content

SHARPy v1.3

Compare
Choose a tag to compare
@ngoiz ngoiz released this 12 Nov 08:16
9e706b1

We are please to announce the release of SHARPy version 1.3! This version brings new features to the code that are all listed below.

✈️ Enjoy using the new functionalities!

⚠️ Word of warning! Unused/deprecated settings now raise an error when you run your simulation! See PR #148. This was found to be a needed feature to force users to clean up their settings, as conflicts could arise when solvers brought in new settings or dropped old ones. In addition, this means bye bye to simulations not performing as expected because of typos in the setting's name.

❓If you have any questions about this new release, please don't hesitate to visit the Discussion Board.

🗒️ Note: this release had been withheld since before Summer 2021 because of an issue with our previous CI test provider. Now that CI tests are working, we can release 1.3 that had been an RC for long. However, expect a new SHARPy version likely soon with many new features that have been implemented since 1.3RC was born!

⚠️ If you are updating to 1.3, you will need to update your conda environment sharpy_env

1.3 (2021-11-11)

Full Changelog

Implemented enhancements:

  • Include gravity direction as input for structural solvers #112
  • Simulation settings check - Unrecognised settings raise Error #148 (ngoiz)
  • Aerodynamic forces correction enhancements #140 (ngoiz)
  • New feature: apply external forces to the system at runtime #125 (ArturoMS13)
  • Lift distribution post-processor #121 (sduess)

Fixed bugs:

  • Fix bug in computing total moments in A frame #177 (ngoiz)

Closed issues:

  • Unrecognised model in goland test case #143

Merged pull requests:

  • Implement GitHub Actions as testing suite provider #179 (ngoiz)
  • Update submodules and conda environments #161 (sduess)
  • Support element variables in UDP output #160 (ngoiz)
  • Output directory in the location specified in settings[SHARPy][log_folder] #130 (ngoiz)
  • Update and include features in multibody #126 (ArturoMS13)
  • Update linear UVLM to account for CFL not equal to one in the wake convection #124 (ArturoMS13)
  • Minor changes #123 (ArturoMS13)

Full Changelog: v1.2.1...1.3