Skip to content

Releases: mdolab/openconcept

OpenConcept 1.2.0

25 Mar 18:59
ed14c54
Compare
Choose a tag to compare

This includes a host of new features, including transport aircraft weight and drag buildups. It also changes the range of required OpenMDAO versions to between 3.21 and 3.30 (inclusive) because of a previous GitHub Actions testing bug that wasn't actually testing the correct versions (the previous range didn't actually work despite passing tests).

What's Changed

  • Lots of new models for clean sheet aircraft design by @eytanadler in #64

Full Changelog: v1.1.2...v1.2.0

OpenConcept 1.1.2

05 Mar 21:50
5f2cb40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

OpenConcept 1.1.1

05 Feb 20:05
4767dc7
Compare
Choose a tag to compare

Fixed duct with integrated heat exchanger (ImplicitCompressibleDuct).

What's Changed

Full Changelog: v1.1.0...v1.1.1

OpenConcept 1.1.0

23 Mar 12:23
48d544d
Compare
Choose a tag to compare

Overhauled the OpenAeroStruct aerodynamic surrogate model to allow users more flexibility in wing shape.

What's Changed

  • Extend OpenAeroStruct integration to arbitrary planforms by @eytanadler in #47

Full Changelog: v1.0.2...v1.1.0

OpenConcept 1.0.2

03 Mar 03:00
573f1eb
Compare
Choose a tag to compare

What's Changed

  • Maintenance update (formatting, automated build, publications, and OpenMDAO updates) by @eytanadler in #45

Full Changelog: v1.0.1...v1.0.2

OpenConcept 1.0.1

01 Nov 14:08
ae1d52e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

OpenConcept 1.0.0

11 Aug 18:12
Compare
Choose a tag to compare

This update reorganizes the OpenConcept interface to be more intuitive for users. It also formats and lints the codebase and adds more detailed documentation.

What's Changed

Full Changelog: v0.4.2...v1.0.0

OpenConcept 0.4.2

09 Jun 17:58
Compare
Choose a tag to compare

Fixes a bug that showed up with a new version of OpenAeroStruct from using the mesh in the surface dict to determine if the wing was a left or right wing. Previously, OpenConcept passed in a mesh of all zeros because OpenAeroStruct just used it to determine the shape. Now that OpenAeroStruct uses the values, we pass in a new dummy mesh that includes values to indicate it's a left wing.

Also makes changes to accommodate the name change of the default branch from master to main.

What's Changed

  • Changed relevant files for master branch name change to main by @eytanadler in #39
  • Added push to PyPI in GHA and fix OpenAeroStruct interface bug by @eytanadler in #40

Full Changelog: v0.4.1...v0.4.2

OpenConcept 0.4.1

09 Jun 16:19
459aa24
Compare
Choose a tag to compare

Fixes old OpenMDAO usage to work with OpenMDAO 3.16.

What's Changed

  • Add compatibility for OpenMDAO 3.16 by @eytanadler in #37
  • Fix src_indices promotion workaround in OASAerostructDragPolarExact by @eytanadler in #38

Full Changelog: v0.4.0...v0.4.1

OpenConcept 0.4.0

09 Jun 16:18
a512c84
Compare
Choose a tag to compare

Integration features and more advanced thermal components. Also includes OpenAeroStruct-based aerodynamic and aerostructural modeling.

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0