Uve's Electric Vehicle Calculator Equations

numBatteries = (voltage / batteryVoltage) * numString;

totalBatteryWeight = numBatteries * batteryWeight;

totalChargerWeight = chargerWeight;

totalControllerWeight = controllerWeight;

totalMotorWeight = motorWeight;

weightAdded = totalBatteryWeight +

totalWeight = weightAdded + curb_weight - weightRemoved;

torqueMult = 840.34 / revPerMile;

rollingForce = (totalWeight * (rr + bs)) * cos (atan (incline/100));

inclineForce = totalWeight * sin (atan (incline/100));

drag = (dragCoefficient * frontArea * pow (speed, 2))/391;

windFactor = (((.98 * pow(wind/speed, 2)) +

windDrag = drag * windFactor;

dragForce = rollingForce + drag + windDrag + inclineForce;

totalDrag = dragForce * torqueMult;

hp = (totalDrag * speed * revPerMile)/ (315120 * drive_efficiency);

torque = totalDrag / (gearRatio * drive_efficiency);

motor_rpm = (speed * gearRatio * revPerMile) / 60;

motorVolts = (rpm * motorD) /

motorAmps = pow ((torque / motorK), (1/motorN));

batteryVolts = voltage;

batteryPower = motorVolts * motorAmps * (controllerEfficiency /100);

batteryAmps = (power / voltage) / numString;

range = (puekertNum/ pow (batteryAmps, puekertExp)) * speed;


This site visited by Counter people as of June 26 2004.
This page hosted by Get your own Free Home Page