Solve aerospace/aeronautical formulas, mainly intended for Kerbal Space Program and an edX course.
1.isa: Calculations for the international standard atmosphere. REPLACED WITH LAYER
2.layer:Calculations for the international standard atmosphere, replaced isa.
Lift/drag
Longitudinal Static Stability
Thrust
- Port to android app
- Accuracy depends on how many digits the gravity constant is rounded to. -9.8 is used for simplicity, which may lead to slight inaccuracy. Other values tried: -9.81, -9.80665
- Findpressure only work for troposphere, need to use recursion for base values of other layers?
This may be fixed with layer.java, has not been tested yet.
- isa.java has been replaced with layer.java, and will not be updated anymore.