@@ -4401,6 +4401,81 @@ drag constants are used in calculating the still air resistance, then it might b
44014401inputting these values.
44024402
44034403
4404+ .. _physics-track-sanding :
4405+
4406+ Track Sanding
4407+ =============
4408+
4409+ Sanding of the track is required at times to increase the wheel adhesion.
4410+
4411+ Open Rails supports air and steam operated track sanders which consume air or steam and sand. Typically
4412+ OR has standard defaults which it uses to allow track sanding to operate, however if the user knows the
4413+ actual values for the locomotive that they are modelling then they can override these values by entering
4414+ the following parameters in the engine section of the ENG file. Note - if values are not known then it is
4415+ highly recommended that the default values be used.
4416+
4417+ When using any of the following parameters, the sanding system type needs to be set by allocating either "Steam" or
4418+ "Air" to the ``SandingSystemType `` ( x ) parameter in engine section of file.
4419+
4420+ **Steam Consumption **
4421+
4422+ ``ORTSMaxTrackSanderSteamConsumptionForward `` - total steam consumption for all sanders when traveling in
4423+ forward direction, ie in front of wheel.
4424+
4425+ ``ORTSMaxTrackSanderSteamConsumptionForward `` - total steam consumption for all sanders when traveling in
4426+ reverse direction, ie behind wheel. Note, = 0 when not used.
4427+
4428+ All steam consumption parameters are in lbs/sec.
4429+
4430+ For steam sanding there will be a visible presence of steam when the sander is operated, this steam effect
4431+ can be added by using one or both of the following aparmeters.
4432+
4433+ ``SanderSteamExhaustForwardFX `` - steam effect when travelling forward, ie in front of wheel.
4434+
4435+ ``SanderSteamExhaustReverseFX `` - steam effect when travelling in reverse, ie in behind the wheel.
4436+
4437+ **Air Consumption **
4438+
4439+ ``ORTSMaxTrackSanderAirConsumptionForward `` - total air consumption for all sanders when traveling in reverse
4440+ direction, ie behind wheel. Note, = 0 when not used.
4441+
4442+ ``ORTSMaxTrackSanderAirConsumptionForward `` - total air consumption for all sanders when traveling in forward
4443+ direction, ie in front of wheel.
4444+
4445+ All air consumption parameters are in cuft/sec.
4446+
4447+ **Sand Consumption **
4448+
4449+ ``ORTSMaxTrackSanderSandConsumptionForward `` - total sand consumption for all sanders when traveling in forward
4450+ direction, ie in front of wheel.
4451+
4452+ ``ORTSMaxTrackSanderSandConsumptionReverse `` - total sand consumption for all sanders when traveling in reverse
4453+ direction, ie behind wheel. Note, = 0 when not used.
4454+
4455+ All sand consumption parameters are in cuft/sec.
4456+
4457+ .. _physics-hammer-blow :
4458+
4459+ Hammer Blow
4460+ ===========
4461+
4462+ Hammer blow is as a result of the weights added to the wheels (eg connecting and reciprocating rods) of a steam
4463+ engine. The Excess (or Over) Balance weight was the weight that contributed to the hammer blow of the wheel, and it
4464+ increased typically with the square of the wheel speed.
4465+
4466+ When the hammer force exceeded the weight on the wheel it was possible for the wheel to lift off the rails, this
4467+ created a "hammering effect" on the rails, which could damage track and other infrastructure such as bridges.
4468+
4469+ The Hammer force is recorded in the HuD for the steam locomotive, and it will be in white text when "normal",
4470+ yellow text when within 10% of the point where the wheel will start to lift off the track, and red when the wheel
4471+ is lifting off the track.
4472+
4473+ As a result of high hammer forces, some locomotives were speed restricted to prevent excessive damage to track
4474+ infrastructure.
4475+
4476+ OR will use default values to set this feature up. If the Excess (or Over) Balance weight is known for a locomotive
4477+ it can be entered using ``ExcessRodBalance ``, as a mass value.
4478+
44044479.. _physics-trailing-locomotive-resistance :
44054480
44064481Trailing Locomotive Resistance
0 commit comments