Skip to content
This repository was archived by the owner on Aug 30, 2019. It is now read-only.

andrewxie43/Aero-Formula-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aero-Formula

Solve aerospace/aeronautical formulas, mainly intended for Kerbal Space Program and an edX course.

List of classes in chronological order of creation:

1.isa: Calculations for the international standard atmosphere. REPLACED WITH LAYER
2.layer:Calculations for the international standard atmosphere, replaced isa.

Planned formulas

Lift/drag
Longitudinal Static Stability
Thrust

Eventual Goals

  1. Port to android app

Existing Issues

  1. 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

Bugs

  1. 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.

Misc. Notes

  1. isa.java has been replaced with layer.java, and will not be updated anymore.

About

Solve aerospace/aeronautical formulas, mainly intended for Kerbal Space Program.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors