We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd025fc commit cad5eadCopy full SHA for cad5ead
1 file changed
data/TUDELFT_V3_KITE/vsm_settings.yaml
@@ -51,8 +51,8 @@ wings:
51
# Numerical method settings and convergence criteria
52
solver_settings:
53
# --- Core Aerodynamic Model ---
54
- aerodynamic_model_type: VSM # VSM=3D vortex method, LLT=lifting line theory
55
- solver_type: LOOP # LOOP=fixed-point iteration, NEWTON=Newton-Raphson
+ aerodynamic_model_type: VSM # VSM=3D vortex method, LLT=lifting line theory
+ solver_type: LOOP # LOOP=fixed-point iteration, NEWTON=Newton-Raphson
56
#correct_aoa: false # Defaults to false, meaning the computed AoA at 3/4c is used
57
58
# --- Physical Properties ---
0 commit comments