Jump to content
xisto Community
s243a

Orbital Mechanics In Vb

Recommended Posts

I thought I would do some orbital mechanics in VB because alot of people have acces to it thorough excel.

Here is one I did to calculate the departure delta v for a hofmann transfer:

Function Hohmann_P(r1, r2, mu)[br]     Hohmann_P = Sqr(mu / r1) * Sqr(2 * r2 / (r1 + r2) - 1)[/br]End Function

Okay that is overly simplistic.

Share this post


Link to post
Share on other sites

And im sure other people have posted it before you as well...

Share this post


Link to post
Share on other sites

And im sure other people have posted it before you as well...

Okay, while I find it interesting and I have not found a good free library of VB code with lots of help to explain how all the code is derived. And even if I do it will be helpful in speeding up what I can do with it but I won?t learn as much as if I programmed it myself. If anyone else is interested in orbital mechanics and visual basic then we could learn for each other. It is more fun that way.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.