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"
2022-03-08 12:54:25 +01:00
stepVariable : "t in s" # step variable of the step method "s in m", "t in s" or "v in m/s"
stepSize : 3.0 # step size (unit depends on stepVariable s in m, t in s and v in m/s)
2021-10-13 16:49:42 +02:00
operationModeMinimumRunningTime : true # operation mode "minimum running time"
2022-01-19 16:58:57 +01:00
operationModeMinimumEnergyConsumption : false # operation mode "minimum energy consumption"
2021-12-10 18:30:08 +01:00
typeOfOutput : "julia dictionary" # output as "julia dictionary" or as "CSV"
2022-04-02 00:02:39 +02:00
detailOfOutput : "driving course" # should the output be only the value of the "running time" or an array of "points of interest" or the complete "driving course" as array or a dictionary with "everything"?
2021-12-13 11:56:22 +01:00
csvDirectory : "~/Desktop/TrainRun"