Click or drag to resize

ManeuverConvertMovingAtmosphereRatesToStaticAtmosphereRates Method

Converts the rates with respect to the moving atmosphere to rates with respect to the static atmosphere.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static AzimuthHorizontalVertical ConvertMovingAtmosphereRatesToStaticAtmosphereRates(
	double verticalGroundSpeed,
	double horizontalGroundSpeed,
	double sineTrueCourse,
	double cosineTrueCourse,
	double verticalAirspeed,
	double horizontalAirspeed,
	double sineTrueHeading,
	double cosineTrueHeading,
	Cartesian windRate,
	AzimuthHorizontalVertical derivatives
)

Parameters

verticalGroundSpeed
Type: SystemDouble
The vertical component of the ground speed.
horizontalGroundSpeed
Type: SystemDouble
The horizontal component of the ground speed.
sineTrueCourse
Type: SystemDouble
The sine of the true course.
cosineTrueCourse
Type: SystemDouble
The cosine of the true course.
verticalAirspeed
Type: SystemDouble
The vertical component of the airspeed.
horizontalAirspeed
Type: SystemDouble
The horizontal component of the airspeed.
sineTrueHeading
Type: SystemDouble
The sine of the true heading.
cosineTrueHeading
Type: SystemDouble
The cosine of the true heading.
windRate
Type: AGI.Foundation.CoordinatesCartesian
The rate of change of the wind in East-North-Up components.
derivatives
Type: AGI.Foundation.CoordinatesAzimuthHorizontalVertical
The rates of change with respect to the moving atmosphere.

Return Value

Type: AzimuthHorizontalVertical
The rates with respect to the static atmosphere.
See Also