Skip to content

Commit af924ff

Browse files
committed
Remove unused fields
1 parent 145612b commit af924ff

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

data/settings_ram.yaml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
system:
2-
log_file: "data/log_8700W_8ms" # filename without extension [replay only]
2+
log_file: "data/ram_air_kite" # filename without extension [replay only]
33
# use / as path delimiter, even on Windows
44
time_lapse: 1.0 # relative replay speed
55
sim_time: 100.0 # simulation time [sim only]
@@ -10,17 +10,13 @@ system:
1010
fixed_font: "" # name or filepath+filename of alternative fixed pitch font
1111

1212
initial:
13-
l_tether: 50.0 # initial tether length [m]
14-
elevation: 70.8 # initial elevation angle [deg]
15-
v_reel_out: 0.0 # initial reel out speed [m/s]
13+
l_tethers: [50.0, 50.0, 50.0] # initial tether length [m]
14+
elevation: 70.8 # initial elevation angle [deg]
15+
v_reel_out: 0.0 # initial reel out speed [m/s]
1616

1717
solver:
18-
abs_tol: 0.01 # absolute tolerance of the DAE solver [m, m/s]
19-
rel_tol: 0.01 # relative tolerance of the DAE solver [-]
20-
solver: "DFBDF" # DAE solver, IDA or DImplicitEuler, DFBDF
21-
linear_solver: "GMRES" # can be GMRES or Dense or LapackDense (only for IDA)
22-
max_order: 4 # maximal order, usually between 3 and 5
23-
max_iter: 10000 # max number of iterations of the steady-state-solver
18+
abs_tol: 0.01 # absolute tolerance of the DAE solver [m, m/s]
19+
rel_tol: 0.01 # relative tolerance of the DAE solver [-]
2420

2521
kite:
2622
model: "data/ram_air_kite_body.obj" # 3D model of the kite
@@ -49,7 +45,7 @@ tether:
4945
# SK75: 109 to 132 GPa according to datasheet
5046

5147
winch:
52-
winch_model: "AsyncMachine" # or TorqueControlledMachine
48+
winch_model: "TorqueControlledMachine" # or AsynchMachine
5349
max_force: 4000 # maximal (nominal) tether force; short overload allowed [N]
5450
v_ro_max: 8.0 # maximal reel-out speed [m/s]
5551
v_ro_min: -8.0 # minimal reel-out speed (=max reel-in speed) [m/s]

0 commit comments

Comments
 (0)