TWindComponent

The TWindComponent structure is used to store information about a single wind component. This information is returned from C_GetWindComponents.

typedef struct {

double Frequency;

double FrequencyLowerBound;

double FrequencyUpperBound;

double Amplitude;

double PhaseLagWrtWindTime;

double PhaseLagWrtSimulationTime;

} TWindComponent;

Members

Frequency

The frequency of the wind component.

FrequencyLowerBound, FrequencyUpperBound

For a wind component in a random wind (e.g. wind defined by a frequency spectrum) the component represents a frequency interval. The FrequencyLowerBound and FrequencyUpperBound fields define this interval.

Amplitude

The amplitude of the wind component.

PhaseLagWrtWindTime

The phase lag of the wind component. This value is measured in degrees and is with respect to wind time origin.

PhaseLagWrtSimulationTime

The phase lag of the wind component. This value is measured in degrees and is with respect to simulation time.

See also

C_GetWindComponents.