Show / Hide Table of Contents

Struct IndicatedAirSpeed

Indicated air speed object to calculate the true air speed (TAS) and k value

Namespace: FpAssistantCore.GeneralAviation
Assembly: FpAssistantCoreScl.dll
Syntax
public struct IndicatedAirSpeed

Constructors

View Source

IndicatedAirSpeed(AirSpeed, Altitude)

Constructor to initialise with an airspeed and altitude object

Declaration
public IndicatedAirSpeed(AirSpeed airSpeed, Altitude altitude)
Parameters
Type Name Description
AirSpeed airSpeed

Indicated air speed

Altitude altitude

Altitude of the aircraft

View Source

IndicatedAirSpeed(AirSpeed, Altitude, Double)

Constructor to initialise with an airspeed and altitude object along with a temperature variation

Declaration
public IndicatedAirSpeed(AirSpeed airSpeed, Altitude altitude, double var)
Parameters
Type Name Description
AirSpeed airSpeed

Indicated air speed

Altitude altitude

Altitude of the aircraft

System.Double var

Temperature variation about ISA in °C

Properties

View Source

AirSpeedUnit

Contains the unit of the airspeed

Declaration
public readonly AirSpeedUnits AirSpeedUnit { get; }
Property Value
Type Description
AirSpeedUnits

Enum value of the unit

View Source

K

Contains the value of the K parameter

Declaration
public readonly double K { get; }
Property Value
Type Description
System.Double

Value of the computed K component

View Source

TrueAirSpeed

Contains the value of the airspeed

Declaration
public readonly double TrueAirSpeed { get; }
Property Value
Type Description
System.Double

Value of the computed true airspeed

  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited