File tree Expand file tree Collapse file tree 2 files changed +26
-6
lines changed
Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,6 @@ wings:
1515 spanwise_panel_distribution : LINEAR
1616 spanwise_direction : [0.0, 1.0, 0.0]
1717 remove_nan : true
18- - name : tail
19- n_panels : 20
20- n_groups : 20
21- spanwise_panel_distribution : COSINE
22- spanwise_direction : [0.0, 1.1, 0.0]
23- remove_nan : false
2418solver_settings :
2519 aerodynamic_model_type : VSM
2620 max_iterations : 1000
Original file line number Diff line number Diff line change 1+ Model :
2+ VSM : Vortex Step Method
3+ LLT : Lifting Line Theory
4+ PanelDistribution :
5+ LINEAR : Linear distribution
6+ COSINE : Cosine distribution
7+ COSINE_VAN_GARREL : van Garrel cosine distribution
8+ SPLIT_PROVIDED : Split provided sections
9+ UNCHANGED : Keep original sections
10+
11+ wings :
12+ - name : main_wing
13+ n_panels : 40
14+ n_groups : 40
15+ spanwise_panel_distribution : LINEAR
16+ spanwise_direction : [0.0, 1.0, 0.0]
17+ remove_nan : true
18+ - name : tail
19+ n_panels : 20
20+ n_groups : 20
21+ spanwise_panel_distribution : COSINE
22+ spanwise_direction : [0.0, 1.1, 0.0]
23+ remove_nan : false
24+ solver_settings :
25+ aerodynamic_model_type : VSM
26+ max_iterations : 1000
You can’t perform that action at this time.
0 commit comments