JSBSim Flight Dynamics Model  1.1.11 (13 Feb 2022)
An Open Source Flight Dynamics and Control Software Library in C++
FGWinds::OneMinusCosineGust Struct Reference

Detailed Description

Stores the information about a single one minus cosine gust instance.

Definition at line 294 of file FGWinds.h.

#include <FGWinds.h>

+ Collaboration diagram for FGWinds::OneMinusCosineGust:

Public Attributes

eGustFrame gustFrame
 
struct OneMinusCosineProfile gustProfile
 
double magnitude
 
FGColumnVector3 vWind
 
FGColumnVector3 vWindTransformed
 

Member Data Documentation

◆ gustFrame

eGustFrame gustFrame
  • The frame that the wind vector is specified in.

Definition at line 298 of file FGWinds.h.

◆ gustProfile

struct OneMinusCosineProfile gustProfile
  • The gust shape (profile) data for this gust.

Definition at line 299 of file FGWinds.h.

◆ magnitude

double magnitude
  • The magnitude of the wind vector.

Definition at line 297 of file FGWinds.h.

◆ vWind

  • The input normalized wind vector.

Definition at line 295 of file FGWinds.h.

◆ vWindTransformed

FGColumnVector3 vWindTransformed
  • The transformed normal vector at the time the gust is started.

Definition at line 296 of file FGWinds.h.


The documentation for this struct was generated from the following file: