Results 51 to 57 of 57

Thread: Calculating Instantaneous Net Power

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Joe (Moderator) joecar's Avatar
    Join Date
    Apr 2003
    Posts
    28,403

    Default Calculating Instantaneous Net Power

    Edit: This power calculation comes already provided by the EFILive V7 and V6 Scan Tools as the built-in pid "{CALC.POWER_RW}".
    Edit:
    This was written a long time ago when EFILive V5 was current, which is why it contains references to "{SAE.J1979.VSS}".


    Using EFILive's calculated PID feature, you can calculate the "instantaneous net road power" at all recorded sample points using the following equations:

    (for sake of example, I'm using my vehicle's mass (3750 LB = 1701 kg))

    Using Imperial units (mass in LB, VSS in MPH):
    3750 * {SAE.J1979.VSS} * dx({SAE.J1979.VSS}, 6) / 8226.63

    Using Metric units (mass in kg, VSS in km/h):
    1701 * {SAE.J1979.VSS} * dx({SAE.J1979.VSS}, 6) / 12960.0

    Notes:

    a. Vehicle total mass must include driver and all payload mass (to be accurate, you must account for all the weight).

    b. The constant number 6 is the dt factor in the derivative function; you may want to read up the EFILive help on this function and play around with some different dt values.

    c. The constants 8226.63 and 12960.0 are due to the various conversion factors between Metric and Imperial units and between non-mks and mks units (m, kg, s: the default units of physics).

    d. The above equations are arrived at from the standard physics definitions of velocity, acceleration, force, work, etc. (i.e. they do not include any empirical influence or corrections).

    If the units used were the classic physics units (kg, m, s) then the
    instantaneous net power at each sample point would simply be:

    P = m . v . dv/dt

    (m is in kg, v is in m/s, and dv/dt is the slope of the VSS "curve")

    These equations calculate the instantaneous (at each sample point) net road power that's left over to accelerate the vehicle (i.e. after mechanical friction, road friction, air resistance, and anything else you can think of, has been overcome by engine power).

    :?
    Last edited by joecar; February 4th, 2006 at 04:01 PM.

Similar Threads

  1. Calculating Injector Flow rate
    By joecar in forum General (Petrol, Gas, Ethanol)
    Replies: 67
    Last Post: October 2nd, 2012, 04:22 PM
  2. Calculating IFR slope with no vacuum reference?
    By 67SS509 in forum General (Petrol, Gas, Ethanol)
    Replies: 2
    Last Post: January 25th, 2008, 03:59 AM
  3. Calculating Injector flow rate
    By zapp168 in forum General (Petrol, Gas, Ethanol)
    Replies: 12
    Last Post: August 6th, 2007, 09:51 AM
  4. Replies: 6
    Last Post: September 25th, 2006, 07:01 AM
  5. Replies: 0
    Last Post: February 6th, 2006, 10:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •