11system :
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
1212initial :
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
1717solver :
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
2521kite :
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
5147winch :
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