Skip to content

Commit 929f6f2

Browse files
authored
Merge pull request #200 from ufechner7/rm-measure
Remove measurement struct
2 parents 5c346bf + af924ff commit 929f6f2

22 files changed

+91
-574
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ BenchmarkTools = "1.6"
5050
CodecXz = "0.7.4"
5151
Colors = "0"
5252
ControlPlots = "0.2.4"
53+
ControlSystemsBase = "1"
5354
DSP = "0.7.10"
5455
Dierckx = "0.5.4"
5556
DiffEqBase = "6.161.0"
@@ -104,6 +105,7 @@ LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
104105
PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
105106
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
106107
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
108+
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
107109

108110
[targets]
109-
test = ["Test", "BenchmarkTools", "PackageCompiler", "Documenter", "ControlPlots", "Colors", "LaTeXStrings", "StatsBase", "JLD2", "Aqua", "DSP"]
111+
test = ["Test", "BenchmarkTools", "PackageCompiler", "Documenter", "ControlPlots", "Colors", "LaTeXStrings", "StatsBase", "JLD2", "Aqua", "DSP", "ControlSystemsBase"]
-5.78 KB
Binary file not shown.
0 Bytes
Binary file not shown.

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]

examples/input_output_function.jl

Lines changed: 0 additions & 211 deletions
This file was deleted.

0 commit comments

Comments
 (0)