Sgp4ElementsBStar Property |
Gets or sets the BSTAR drag term, in units of 1 / EarthRadii.
This term represents a modification of the ballistic coefficient
(Coefficient of drag times area over mass). The value is modified
by one half atmospheric density and expressed in units of inverse
Earth radii. Source:
https://celestrak.com/
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double BStar { get; set; }
Public Property BStar As Double
Get
Set
public:
property double BStar {
double get ();
void set (double value);
}
member BStar : float with get, set
Property Value
Type:
DoubleRemarks
Warning: This is equal to the ballistic coefficient (Coefficient of drag times area over mass)
if the
EphemerisType is equal to 4.
See Also