Skip to content

Commit ab5ea99

Browse files
committed
manual update
1 parent 29245e1 commit ab5ea99

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

Source/Documentation/Manual/physics.rst

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4395,6 +4395,60 @@ drag constants are used in calculating the still air resistance, then it might b
43954395
inputting these values.
43964396

43974397

4398+
.. _physics-track-sanding:
4399+
4400+
Track Sanding
4401+
=============
4402+
4403+
Sanding of the track is required at times to increase the wheel adhesion.
4404+
4405+
Open Rails supports air and steam operated track sanders which consume air or steam and sand. Typically
4406+
OR has standard defaults which it uses to allow track sanding to operate, however if the user knows the
4407+
actual values for the locomotive that they are modelling then they can override these values by entering
4408+
the following parameters in the engine section of the ENG file. Note - if values are not known then it is
4409+
highly recommended that the default values be used.
4410+
4411+
When using any of the following parameters, the sanding system type needs to be set by allocating either "Steam" or
4412+
"Air" to the ``SandingSystemType`` ( x ) parameter in engine section of file.
4413+
4414+
**Steam Consumption**
4415+
4416+
``ORTSMaxTrackSanderSteamConsumptionForward`` - total steam consumption for all sanders when traveling in
4417+
forward direction, ie in front of wheel.
4418+
4419+
``ORTSMaxTrackSanderSteamConsumptionForward`` - total steam consumption for all sanders when traveling in
4420+
reverse direction, ie behind wheel. Note, = 0 when not used.
4421+
4422+
All steam consumption parameters are in lbs/sec.
4423+
4424+
For steam sanding there will be a visible presence of steam when the sander is operated, this steam effect
4425+
can be added by using one or both of the following aparmeters.
4426+
4427+
``SanderSteamExhaustForwardFX`` - steam effect when travelling forward, ie in front of wheel.
4428+
4429+
``SanderSteamExhaustReverseFX`` - steam effect when travelling in reverse, ie in behind the wheel.
4430+
4431+
**Air Consumption**
4432+
4433+
``ORTSMaxTrackSanderAirConsumptionForward`` - total air consumption for all sanders when traveling in reverse
4434+
direction, ie behind wheel. Note, = 0 when not used.
4435+
4436+
``ORTSMaxTrackSanderAirConsumptionForward`` - total air consumption for all sanders when traveling in forward
4437+
direction, ie in front of wheel.
4438+
4439+
All air consumption parameters are in cuft/sec.
4440+
4441+
**Sand Consumption**
4442+
4443+
``ORTSMaxTrackSanderSandConsumptionForward`` - total sand consumption for all sanders when traveling in forward
4444+
direction, ie in front of wheel.
4445+
4446+
``ORTSMaxTrackSanderSandConsumptionReverse`` - total sand consumption for all sanders when traveling in reverse
4447+
direction, ie behind wheel. Note, = 0 when not used.
4448+
4449+
All sand consumption parameters are in cuft/sec.
4450+
4451+
43984452
.. _physics-trailing-locomotive-resistance:
43994453

44004454
Trailing Locomotive Resistance

0 commit comments

Comments
 (0)