rolland.components.Sleeper

class rolland.components.Sleeper(*, ms=0.0, Bs=0.0, ls=0.0, wdths=0.0)[source]

Bases: object

Sleeper Class.

Contains the properties of a sleeper.

Parameters:
  • ms (float)

  • Bs (float)

  • ls (float)

  • wdths (float)

ms

Sleeper mass \([kg]\).

Type:

float

Bs

Sleeper bending stiffness \([Nm^2]\).

Type:

float

ls

Sleeper length in y-direction \([m]\).

Type:

float

wdths

Sleeper width in x-direction \([m]\).

Type:

float