We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10f9f6 commit c717592Copy full SHA for c717592
data/vsm_settings.yaml
@@ -1,10 +1,10 @@
1
wings:
2
- - main_wing:
3
- n_panels: 40
4
- spanwise_panel_distribution: "LINEAR"
5
- spanwise_direction: [0.0, 1.0, 0.0]
6
- - tail:
7
- n_panels: 20
+ - name: main_wing
+ n_panels: 40
+ spanwise_panel_distribution: "LINEAR"
+ spanwise_direction: [0.0, 1.0, 0.0]
+ - name: tail
+ n_panels: 20
8
solver_settings:
9
aerodynamic_model_type: "VSM"
10
max_iterations: 1000
0 commit comments