WsfSatelliteBreakupFragment¶
- WsfSatelliteBreakupFragment inherits Object
WsfSatelliteBreakupFragment contains the details of a debris fragment produced by a satellite breakup model, such as WsfNASA_BreakupModel.
Methods¶
- double GetLength()¶
Return the length scale of the debris fragment in meters.
- double GetAoverM()¶
Return the ratio of the area of the fragment to the mass of the fragment in .
- double GetMass()¶
Return the mass in kilograms of the fragment.
- double GetArea()¶
Return the area of the fragment in square meters.
- double GetDeltaV()¶
Return the change in velocity experienced by the fragment relative to its progenitor.
- bool IsInitialized()¶
Return if the fragment has been properly initialized.