Results 1 to 10 of 10

Thread: Questions about the Performance-Box.

  1. #1
    Join Date
    Aug 2009
    Posts
    59

    Questions about the Performance-Box.

    1) How can a Performance-Box calculate power at the wheels (and at the flywheel) by just knowing the weight of car?


    PerformanceBox - Datalogger and Performance Meter

    2) Can it measure acceleration of speeds more than 300km/h? (for example 0-350km/h)
    Last edited by karabiner98k; 02-08-2011 at 09:10 PM.

  2. #2
    Join Date
    Dec 2003
    Location
    nr Edinburgh, Whisky-soaked Scotland
    Posts
    27,775
    1) application of physics ..... By knowing acceleration of a known weight you can calculate the power. The GPS provides acceleration measurement - SO accuracy of power is dependant on quality of GPS signal and device.
    Power at flywheel is by applying a "fudge factor" to account for losses in the drivetrain.

    2) GPS-based meters are limited by the update rate and accuracy of the GPS receiver.
    10 per second is reasonable for consumer use and no reason for an upper speed limit.
    The device specs will give limits though as software processing may limit it.
    "A woman without curves is like a road without bends, you might get to your destination quicker but the ride is boring as hell'

  3. #3
    Join Date
    Aug 2009
    Posts
    59
    Quote Originally Posted by Matra et Alpine View Post
    1) application of physics ..... By knowing acceleration of a known weight you can calculate the power. The GPS provides acceleration measurement - SO accuracy of power is dependant on quality of GPS signal and device.
    Power at flywheel is by applying a "fudge factor" to account for losses in the drivetrain.
    Thanks.
    But i want to know how it calculates?
    It certainly uses some formulas to calculate power.
    I want to know those formulas and calculations.

  4. #4
    Join Date
    Aug 2009
    Posts
    59
    Quote Originally Posted by Matra et Alpine View Post
    1) application of physics ..... By knowing acceleration of a known weight you can calculate the power. The GPS provides acceleration measurement - SO accuracy of power is dependant on quality of GPS signal and device.
    Power at flywheel is by applying a "fudge factor" to account for losses in the drivetrain.
    Thanks.
    But i want to know how it calculates?
    It certainly uses some formulas to calculate power.
    I want to know those formulas and calculations.

  5. #5
    Join Date
    Mar 2004
    Location
    Eindhoven, The Netherlands
    Posts
    7,833
    Quote Originally Posted by karabiner98k View Post
    Thanks.
    But i want to know how it calculates?
    It certainly uses some formulas to calculate power.
    I want to know those formulas and calculations.
    You have Matlab? I can send you some M-files with all the calculations needed (school assignment)

  6. #6
    Join Date
    Aug 2009
    Posts
    59
    Quote Originally Posted by drakkie View Post
    You have Matlab? I can send you some M-files with all the calculations needed (school assignment)
    No. i don't have it. What is it?
    I think it is a kind of language for computing.
    Could you explain?

  7. #7
    Join Date
    Dec 2003
    Location
    nr Edinburgh, Whisky-soaked Scotland
    Posts
    27,775
    Google is your friend

    for 1/4 mile terminal speed measurement http://media1.ajdesigner.com/horsepower_trap_speed.swf

    loads of them out there

    If you want to go at it from math principles Car Acceleration Calculator will help ( or blow your mind dependant on how you are at calculus )
    "A woman without curves is like a road without bends, you might get to your destination quicker but the ride is boring as hell'

  8. #8
    Join Date
    Aug 2004
    Location
    IA
    Posts
    467
    Quote Originally Posted by karabiner98k View Post
    Thanks.
    But i want to know how it calculates?
    It certainly uses some formulas to calculate power.
    I want to know those formulas and calculations.
    The GPS calculates changes in position and time. So basically the GPS can measure change in distance and change in time and using that information you can find the following:

    Velocity = 'Change in Distance' / 'Change in Time'
    Acceleration = 'Change in Velocity' / 'Change in Time'

    Force = Mass * Acceleration [Mass is the vehicle weight you have to enter]

    Power = Force * Velocity

    In summary the GPS calculates velocity and force (where the force depends on the vehicle weight) and from those quantities power can be estimated.
    "In theory, theory and practice are the same. In practice, they are not."

  9. #9
    Join Date
    Feb 2011
    Posts
    4
    Hey this is all that we learn t in the school,in our science theory hope you remember force x mars =acceleration this is the same kind of language to measure the speed .
    Cheap Volkswagen Parts
    Last edited by Matra et Alpine; 02-10-2011 at 07:52 AM. Reason: spam url slapped

  10. #10
    Join Date
    Mar 2004
    Location
    Eindhoven, The Netherlands
    Posts
    7,833
    Quote Originally Posted by karabiner98k View Post
    No. i don't have it. What is it?
    I think it is a kind of language for computing.
    Could you explain?
    It's a scientific mathematic programme we use very intensive to calculate almost everything on a vehicle.

    Quote Originally Posted by Alastor View Post
    The GPS calculates changes in position and time. So basically the GPS can measure change in distance and change in time and using that information you can find the following:

    Velocity = 'Change in Distance' / 'Change in Time'
    Acceleration = 'Change in Velocity' / 'Change in Time'

    Force = Mass * Acceleration [Mass is the vehicle weight you have to enter]

    Power = Force * Velocity

    In summary the GPS calculates velocity and force (where the force depends on the vehicle weight) and from those quantities power can be estimated.
    What might be nice to add is the way to calculate the resistances on a vehicle. When the sum of all resistances is larger than the torque on the wheels provided you are at top speed.



    This graph shows you the resistances I calculated for my own car, a Ford Puma. As you can see I calculated the total resistance of the vehicle (F_Tot_s in this graph), the rolling resistance (F_rol) and air resistance(F_lucht). Now how is this calculated. I will start of with the air resistance:

    F_air = 0.5 * rho * v^2 * A * C_d

    rho = The density of air (1.293 kg/m^3)
    v = velocity
    A = frontal surface of the vehicle
    C_d = drag coefficient

    Now the velocity, air density and drag coefficient are usually a known value or can be found. The frontal surface is quite complex to calculate so we usually take a estimated value.

    Next up is the rolling resistance. This is best explained I think by the pretty good Wikipedia article found here:
    [ame="http://en.wikipedia.org/wiki/Rolling_resistance"]Rolling resistance - Wikipedia, the free encyclopedia[/ame]



    Above is the theoretical power (P) and torque(M) of my car. In reality it differs slightly, but it's a bit hard to calculate the effect of Variable Cam Timing, besides it wasn't needed for the assignment anyway..



    The above graph shows you how much power is needed and available for accelaration. I now notice I have the numbers on the y-axis a bit wrong, but it's about the general picture anyway. So what we see here is that the power needed for acceleration increases with the speed. The power available decreases because of the resistances of the vehicle, until it reaches 0. At 0, you reach the top speed.

    It's getting pretty damn late, so I will finish this off tomorrow. Feel free to add something or correct this years old assignment guys!
    Attached Images Attached Images

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dodge Ram SRT-10
    By Matt in forum Matt's Hi-Res Hide-Out
    Replies: 36
    Last Post: 03-03-2010, 01:34 PM
  2. How does a "Seamless Shift" 'box works?
    By magracer in forum Technical forums
    Replies: 11
    Last Post: 04-21-2006, 01:46 PM
  3. Euro Styles East and GIAC, Performance Tuning Made Easy
    By QuattroMan in forum Technical forums
    Replies: 2
    Last Post: 03-29-2005, 01:18 PM
  4. Ford Sport Trac Concept 2005
    By Matt in forum Matt's Hi-Res Hide-Out
    Replies: 11
    Last Post: 03-22-2005, 05:29 PM
  5. LF Performance Products TRF
    By fpv_gtho in forum General Automotive
    Replies: 7
    Last Post: 12-16-2004, 04:04 PM

Posting Permissions

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