We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628545b commit db40973Copy full SHA for db40973
data/settings_hydra20_600.yaml
@@ -11,10 +11,10 @@ system:
11
fixed_font: "Liberation Mono" # name or filepath+filename of alternative fixed pitch font
12
13
initial:
14
- l_tether: 330.0 # initial tether length [m]
15
- elevation: 62.0 # initial elevation angle [deg]
16
- v_reel_out: 0.0 # initial reel out speed [m/s]
17
- depower: 25.0 # initial depower settings [%]
+ l_tethers: [330.0] # initial tether length [m]
+ elevations: [62.0] # initial elevation angle [deg]
+ v_reel_outs: [0.0] # initial reel out speed [m/s]
+ depowers: [25.0] # initial depower settings [%]
18
19
solver:
20
abs_tol: 0.0003 # absolute tolerance of the DAE solver [m, m/s]
0 commit comments