Skip to content

Commit fc86323

Browse files
authored
Merge pull request #851 from SteelFill/triplevalve-improvements
New Triple Valve Features
2 parents 868d5ab + f4feee3 commit fc86323

File tree

2 files changed

+339
-75
lines changed

2 files changed

+339
-75
lines changed

Source/Documentation/Manual/physics.rst

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2976,11 +2976,23 @@ MaxAuxilaryChargingRate and EmergencyResChargingRate.
29762976
single: ORTSEmergencyValveActuationRate
29772977
single: ORTSEmergencyDumpValveRate
29782978
single: ORTSEmergencyDumpValveTimer
2979+
single: ORTSEmergencyResQuickRelease
29792980
single: ORTSMainResPipeAuxResCharging
29802981
single: ORTSBrakeRelayValveRatio
29812982
single: ORTSEngineBrakeRelayValveRatio
29822983
single: ORTSBrakeRelayValveApplicationRate
29832984
single: ORTSBrakeRelayValveReleaseRate
2985+
single: ORTSMaxTripleValveCylinderPressure
2986+
single: ORTSMaxServiceCylinderPressure
2987+
single: ORTSUniformChargingThreshold
2988+
single: ORTSUniformChargingRatio
2989+
single: ORTSQuickServiceLimit
2990+
single: ORTSQuickServiceApplicationRate
2991+
single: ORTSQuickServiceVentRate
2992+
single: ORTSAcceleratedApplicationFactor
2993+
single: ORTSAcceleratedApplicationMaxVentRate
2994+
single: ORTSInitialApplicationThreshold
2995+
single: ORTSCylinderSpringPressure
29842996
single: ORTSMainResChargingRate
29852997
single: ORTSEngineBrakeReleaseRate
29862998
single: ORTSEngineBrakeApplicationRate
@@ -3012,11 +3024,14 @@ MaxAuxilaryChargingRate and EmergencyResChargingRate.
30123024
brake actuation of the triple valve. If the pressure in the brake pipe
30133025
decreases at a higher rate than specified, the triple valve will switch to
30143026
emergency mode.
3015-
- ``Wagon(ORTSEmergencyDumpValveRate)``-- Rate at which BP is locally discharged
3027+
- ``Wagon(ORTSEmergencyDumpValveRate`` -- Rate at which BP is locally discharged
30163028
at every wagon during an emergency brake application.
3017-
- ``Wagon(ORTSEmergencyDumpValveTimer)``-- Timer for emergency dump valve to close
3029+
- ``Wagon(ORTSEmergencyDumpValveTimer`` -- Timer for emergency dump valve to close
30183030
after it is activated. If set to 0, it will close as soon as BP is discharged.
30193031
Default value will prevent BP from being charged for 2 minutes.
3032+
- ``Wagon(ORTSEmergencyResQuickRelease`` -- Set to 1 (default 0) to enable quick release,
3033+
in which emergency reservoir air is used to increase the brake pipe pressure
3034+
during release. Remains active until brake cylinder pressure drops below 5 psi.
30203035
- ``Wagon(ORTSMainResPipeAuxResCharging`` -- Boolean value that indicates,
30213036
for twin pipe systems, if the main reservoir pipe is used for charging the auxiliary
30223037
reservoirs. If set to false, the main reservoir pipe will not be used
@@ -3037,6 +3052,40 @@ MaxAuxilaryChargingRate and EmergencyResChargingRate.
30373052
by the triple valve. For example, UIC distributors set maximum cylinder pressure
30383053
to 3.8 bar when brake pipe is below 3.5 bar, and further brake pipe discharging
30393054
does not increase cylinder pressure.
3055+
- ``Wagon(ORTSMaxServiceCylinderPressure`` -- Sets the maximum cylinder pressure
3056+
demanded during service applications. During emergency applications,
3057+
brake cylinder pressure is instead limited by ``ORTSMaxTripleValveCylinderPressure``.
3058+
- ``Wagon(ORTSUniformChargingThreshold`` -- The pressure difference between the brake
3059+
pipe and auxiliary reservoir at which uniform charging activates during release
3060+
(default 3 psi), usually used to reduce the rate of auxiliary reservoir charging.
3061+
- ``Wagon(ORTSUniformChargingRatio`` -- Factor used to divide auxiliary reservoir
3062+
charging rate by when uniform charging is active. Eg: setting of 2 will halve
3063+
charging rate while uniform charging is active (defaults to 0, disabling the feature).
3064+
- ``Wagon(ORTSQuickServiceLimit`` -- Quick service activates when triple valve
3065+
initially changes from release to apply, and will remain active until brake
3066+
cylinder pressure reaches the pressure specified here (default 0,
3067+
which disables quick service).
3068+
- ``Wagon(ORTSQuickServiceApplicationRate`` -- Optional setting for brake cylinder
3069+
application rate during quick service, can be used to increase speed of initial
3070+
applications. Has no effect if set lower than ``MaxApplicationRate`` (default 0).
3071+
- ``Wagon(ORTSQuickServiceVentRate`` -- Optional ability for the brake pipe
3072+
pressure to be locally reduced at the specified rate while quick service is active
3073+
(default 0).
3074+
- ``Wagon(ORTSAcceleratedApplicationFactor`` -- Triple valves can speed up applications
3075+
by measuring the rate of brake pipe reduction, multiplying the reduction
3076+
by the factor specified here, then locally venting that amount of brake pipe air.
3077+
Eg: a factor of 0.5 will speed up brake pipe propogation by +50%. Warning: Large
3078+
factors can cause out of control brake pipe reductions, avoid settings larger
3079+
than 1 (default 0, which disables the feature entirely).
3080+
- ``Wagon(ORTSAcceleratedApplicationMaxVentRate`` -- Sets the maximum rate
3081+
at which accelerated application will reduce the brake pipe pressure
3082+
(default 5 psi/s).
3083+
- ``Wagon(ORTSInitialApplicationThreshold`` -- The pressure difference between
3084+
the brake pipe and auxiliary reservoir at which the triple valve will
3085+
change from release to apply (default 1 psi).
3086+
- ``Wagon(ORTSCylinderSpringPressure`` -- Below the specified pressure, no
3087+
brake force will be developed, simulating the pressure required to
3088+
overcome the brake cylinder return spring (default 0).
30403089
- ``Engine(ORTSMainResChargingRate`` -- Rate of main reservoir pressure change
30413090
in psi per second when the compressor is on (default .4).
30423091
- ``Engine(ORTSEngineBrakeReleaseRate`` -- Rate of engine brake pressure

0 commit comments

Comments
 (0)