I purchased the new sets and the ORTS Davis numbers for the locomotive & wagons are really way off.
UP Heritage SD70ACe Engine Pack-Vol1
MILW Road Train Pack
NS SD70Ace Heritage Trainset - the coilcars used as the example in this post.
Now this is not a criticism of whoever worked these numbers up, I'm sure it's just not knowing how OR handles Units of Measure, we are all trying to learn something new here, most of all myself. I only noticed this because of a post I made at ET a year ago in November.
Here's the a wagon file from the newly released NS Aces Heritage set, it is a coilcar
Notice the A,B,&C Davis numbers and the weight of the car in us tons >> 128t-us
Using FCalc2 I got the same numbers by choosing Us Units as the basic UoM for calculations.
The problem arises when those numbers are used in OR without specifying the units of measure. OR will assume the metric defaults for the Davis Numbers...A is Newtons (N), B is Newtons/Meter/Second (N/m/s) and C is N/m/s^2
The file above should be using the US units which have to be written with no space after the number as follows:
ORTSDavis_A ( 264.50lbf )
ORTSDavis_B ( 1.9200lbf/mph )
ORTSDavis_C ( 0.005000lbf/mph^2 )
Because the US units are not in place in any of these wagon files the physics are incoherent.
It's fine to choose to use US units, you just gotta make sure they are written in the file, please.
Can someone who has contact with TS, please let them know, this mistake keeps appearing in their, otherwise, very fine work.
Lastly,since the chosen figure for front area is 10.0 feet squared, which equals 0.93 meters squared, I suspect the frontal area has been much too under estimated to be useful. The instructions in FCalc2 recommend using 10.0 Meters Squared if a more accurate measurement cannot be obtained, so that's where I think they went wrong with this figure. (10 m2 would be 108 ft2)
Here's the example I used to illustrate my point in the ET post a years, different wagon, but you can see the what the difference is.
One last thing, by using 105mph and not specifying mph, OR is using kph, so the calculation is made at speed of 169Kph.
Man, that is one fast freight.
UP Heritage SD70ACe Engine Pack-Vol1
MILW Road Train Pack
NS SD70Ace Heritage Trainset - the coilcars used as the example in this post.
Now this is not a criticism of whoever worked these numbers up, I'm sure it's just not knowing how OR handles Units of Measure, we are all trying to learn something new here, most of all myself. I only noticed this because of a post I made at ET a year ago in November.
Here's the a wagon file from the newly released NS Aces Heritage set, it is a coilcar
Code:
SIMISA@@@@@@@@@@JINX0D0t______ Wagon ( CR_COIL_CAR_628115 Type ( Freight ) WagonShape ( CR_COIL_CAR_628115.s ) Name ("CONRAIL STEEL COIL CAR 628115 (LD)") Size ( 3.142m 4.483m 18.221m ) Mass ( 128t-us ) WheelRadius ( 36in/2 ) InertiaTensor ( Box ( 3.142m 4.483m 17.621m ) ) Coupling ( Type ( Automatic ) Spring ( Stiffness ( 8e4N/m 4.5e6N/m ) Damping ( 2e6N/m/s 2e6N/m/s ) Break ( 350000lb 350000lb) r0 ( 12cm 12cm ) ) Comment ( CouplingHasRigidConnection ( 1 ) ) Velocity ( 0.2m/s ) ) Coupling ( Type ( Automatic ) Spring ( Stiffness ( 8e4N/m 4.5e6N/m ) Damping ( 2e6N/m/s 2e6N/m/s ) Break ( 350000lb 350000lb) r0 ( 12cm 12cm ) ) CouplingHasRigidConnection ( 1 ) Velocity ( -0.2m/s ) ) DerailRailHeight ( 5cm ) DerailRailForce ( 2.5*128t-us ) DerailBufferForce ( 1142kN ) NumWheels ( 8 ) ORTSBearingType ( Roller ) ORTSDavis_A ( 264.50 ) ORTSDavis_B ( 1.9200 ) ORTSDavis_C ( 0.005000 )
Using FCalc2 I got the same numbers by choosing Us Units as the basic UoM for calculations.
The problem arises when those numbers are used in OR without specifying the units of measure. OR will assume the metric defaults for the Davis Numbers...A is Newtons (N), B is Newtons/Meter/Second (N/m/s) and C is N/m/s^2
The file above should be using the US units which have to be written with no space after the number as follows:
ORTSDavis_A ( 264.50lbf )
ORTSDavis_B ( 1.9200lbf/mph )
ORTSDavis_C ( 0.005000lbf/mph^2 )
Because the US units are not in place in any of these wagon files the physics are incoherent.
It's fine to choose to use US units, you just gotta make sure they are written in the file, please.
Can someone who has contact with TS, please let them know, this mistake keeps appearing in their, otherwise, very fine work.
Lastly,since the chosen figure for front area is 10.0 feet squared, which equals 0.93 meters squared, I suspect the frontal area has been much too under estimated to be useful. The instructions in FCalc2 recommend using 10.0 Meters Squared if a more accurate measurement cannot be obtained, so that's where I think they went wrong with this figure. (10 m2 would be 108 ft2)
Here's the example I used to illustrate my point in the ET post a years, different wagon, but you can see the what the difference is.
One last thing, by using 105mph and not specifying mph, OR is using kph, so the calculation is made at speed of 169Kph.
Man, that is one fast freight.
Comment