Skip to content

Commit cd1cc5b

Browse files
committed
Add unreleased news
1 parent 4c16cde commit cd1cc5b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

NEWS.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## VortexStepMethod [Unreleased]
2+
### Changed
3+
- Unified `Wing` and `RamAirWing` into single `Wing` type (`RamAirWing` now alias for `ObjWing`)
4+
- Renamed `ram_geometry.jl` to `obj_geometry.jl`
5+
- Wing geometry uses unrefined sections with automatic panel-to-section mapping
6+
- Consistent naming: variables ending in `_dist` are per-panel, `_unrefined_dist` per unrefined section
7+
- `VSMSolution` field names: `panel_width_array``width_dist`, `alpha_array``alpha_dist`, etc.
8+
- Enhanced Makie extension with `plot_combined_analysis` for combined plotting
9+
10+
### Added
11+
- `n_unrefined_sections` field in `Wing` for tracking pre-refinement sections
12+
- `refined_panel_mapping` for automatic panel-to-section association
13+
- Unrefined distribution fields in `VSMSolution`: `cl_unrefined_dist`, `cd_unrefined_dist`, `cm_unrefined_dist`, `alpha_unrefined_dist`, `moment_unrefined_dist`
14+
- `PanelDistribution.NONE` for wings already refined
15+
- Kwarg `sort_sections` for section ordering
16+
- YAML wing deformation tests
17+
- Unrefined distribution tests
18+
19+
### Removed
20+
- Panel grouping (replaced with unrefined section mapping)
21+
- `PanelGroupingMethod` enum (deprecated, grouping automatic via mapping)
22+
- `n_groups` and `grouping_method` from settings files and structs
23+
- `n_groups` field from `WingSettings` and `SolverSettings`
24+
125
## VortexStepMethod v2.3.0 2025-10-16
226
### Added
327
- A Makie plotting extension.

0 commit comments

Comments
 (0)