Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public double BStar { get; set; }

Property Value

Type: Double
Remarks
Warning: This is equal to the ballistic coefficient (Coefficient of drag times area over mass) if the EphemerisType is equal to 4.
See Also