AerospacePackage 1.0
Public Member Functions | List of all members
earth_collision Class Reference

A collision model with the Earth. More...

#include <earth_collision.h>

Inherits dsim_model.

Public Member Functions

 earth_collision (dsim_model_setup *setup)
 Constructor.
 
void initialization_complete ()
 Finish initialization.
 
void initialize_data ()
 Initialize outlets and output variables.
 
void pre_calculate ()
 Computation done prior to numerical integration.
 
void post_calculate ()
 Computation done after numerical integration.
 

Protected Attributes

Outputs

Collision flag

dsim_variable collided_dsim
 
dsim_variable altitude_dsim
 Altitude.
 
Model parameters

Minimum distance

dsim_variable min_distance_dsim
 

Detailed Description

A collision model with the Earth.


Propagation stops for any object that encounters the Earth's surface. Determines the altitude of the object and turns off the rhs of anything below the surface.


The documentation for this class was generated from the following files: