Re: Orbital simulator alogorithms
From: Jorge R. Frank (jrfrank_at_ibm-pc.borg.retro.com)
Date: 09/25/04
- Next message: Hop David: "Re: Orbital simulator alogorithms"
- Previous message: Rodney Kelp: "Re: A first blueprint for interstellar travel"
- In reply to: Alain Fournier: "Re: Orbital simulator alogorithms"
- Next in thread: Hop David: "Re: Orbital simulator alogorithms"
- Messages sorted by: [ date ] [ thread ]
To: sci-space-tech@moderators.isc.org Date: 25 Sep 2004 15:59:49 GMT
Alain Fournier <alain.fournier@crulrg.ulaval.ca> wrote in
news:r8W4d.31291$0f.17792@charlie.risq.qc.ca:
> You can accelerate your computations by using the
> exact equation of an orbit around a single mass point (elliptical
> orbits) and then use RK4 to model the perturbations. So you would
> compute a new elliptical orbit at each RK4 step, compute where the
> orbit would bring you at the end of the step, then use RK4 to compute
> how the perturbations will change that. Such a method will allow you
> to use larger steps which makes computations run faster.
Good point. David might be able to search for the algorithms more easily if
we give him the names of the methods.
The method David is planning to use (numerical integration of the perturbed
equations of motion) is called "Cowell's Method."
The method you describe (analytical solution of a "reference orbit" plus
numerical integration of the perturbations) is called "Encke's Method." The
tricky part is that David will have to update ("rectify") the reference
orbit periodically as the perturbations grow. As we both have said, this
may be a bit clumsy to implement in a spread***.
Since David has already implemented the analytical solution as a cross-
check on his numerical solution, he's already partway there.
-- JRF Reply-to address spam-proofed - to reply by E-mail, check "Organization" (I am not assimilated) and think one step ahead of IBM.
- Next message: Hop David: "Re: Orbital simulator alogorithms"
- Previous message: Rodney Kelp: "Re: A first blueprint for interstellar travel"
- In reply to: Alain Fournier: "Re: Orbital simulator alogorithms"
- Next in thread: Hop David: "Re: Orbital simulator alogorithms"
- Messages sorted by: [ date ] [ thread ]