0 votes
by
Hello, I'm wondering if it's possible to linearly multiply engine power while keeping the same max power and max torque rpm

For example I have VPP Sport Coupe with 220.4 HP @ 8400 rpm and 210 Nm @ 4365 rpm

I need to linearly interpolate the max power between 220.4 HP and 440.8 HP while keeping the same max power rpm at all times and do the same with the max torque values.

Is it possible to do in VPP?

1 Answer

0 votes
by
Surely it's possible, but I haven't done the math. As quick test, I'd configure two sets of parameters for the Engine block, then linearly interpolate the parameters between the two sets.

The relationship between rpm, torque and power is simple:

power = torque x rpm

Just convert all the magnitudes to SI units for the numbers to match.

However, the engine curve model in VPP doesn't allow to specify the torque and power directly, but as result of the sum of two curves: drive torque and brake torque. This may make difficult to find a proper formula.
...