Skip to content

Commit 9a12fbe

Browse files
committed
First round of new improvements
1 parent b02a6e5 commit 9a12fbe

File tree

3 files changed

+226
-30
lines changed

3 files changed

+226
-30
lines changed

Source/Documentation/Manual/physics.rst

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3036,6 +3036,7 @@ MaxAuxilaryChargingRate and EmergencyResChargingRate.
30363036
single: ORTSEmergencyValveActuationRate
30373037
single: ORTSEmergencyDumpValveRate
30383038
single: ORTSEmergencyDumpValveTimer
3039+
single: ORTSEmergencyQuickAction
30393040
single: ORTSEmergencyResQuickRelease
30403041
single: ORTSMainResPipeAuxResCharging
30413042
single: ORTSBrakeRelayValveRatio
@@ -3044,8 +3045,15 @@ MaxAuxilaryChargingRate and EmergencyResChargingRate.
30443045
single: ORTSBrakeRelayValveReleaseRate
30453046
single: ORTSMaxTripleValveCylinderPressure
30463047
single: ORTSMaxServiceCylinderPressure
3048+
single: ORTSMaxServiceApplicationRate
3049+
single: ORTSTwoStageLowPressure
3050+
single: ORTSTwoStageIncreasingSpeed
3051+
single: ORTSTwoStageDecreasingSpeed
3052+
single: ORTSHighSpeedReducingPressure
30473053
single: ORTSUniformChargingThreshold
30483054
single: ORTSUniformChargingRatio
3055+
single: ORTSUniformReleaseThreshold
3056+
single: ORTSUniformReleaseRatio
30493057
single: ORTSQuickServiceLimit
30503058
single: ORTSQuickServiceApplicationRate
30513059
single: ORTSQuickServiceVentRate
@@ -3089,9 +3097,12 @@ MaxAuxilaryChargingRate and EmergencyResChargingRate.
30893097
- ``Wagon(ORTSEmergencyDumpValveTimer`` -- Timer for emergency dump valve to close
30903098
after it is activated. If set to 0, it will close as soon as BP is discharged.
30913099
Default value will prevent BP from being charged for 2 minutes.
3100+
- ``Wagon(ORTSEmergencyQuickAction`` -- If set to 1, air from the brake pipe will
3101+
be sent to the brake cylinder at MaxApplicationRate during emergency applications.
3102+
Speeds up emergency application along the entire train. (default 0)
30923103
- ``Wagon(ORTSEmergencyResQuickRelease`` -- Set to 1 (default 0) to enable quick release,
30933104
in which emergency reservoir air is used to increase the brake pipe pressure
3094-
during release. Remains active until brake cylinder pressure drops below 5 psi.
3105+
during release. Remains active until aux res has recharged.
30953106
- ``Wagon(ORTSMainResPipeAuxResCharging`` -- Boolean value that indicates,
30963107
for twin pipe systems, if the main reservoir pipe is used for charging the auxiliary
30973108
reservoirs. If set to false, the main reservoir pipe will not be used
@@ -3115,12 +3126,32 @@ MaxAuxilaryChargingRate and EmergencyResChargingRate.
31153126
- ``Wagon(ORTSMaxServiceCylinderPressure`` -- Sets the maximum cylinder pressure
31163127
demanded during service applications. During emergency applications,
31173128
brake cylinder pressure is instead limited by ``ORTSMaxTripleValveCylinderPressure``.
3129+
- ``Wagon(ORTSMaxServiceApplicationRate`` -- Sets the maximum application rate
3130+
allowed during service applications. For emergency applications, the application
3131+
rate will be limited by ``MaxApplicationRate``.
3132+
- ``Wagon(ORTSTwoStageLowPressure`` -- For two stage braking systems where brake force
3133+
is reduced at lower speeds and increased at higher speeds, sets the maximum cylinder
3134+
pressure demanded when at slower speeds (defaults to 0, disabling two stage braking).
3135+
For high speed, use ``ORTSMaxTripleValveCylinderPressure`` to set the pressure limit.
3136+
- ``Wagon(ORTSTwoStageIncreasingSpeed`` -- The speed at which the two stage braking
3137+
system changes from low pressure to high pressure during acceleration.
3138+
- ``Wagon(ORTSTwoStageDecreasingSpeed`` -- The speed at which the two stage braking
3139+
system changes from high pressure to low pressure during deceleration.
3140+
- ``Wagon(ORTSHighSpeedReducingPressure`` -- If the demanded brake cylinder pressure
3141+
exceeds this value, the brakes will gradually release to this pressure. Simulates
3142+
the high speed reducing valve (HSRV). (default 0 for wagons with no HSRV)
31183143
- ``Wagon(ORTSUniformChargingThreshold`` -- The pressure difference between the brake
31193144
pipe and auxiliary reservoir at which uniform charging activates during release
31203145
(default 3 psi), usually used to reduce the rate of auxiliary reservoir charging.
31213146
- ``Wagon(ORTSUniformChargingRatio`` -- Factor used to divide auxiliary reservoir
31223147
charging rate by when uniform charging is active. Eg: setting of 2 will halve
31233148
charging rate while uniform charging is active (defaults to 0, disabling the feature).
3149+
- ``Wagon(ORTSUniformReleaseThreshold`` -- The pressure difference between the brake
3150+
pipe and auxiliary reservoir at which uniform release activates during release
3151+
(default 3 psi), usually used to reduce the rate of brake cylinder release.
3152+
- ``Wagon(ORTSUniformReleaseRatio`` -- Factor used to divide brake cylinder
3153+
release rate by when uniform release is active. Eg: setting of 2 will halve
3154+
release rate while uniform release is active (defaults to 0, disabling the feature).
31243155
- ``Wagon(ORTSQuickServiceLimit`` -- Quick service activates when triple valve
31253156
initially changes from release to apply, and will remain active until brake
31263157
cylinder pressure reaches the pressure specified here (default 0,

0 commit comments

Comments
 (0)