You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// For a mechanical compressor (typically fitted to a diesel locomotive) the charging rate will be related to the RpM of the diesel engine, and therefore
2316
+
// derated by an amount equivalent to the diesel RpM.
2317
+
// All other locomotive types it will be the full charging rate for the reservoir
2318
+
2319
+
// TO DO - For v1.4 this code uses the "electric" compressor code to control the compressor. The only additional feature is the addition of a variable
2320
+
// charging rate based upon the diesel engine rpm. Note that the diesel compressor code operates regardless of whether the engine is running or not.
2321
+
// This needs to be corrected in a future implementation.
2322
+
2323
+
// If mechanical compressor then calculate charging rate based upon engine rpm
// For a mechanical compressor (typically fitted to a diesel locomotive) the charging rate will be related to the RpM of the diesel engine, and therefore
2316
-
// derated by an amount equivalent to the diesel RpM.
2317
-
// All other locomotive types it will be the full charging rate for the reservoir
0 commit comments