Skip to content

Draft: extension of train physics

Robin Golle requested to merge rgll66/libtrainsim:main into main

implementation of:

  • air drag
  • track drag(arc friction and rolling friction)
  • tunnel drag
  • acceleration drag
  • highest possible braking speed
  • brake temperature missing:
  • adaption of unit system
  • most required constant train values are not quantified yet(so they are either left undefined or were assigned a static test value)
  • same goes for track values like inclination and height differences.

Merge request reports