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

Stores information about a specified Up- or Down-burst. More...

#include <FGWinds.h>

+ Collaboration diagram for FGWinds::UpDownBurst:

Public Member Functions

 UpDownBurst ()
 

Public Attributes

double circulation
 
struct OneMinusCosineProfile oneMCosineProfile
 
double ringAltitude
 
double ringCoreRadius
 
double ringLatitude
 
double ringLongitude
 
double ringRadius
 

Detailed Description

Stores information about a specified Up- or Down-burst.

Definition at line 260 of file FGWinds.h.

Constructor & Destructor Documentation

◆ UpDownBurst()

UpDownBurst ( )
inline

<- Constructor

Definition at line 268 of file FGWinds.h.

268  {
269  ringLatitude = ringLongitude = 0.0;
270  ringAltitude = 1000.0;
271  ringRadius = 2000.0;
272  ringCoreRadius = 100.0;
273  circulation = 100000.0;
274  }

Member Data Documentation

◆ circulation

double circulation
  • The circulation (gamma) (feet-squared per second).

Definition at line 266 of file FGWinds.h.

◆ oneMCosineProfile

struct OneMinusCosineProfile oneMCosineProfile
  • A gust profile structure.

Definition at line 267 of file FGWinds.h.

◆ ringAltitude

double ringAltitude
  • The altitude of the ring (feet).

Definition at line 263 of file FGWinds.h.

◆ ringCoreRadius

double ringCoreRadius
  • The cross-section "core" radius of the ring (feet).

Definition at line 265 of file FGWinds.h.

◆ ringLatitude

double ringLatitude
  • The latitude of the downburst run (radians)

Definition at line 261 of file FGWinds.h.

◆ ringLongitude

double ringLongitude
  • The longitude of the downburst run (radians)

Definition at line 262 of file FGWinds.h.

◆ ringRadius

double ringRadius
  • The radius of the ring (feet).

Definition at line 264 of file FGWinds.h.


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