Engine Ram Effect

mauriz73

Hi every one,
does anyone know what's the real formula that rFactor is using to calculate the torque with ram effect enable?

Code:
RamCenter=(0.0, 0.8, -1.5) // location of ram air intake; 
RamDraftEffect=3.0 // multiplier for effect that draft has on ram air velocity;
RamEffects=(2.0e-5,2.0e-5,2.0e-5,2.0e-5) // torque % increase per m/s, power % increase per m/s and RPM, fuel increase per m/s, engine wear increase per m/s.

Now i think that something possible is:

Code:
Torque = Torque + TorqueRam + TorquePower

where:
Code:
Torque = is torque at max power if we want to know the increase at max power rev
TorqueRam = Torque * 1°RamEffect * Speed[m/s]
TorquePower = TorqueRam * 2°RamEffect * RPM * Speed[m/s]

Is it totally wrong?

thanks all!
 
anyone? doing some calculations i think that the formula is right...
 
@PRL MerlinC: i notice that there is no more supporto to rfactor1... :(
 

Back
Top