Advertisement
Dragoner360

Drag equation

Dec 8th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function AtmosphereDrag {
  2. local atmP is 2.718^((0-alt:radar)/5000).
  3. local atmD is atmP*1.223094855.
  4. local drag is 5.
  5. local area is 3.75.
  6. local constant_K is (atmD*drag*area)/2.
  7. local newton is constant_K*(ship:velocity:surface).
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement