Struct

EngineThermalModelTemperaturesCelsius

USI.Core

Aircraft-authored engine thermal-model reference temperatures, all in Celsius. These are model configuration, not measured temperatures or failure limits. References for a propulsion technology need not apply to every installed engine.

public struct EngineThermalModelTemperaturesCelsius : IEquatable<EngineThermalModelTemperaturesCelsius>

Constructors

EngineThermalModelTemperaturesCelsius

public EngineThermalModelTemperaturesCelsius(double PeakExhaustGas, double PeakInterTurbine, double OilHeatingReference, double CylinderHeadHeatingReference)

Aircraft-authored engine thermal-model reference temperatures, all in Celsius. These are model configuration, not measured temperatures or failure limits. References for a propulsion technology need not apply to every installed engine.

Properties

CylinderHeadHeatingReference

public double CylinderHeadHeatingReference { get; set; }

OilHeatingReference

public double OilHeatingReference { get; set; }

PeakExhaustGas

public double PeakExhaustGas { get; set; }

PeakInterTurbine

public double PeakInterTurbine { get; set; }

Methods

Deconstruct

public void Deconstruct(double PeakExhaustGas, double PeakInterTurbine, double OilHeatingReference, double CylinderHeadHeatingReference)

Equals

public bool Equals(object obj)

Equals

public bool Equals(EngineThermalModelTemperaturesCelsius other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()