Go to file
Max Kannenberg d71a1e882b Refactor and fix modules EnergySaving, OperationModes and MovingPhases 2021-12-08 21:35:27 +01:00
data Rename modules and variables 2021-12-08 13:35:25 +01:00
examples Rename modules and variables 2021-12-08 13:35:25 +01:00
src Refactor and fix modules EnergySaving, OperationModes and MovingPhases 2021-12-08 21:35:27 +01:00
test Rename modules and variables 2021-12-08 13:35:25 +01:00
.gitignore master thesis submission 2021-10-13 16:49:42 +02:00
LICENSE master thesis submission 2021-10-13 16:49:42 +02:00
Project.toml Rename modules and variables 2021-12-08 13:35:25 +01:00
README.md Refactor and fix modules EnergySaving, OperationModes and MovingPhases 2021-12-08 21:35:27 +01:00
TODO.md master thesis submission 2021-10-13 16:49:42 +02:00

README.md

TrainRun


Installation

The required julia packages are

  • YAML.jl
  • Dates.jl
  • DataFrames.jl
  • CSV.jl
  • Plots.jl

Review the settings.yaml file for your appropriate settings.


Minimal working example

See folder examples.


History

Version 0.4

Refactor and fix modules EnergySaving, OperationModes and MovingPhases

The general used level of accuracy from v0.3 was added to EnergySaving and OperationModes. OperationModes and MovingPhases were fixed for steep ascents were a train runs with maximum tractive effort while the driving resistances are even higher.

Version 0.3

Refactor module MovingPhases

Repeatedly occuring code lines were extracted and smaller functions created (e.g. the function moveAStep). A new approach for calculating the waypoints near intersections was integrated (e.g. including an editable level of accuracy).

Version 0.2

Modules and variables were renamed.

Version 0.1

Proof of concept and master thesis submission.


Acknowledgement

This work was supervised by South Westphalia University of Applied Sciences and Technical University Braunschweig.


License

Open Source Initiative Approved License logo

ISC License (ISC)

Copyright 2021 Max Kannenberg

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.