TrainRun.jl/data/settings.yaml

13 lines
812 B
YAML
Raw Normal View History

%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"
typeOfOutput: "julia dictionary" # output as "julia dictionary" or as "CSV"
2021-10-13 16:49:42 +02:00
detailOfOutput: "driving course" # should the output be "reduced" or "driving course"?
2021-12-13 11:56:22 +01:00
csvDirectory: "~/Desktop/TrainRun"