Class

WeatherWindLayer

USI.Core

A modeled regional wind layer.

public sealed class WeatherWindLayer : IEquatable<WeatherWindLayer>

Constructors

WeatherWindLayer

public WeatherWindLayer(Length CenterAltitudeMeanSeaLevel, Speed Speed, Angle DirectionFromTrue, Speed WindShearSpeed, Angle WindShearDirectionTrue, double TurbulenceRatio)

A modeled regional wind layer.

Properties

CenterAltitudeMeanSeaLevel

public Length CenterAltitudeMeanSeaLevel { get; set; }

DirectionFromTrue

public Angle DirectionFromTrue { get; set; }

Speed

public Speed Speed { get; set; }

TurbulenceRatio

public double TurbulenceRatio { get; set; }

WindShearDirectionTrue

public Angle WindShearDirectionTrue { get; set; }

WindShearSpeed

public Speed WindShearSpeed { get; set; }

Methods

<Clone>$

public WeatherWindLayer <Clone>$()

Deconstruct

public void Deconstruct(Length CenterAltitudeMeanSeaLevel, Speed Speed, Angle DirectionFromTrue, Speed WindShearSpeed, Angle WindShearDirectionTrue, double TurbulenceRatio)

Equals

public bool Equals(object obj)

Equals

public bool Equals(WeatherWindLayer other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()