File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 doi:10.1088/1742-6596/2767/2/022068): each section gets a drag increment and a force
99 along its span from the flow across it, in ` solve! ` , ` solve ` and ` linearize ` . Opt-in
1010 via ` is_with_viscous_drag_correction ` (default ` false ` ) on the solver settings.
11+ - ` plot_section_polars(body_aero; panels, alphas, delta) ` draws cl, cd and cm against α
12+ per panel through ` calculate_cl ` /` calculate_cd ` /` calculate_cm ` , for every aero model
13+ and at flap deflection ` delta ` , in one figure instead of one coefficient per call.
1114
1215### Changed
1316
1417- Requires Julia 1.12 or 1.13; 1.10 and 1.11 keep resolving v5.1.1.
1518- The Makie ` plot! ` methods for a ` Panel ` or a ` BodyAerodynamics ` return a
1619 ` Vector{Makie.AbstractPlot} ` instead of a ` Vector{Any} ` ; for a ` BodyAerodynamics `
1720 drawn as flat panels it is one flat list rather than a list per panel.
18- - BREAKING - ` plot_section_polars(body_aero; panels, alphas, delta) ` draws cl, cd and cm
19- against α per panel through ` calculate_cl ` /` calculate_cd ` /` calculate_cm ` , for every
20- aero model and at flap deflection ` delta ` ; the ` coefficient ` argument is removed.
2121
2222### Fixed
2323
You can’t perform that action at this time.
0 commit comments