diff --git a/docs/download/release-notes.md b/docs/download/release-notes.md new file mode 100644 index 0000000000000000000000000000000000000000..df19915f83e0750483ffade1ee972c0b479751a1 --- /dev/null +++ b/docs/download/release-notes.md @@ -0,0 +1,38 @@ +### 🚀 Version 0.5.0 - 2025-02-28 + +!!! note + 🎉 First official release of UNICADO! + +#### 🛠 Features + +- Open source code in C++ and Python of conceptual aircraft design and assessment tools, custom libraries, additional tools, and workflow +- Clean sheet design, parameter studies and calibrations possible in UNICADO workflow +- Example design of an short/medium range aircraft with HTML reports + +| Parameter | Value | Unit | +| -------------------- | ------ | ---- | +| Maximum takeoff mass | 78910 | kg | +| Operating empty mass | 44664 | kg | +| Maximum useable fuel | 657977 | MJ | +| Numbers of iteration | 5 (+1) | | + +#### 📌 Parameter studies results +Following top-level aircraft parameter studies were successful and showed reasonable results: + +- Number of passenger, passenger & cargo mass +- Required takeoff and landing length & approach speed +- Design mission: range, initial cruise mach number and altitude, maximum operating mach number, delta ISA +- Friction and braking coefficient +- Fuselage type (single and wide body), different class distributions as well as undercarriage retractability +- Different engine positions and numbers + +!!! important + Parameter studies of tool setting are in progress and will be updated on the website asap + +#### ⭐ Upcoming in next release + +- Implementation of existing geometry usage +- Implementation of CPACS interface +- Improvement of optimization framework integration in UNICADO workflow + +Known issues are in the GitLab 🐞 Issue board: [Link](https://git.rwth-aachen.de/groups/unicado/-/issues) diff --git a/mkdocs.yml b/mkdocs.yml index 5db6bc4e50024914c92403e04a0c76876d44be77..85360f8f1b128cd64370551258f1071490260a9c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -251,6 +251,7 @@ nav: # Customizes the main navigation struc - Getting Started: download/getting-started.md # Link to the getting started page. - Requirements: download/requirements.md # Link to the installation requirements page. - Cleared for Take-Off: download/takeoff.md # Link to the takeoff/getting started page. + - Release notes: download/release-notes.md # Link to the release notes page. - Tutorials: - Changing Design Specifications: tutorials/changing-design-specifications.md - "Video: Standalone Workflow": tutorials/standalone.mp4 # Link to the standalone tutorial video.