Class VisualManoeuvringCirclingArea
Visual manoeuvring (circling) Area
Inheritance
System.Object
FpAssistantCore.IcaoPansOps.BaseObjectPansOps
VisualManoeuvringCirclingArea
Namespace: FpAssistantCore.IcaoPansOps
Assembly: FpAssistantCoreScl.dll
Syntax
public class VisualManoeuvringCirclingArea : BaseObjectPansOps
Remarks
Defaults: A100 (Non SI) / A185 (SI) / AOB 20° / Aerodrome Elevation 0 m or ft / ISA 15
Constructors
View SourceVisualManoeuvringCirclingArea(CriteriaUnits)
Declaration
public VisualManoeuvringCirclingArea(CriteriaUnits pansOpsUnit)
Parameters
Type | Name | Description |
---|---|---|
CriteriaUnits | pansOpsUnit |
Properties
View SourceAerodromeElevation
Contains the numerical value of the aerodrome elevation
Declaration
public Altitude AerodromeElevation { get; set; }
Property Value
Type | Description |
---|---|
Altitude | aerodrome elevation |
AircraftCategory
Category of aircraft/IAS (km/h) or (kt)
Declaration
public VisualManoeuvringAircraftCategory AircraftCategory { get; set; }
Property Value
Type | Description |
---|---|
VisualManoeuvringAircraftCategory | Category of aircraft |
AltitudeTAS
Altitude of TAS calculation
Declaration
public Altitude AltitudeTAS { get; }
Property Value
Type | Description |
---|---|
Altitude | Altitude |
BankAngle
Bank angle parameter
Declaration
public AngleOfBank BankAngle { get; set; }
Property Value
Type | Description |
---|---|
AngleOfBank | Angle of bank |
Remarks
bank: 20° average achieved or the bank angle producing a turn rate of 3° per second, whichever is the lesser bank
CirclingRadius
Circling radius from THR
Declaration
public LinearDistance CirclingRadius { get; }
Property Value
Type | Description |
---|---|
LinearDistance | Radius |
Remarks
Radius from threshold (R) = 2r + straight segment
IsaDelta
ISA Delta
Declaration
public double IsaDelta { get; set; }
Property Value
Type | Description |
---|---|
System.Double | ISA Delta |
RadiusOfTurn
Radius (r) of turn
Declaration
public LinearDistance RadiusOfTurn { get; }
Property Value
Type | Description |
---|---|
LinearDistance | Radius |
RateOfTurn
Rate of Turn
Declaration
public double RateOfTurn { get; }
Property Value
Type | Description |
---|---|
System.Double | Rate |
TASwithWind
TAS with Wind factor adjustment
Declaration
public AirSpeed TASwithWind { get; }
Property Value
Type | Description |
---|---|
AirSpeed | Airspeed |