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
frictionfraction=userFriction/zeroUserFriction*AdhesionMultiplier;// Factor calculated by normalising zero speed value on friction curve applied in WAG file
3262
+
3263
+
// Clamp adjustment factor to a value of 1.0 - i.e. the brakeforce can never exceed the Brake Force value defined in the WAG file
@@ -3268,6 +3271,9 @@ public virtual float GetBrakeShoeFrictionFactor()
3268
3271
// Assuming that current MaxBrakeForce has been set with an existing Friction CoF of 0.2f, an adjustment factor needs to be developed to reduce
3269
3272
// the MAxBrakeForce by a relative amount. Note force will be higher then ENG file value at low speed and reduce to actual value at higher speeds.
3270
3273
frictionfraction=defaultBrakeShoeCoefficientFriction/0.2f*AdhesionMultiplier;// Assuming that current MaxBrakeForce has been set with an existing Friction CoF of 0.2f, an adjustment factor needs to be developed to reduce the MAxBrakeForce by a relative amount
3274
+
3275
+
// Clamp adjustment factor to a value of 1.0 - i.e. the brakeforce can never exceed the Brake Force value defined in the WAG file
0 commit comments