2021-12-10 18:30:08 +01:00
|
|
|
%YAML 1.2
|
2021-10-13 16:49:42 +02:00
|
|
|
---
|
|
|
|
settings:
|
|
|
|
# settings for the simulation
|
|
|
|
massModel: "mass point" # model type of train mass "mass point" or "homogeneous strip"
|
|
|
|
stepVariable: "s in m" # step variable of the step method "s in m", "t in s" or "v in m/s"
|
|
|
|
stepSize: 10 # step size (unit depends on stepVariable s in m, t in s and v in m/s)
|
|
|
|
operationModeMinimumRunningTime: true # operation mode "minimum running time"
|
|
|
|
operationModeMinimumEnergyConsumption: true # operation mode "minimum energy consumption"
|
2021-12-10 18:30:08 +01:00
|
|
|
typeOfOutput: "julia dictionary" # output as "julia dictionary" or as "CSV"
|
2021-12-14 14:06:56 +01:00
|
|
|
detailOfOutput: "driving course" # should the output be "minimal" or "driving course"?
|
2021-12-13 11:56:22 +01:00
|
|
|
csvDirectory: "~/Desktop/TrainRun"
|