eng-dynamics
v1.0.1
Published
An npm package that contains general dynamic math formulas written in JavaScript that helps in the development of engineering applications that use JavaScript.
Downloads
1
Readme
eng-dynamics
An npm package that contains general dynamic math formulas written in JavaScript that helps in the development of engineering applications that use JavaScript.
Formulars present
work done
work( force ,distance)
Power
power(workDone ,timeTaken)
Axle torque
axleTorque(force ,radius)
Engine torque
engineTorque(axletorque, gearRatio, efficiency)
Wheel Mass
wheelMass(mass, radiusOfGyration, radius)
Engine Mass(In motion )
engineMass(mass, radiusOfGyration, radius, gearRatio, efficiency)