JSBSim Flight Dynamics Model  1.0 (02 March 2017)
An Open Source Flight Dynamics and Control Software Library in C++
FGWinds::OneMinusCosineGust Struct Reference

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

#include <FGWinds.h>

+ Collaboration diagram for FGWinds::OneMinusCosineGust:

Public Attributes

eGustFrame gustFrame
 
struct OneMinusCosineProfile gustProfile
 
double magnitude
 
FGColumnVector3 vWind
 
FGColumnVector3 vWindTransformed
 

Detailed Description

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

Definition at line 245 of file FGWinds.h.

Member Data Documentation

◆ gustFrame

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

Definition at line 249 of file FGWinds.h.

◆ gustProfile

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

Definition at line 250 of file FGWinds.h.

◆ magnitude

double magnitude
  • The magnitude of the wind vector.

Definition at line 248 of file FGWinds.h.

◆ vWind

  • The input normalized wind vector.

Definition at line 246 of file FGWinds.h.

◆ vWindTransformed

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

Definition at line 247 of file FGWinds.h.


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