From 31801f58ffd69c99b35d9b735d50bdda2715d336 Mon Sep 17 00:00:00 2001 From: Martin Scheidt Date: Mon, 20 Jun 2022 14:10:38 +0200 Subject: [PATCH] noted contribution ideas --- CONTRIBUTING.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df36fce..18cdd82 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,3 +85,28 @@ TODO * If a PR is not finished yet and should not be reviewed yet then it should be opened as DRAFT (in this way maintainers will know that they can ignore such PR until it is made non-draft or the author asks for a review). + +## Contribution Ideas + +Models for: +* Breakaway (currently simple like acceleration) +* braking (currently constant braking with a certain value) +* inhomogeneous mass band (consider non-uniform mass distribution (cf. Wende, 2003 p. 96f.)) + +More exact calculation of resistances for: +* the track (e.g. including curves, switches, tunnels) +* for the train (e.g. there are vehicle resistance equations especially for high-speed trains, which are not yet considered in the tool (cf. Wende, 2003 p. 152 f.)) + +Input/calculation of tractive force (currently only tractive force-speed pairs. This could be extended to include tractive force functions that apply to specific velocity ranges (cf. BrĂ¼nger, et al., 2014 p. 69). + +Calculation of energy, cf. (Wende, 2003 p. 324). + +switching between different step variables in one train run or implementation of variable step size (currently it is necessary to choose between s, t and v and to specify a step size that becomes smaller at intersections, but is otherwise constant) + +Driver behaviour, in order to be able to determine the driving behavior of the vehicles more realistically. + +Energy-saving driving. + +good plots would be nice + +Pluto notebook show case