Skip to content

Commit 7dcd771

Browse files
committed
Update news
1 parent df84979 commit 7dcd771

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
## Unreleased
1+
## VortexStepMethod v1.1.2 2025-03-23
22
### Added
33
- The function `install_examples()` which allows to easily install the examples without using `git`
44
- The function `solve!` returns a struct now. The function `solve`that returns a dict is still available.
55
- The moment coefficients distribution in `solve!`
66
- The script `install` to the `bin` folder for users who checked out this git repository
77
- The script `bench2.jl` was added for allocation testing of the `solve!` function
88
### Changed
9-
- `deform!` by a distribution instead of just a left and right angle
109
- Read the y-coordinates in the correct direction from the `ram_air_kite_body.obj` file
1110
- In the `menu.jl`, changed `help` to `help_me`. It works better now, no more warnings on Linux, it should also work on MacOS now
1211
- The coordinate frames of the panels now use the same convention as the kite body frame
1312
- The page "Glossary" of the documentation is quite complete now
1413
- The center of mass field of the `RamAirWing` is removed, and the geometry is created such that `[0, 0, 0]` is the center of mass
1514
- The enumeration `WingType` was added and replaces the symbols, used before
1615
- The allocations of the function `solve!` where reduced by a factor of 11 to 85 allocations
16+
- `align_to_principal` option added to `RamAirWing`
17+
- `deform!` by a distribution instead of just a left and right angle
1718
### Fixed
1819
- The function `calculate_circulation_distribution_elliptical_wing()` was never called
1920
- Fix the calculation of force coefficients in `solve!`

0 commit comments

Comments
 (0)