Commit 5ac1f09
Unify RamAirWing and Wing into Wing (#204)
* Make sure 0 groups works
* Unify Wing and RamAirWing
* Restore test
* Not passing bench
* Working grouping
* Working tests except aqua
* Working tests with aqua
* Don't deform tuple
* Option to not use data prefix
* Add obj set
* Old tests not failing
* Passing tests
* Add cl cd cm group array
* Added tests and settings
* Improved obj file reading
* Fixed deform
* Test on 1.10 and 1.11
* Disable mapping kwarg
* Add kwarg to sort sections
* Add groups
* Correct width
* Add makie plotting
* Don't use corrected alpha
* Updated settings
* Use plot and plot! with obs
* Use unrefined sections
* Use glmakie
* Use unrefined segments and no groups
* Working ram example
* Add combined plot
* Dont use old vsm
* Actually remove super confusing unrefined panels, simplify to use unrefined segments everywhere
* Adjust for using the unrefined segment approach
* Dist for per panel, unrefined_dist for per unrefined section
* Update the deform functions to make more sense
* Update tests for recent changes
* Rename to more logical name
* Add claude md
* Rename
* Simpler example, angle at wingtips
* Add unreleased news
* Remove last instances of groups
* Removed groups
* Add tests for smoothing and non smoothing deform
* Add everything plotting function
* Manual refine
* Improved makie plotting
* Deformable yaml kite
* Fix for updated separate refine
* Move Obj to refinement method
* Add obj wing refinement test
* Auto refine yaml wing
* Width is sum not average
* adjusted V3_kite example, added literature plotting to MakieExt, changed alpha_geometric to angle between va and chord, changed settings_jl to default the corrected_aoa to false
* added alpha_geometric_dist to the solver output, and updated example V3_kite to also test solve! output
* Add option to disable sort
* Flat extrapolate
* Extrapolate lift flat drag line
* Update news
* Update recursive array tools
* Update prealloc tools
* Update docs
* Fix date
* Unreleased news
* Add setup test
* Use makie
* Add prefixes
* Use makie
* Add setup test
* Simplify install examples
* No wait if not interactive
* Dont show
* Implement claude review
* No pycall
* Dont update yet
* Headless lets go
* corrected moment and handling of nonuniform inflow, also update the v3_kite example to resemble wind tunnel test in alpha and beta and input data and comparison data, and added a center of pressure calculation method
* No eval
* Fix allocation regressions on Julia 1.12
Replace LinearAlgebra norm/dot/normalize\!/cross with inline scalar
helpers (norm3, dot3, normalize3\!, cross3\!) across hot paths. Unroll
heterogeneous filament loop to eliminate Union dispatch. Fix tuple
slicing, matrix slice copies, and broadcast allocations.
AIC: 4010 → 10 allocs, gamma_loop: 9 → 0, calculate_results: 857 → 590,
solve_base\!/solve\!: broken → passing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add sandbox files to gitignore
* Add some overhead
* Use headless makie
* Julia lts and latest
* Restore surfplan
* adding figure to readme
* add use_prior_polar functionality
* Add controlplots tests
* Make less restrictive
* Improve plotting dispatch
* Use julia-runtest
---------
Co-authored-by: jellepoland <jellepoland@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 51a47c9 commit 5ac1f09
File tree
101 files changed
+9805
-4289
lines changed- .github/workflows
- bin
- data
- TUDELFT_V3_KITE
- literature_results
- polars_CFD
- pyramid_model
- ram_air_kite
- docs
- src
- examples
- ext
- mwes
- scripts
- src
- test
- body_aerodynamics
- data/solver/wings
- filament
- plotting
- ram_geometry
- settings
- solver
- wake
- wing_geometry
- yaml_geometry
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
101 files changed
+9805
-4289
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 43 | | |
47 | 44 | | |
48 | 45 | | |
| |||
71 | 68 | | |
72 | 69 | | |
73 | 70 | | |
74 | | - | |
75 | | - | |
76 | | - | |
| 71 | + | |
| 72 | + | |
77 | 73 | | |
78 | 74 | | |
79 | 75 | | |
80 | 76 | | |
81 | 77 | | |
82 | 78 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 79 | | |
87 | 80 | | |
88 | 81 | | |
89 | 82 | | |
90 | 83 | | |
91 | 84 | | |
92 | 85 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 86 | | |
97 | 87 | | |
98 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
| |||
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | 111 | | |
116 | 112 | | |
117 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments