A simple android app to esimate flight details for a rocket of specified size flying on a specified motor. The details aere calulated using the motor's thrust curve and a second order Runge-Kutta integration..
RocketEstimator is hosted in the following web site
https://github.com/mcleishn/RocketEstimator
If you think the Android project RocketEstimator listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of RocketEstimator.
Item | Value |
---|---|
Java File Count | 8 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 4 |
jar files used | android-support-v4.jar |
Asset File Names | assets\engines\AEROTECH.ENG assets\engines\APOGEE.ENG assets\engines\CTI_UpdateMay2012.eng assets\engines\DPS.ENG assets\engines\EMM1000.eng assets\engines\ESTES.ENG assets\engines\EllisMountain.Eng assets\engines\FSI.ENG assets\engines\HYPERTEK.ENG assets\engines\KOSDON.ENG assets\engines\Koi220.eng assets\engines\NCR.ENG assets\engines\QUEST.ENG assets\engines\ROCKETFLITE.ENG assets\engines\VULCAN.ENG assets\engines\econojets.eng assets\engines\proXX_Sept2009_ALL.eng assets\engines\ratt.eng |
RocketEstimator has the following Java source files.
org.mcleishn.rocketestimator.AppActivity.java org.mcleishn.rocketestimator.CreateEngineActivity.java org.mcleishn.rocketestimator.DatabaseHandler.java org.mcleishn.rocketestimator.DisplayValuesActivity.java org.mcleishn.rocketestimator.Engine.java org.mcleishn.rocketestimator.MainActivity.java org.mcleishn.rocketestimator.Rocket.java org.mcleishn.rocketestimator.Simulator.java