Skip to content

Commit 966bc5a

Browse files
committed
Automatic merge of T1.5.1-870-ge0bf062eb and 18 pull requests
- Pull request #570 at 3539862: Experimental glTF 2.0 support with PBR lighting - Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters - Pull request #876 at f92de76: docs: add source for documents previously on website to source Documentation folder - Pull request #882 at 9c456aa: Blueprint/train car operations UI window - Pull request #885 at 8f94333: feat: Add notifications to Menu - Pull request #886 at 6c0785b: Scene viewer extension to TrackViewer - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #896 at 5866028: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains - Pull request #897 at 42f1dd9: feat: Improved system information collection - Pull request #903 at 0d6d045: Downloading route content (Github, zip) - Pull request #907 at 9b0b04f: Bug fix for https://bugs.launchpad.net/or/+bug/2047300 Dynamic tracks disappear after long tunnel - Pull request #911 at 6834af0: docs: Add refactoring as a special type of PR - Pull request #912 at 659396e: New Triple Valve Features Vol. 2 - Pull request #914 at ab5ea99: Adjustments to Duplex steam - Pull request #915 at 6d911d7: Correct calculation error with curve friction - Pull request #916 at 11ac52c: Distributed Power Air Brake Synchronization - Pull request #917 at fde18cf: Lighting Configuration Enhancements - Pull request #918 at f7ba507: Manual - News topics updated since 1.5.1
20 parents fffda3c + e0bf062 + 3539862 + d00beb9 + f92de76 + 9c456aa + 8f94333 + 6c0785b + 1f5ba4c + 5866028 + 42f1dd9 + 0d6d045 + 9b0b04f + 6834af0 + 659396e + ab5ea99 + 6d911d7 + 11ac52c + fde18cf + f7ba507 commit 966bc5a

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
@@ -4478,6 +4478,60 @@ drag constants are used in calculating the still air resistance, then it might b
44784478
inputting these values.
44794479

44804480

4481+
.. _physics-track-sanding:
4482+
4483+
Track Sanding
4484+
=============
4485+
4486+
Sanding of the track is required at times to increase the wheel adhesion.
4487+
4488+
Open Rails supports air and steam operated track sanders which consume air or steam and sand. Typically
4489+
OR has standard defaults which it uses to allow track sanding to operate, however if the user knows the
4490+
actual values for the locomotive that they are modelling then they can override these values by entering
4491+
the following parameters in the engine section of the ENG file. Note - if values are not known then it is
4492+
highly recommended that the default values be used.
4493+
4494+
When using any of the following parameters, the sanding system type needs to be set by allocating either "Steam" or
4495+
"Air" to the ``SandingSystemType`` ( x ) parameter in engine section of file.
4496+
4497+
**Steam Consumption**
4498+
4499+
``ORTSMaxTrackSanderSteamConsumptionForward`` - total steam consumption for all sanders when traveling in
4500+
forward direction, ie in front of wheel.
4501+
4502+
``ORTSMaxTrackSanderSteamConsumptionForward`` - total steam consumption for all sanders when traveling in
4503+
reverse direction, ie behind wheel. Note, = 0 when not used.
4504+
4505+
All steam consumption parameters are in lbs/sec.
4506+
4507+
For steam sanding there will be a visible presence of steam when the sander is operated, this steam effect
4508+
can be added by using one or both of the following aparmeters.
4509+
4510+
``SanderSteamExhaustForwardFX`` - steam effect when travelling forward, ie in front of wheel.
4511+
4512+
``SanderSteamExhaustReverseFX`` - steam effect when travelling in reverse, ie in behind the wheel.
4513+
4514+
**Air Consumption**
4515+
4516+
``ORTSMaxTrackSanderAirConsumptionForward`` - total air consumption for all sanders when traveling in reverse
4517+
direction, ie behind wheel. Note, = 0 when not used.
4518+
4519+
``ORTSMaxTrackSanderAirConsumptionForward`` - total air consumption for all sanders when traveling in forward
4520+
direction, ie in front of wheel.
4521+
4522+
All air consumption parameters are in cuft/sec.
4523+
4524+
**Sand Consumption**
4525+
4526+
``ORTSMaxTrackSanderSandConsumptionForward`` - total sand consumption for all sanders when traveling in forward
4527+
direction, ie in front of wheel.
4528+
4529+
``ORTSMaxTrackSanderSandConsumptionReverse`` - total sand consumption for all sanders when traveling in reverse
4530+
direction, ie behind wheel. Note, = 0 when not used.
4531+
4532+
All sand consumption parameters are in cuft/sec.
4533+
4534+
44814535
.. _physics-trailing-locomotive-resistance:
44824536

44834537
Trailing Locomotive Resistance

0 commit comments

Comments
 (0)