|
WSF
|
The standard information produced by breakup models for each fragment. More...
#include <WsfSatelliteBreakupModel.hpp>
Public Member Functions | |
| bool | IsInitialized () const |
| The name of the fragment. | |
Public Attributes | |
| double | mLength {0.0} |
| double | mAoverM {0.0} |
| The size of the fragment [m]. | |
| double | mMass {-1.0} |
| The ratio of area to mass of the fragment [m^2/kg]. | |
| double | mArea {0.0} |
| The mass of the fragment [kg]. | |
| UtVec3d | mLocationECI {} |
| The area of the fragment [m^2]. | |
| UtVec3d | mVelocityECI {} |
| The initial location of the fragment [m]. | |
| UtVec3d | mDeltaV_ECI {} |
| The initial velocity of the fragment [m/s]. | |
| std::string | mName {} |
| The change in velocity relative to the progenitor of this fragment [m/s]. | |
The standard information produced by breakup models for each fragment.
|
inline |
The name of the fragment.
References mMass.
| double WsfSatelliteBreakupModel::Fragment::mAoverM {0.0} |
The size of the fragment [m].
| double WsfSatelliteBreakupModel::Fragment::mArea {0.0} |
The mass of the fragment [kg].
| UtVec3d WsfSatelliteBreakupModel::Fragment::mDeltaV_ECI {} |
The initial velocity of the fragment [m/s].
| double WsfSatelliteBreakupModel::Fragment::mLength {0.0} |
| UtVec3d WsfSatelliteBreakupModel::Fragment::mLocationECI {} |
The area of the fragment [m^2].
| double WsfSatelliteBreakupModel::Fragment::mMass {-1.0} |
The ratio of area to mass of the fragment [m^2/kg].
Referenced by IsInitialized().
| std::string WsfSatelliteBreakupModel::Fragment::mName {} |
The change in velocity relative to the progenitor of this fragment [m/s].
| UtVec3d WsfSatelliteBreakupModel::Fragment::mVelocityECI {} |
The initial location of the fragment [m].