1.0.1 • Published 6 years ago

eng-dynamics v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

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)