jat.demo.TwoBodyExample
Class CSIExample

java.lang.Object
  extended by jat.demo.TwoBodyExample.CSIExample

public class CSIExample
extends java.lang.Object

This demo computes the trajectory of a spacecraft with a constant specific impulse propulsion system with the thrust pointing in the velocity direction. The trajectory is plotted.

Author:
Tobias Berthold

Nested Class Summary
 class CSIExample.CSI
           
 class CSIExample.Initial
           
 
Constructor Summary
CSIExample()
           
 
Method Summary
static void main(java.lang.String[] args)
          Runs the example.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSIExample

public CSIExample()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Runs the example.

Parameters:
args - Arguments.
Throws:
java.io.IOException