JSBSim Flight Dynamics Model 1.2.2 (22 Mar 2025)
An Open Source Flight Dynamics and Control Software Library in C++
Loading...
Searching...
No Matches
FGWinds Class Reference

Detailed Description

Models atmospheric disturbances: winds, gusts, turbulence, downbursts, etc.

Turbulence

Various turbulence models are available. They are specified via the property atmosphere/turb-type. The following models are available:

  • 0: ttNone (turbulence disabled)
  • 1: ttStandard
  • 2: ttCulp
  • 3: ttMilspec (Dryden spectrum)
  • 4: ttTustin (Dryden spectrum)

The Milspec and Tustin models are described in the Yeager report cited below. They both use a Dryden spectrum model whose parameters (scale lengths and intensities) are modelled according to MIL-F-8785C. Parameters are modelled differently for altitudes below 1000ft and above 2000ft, for altitudes in between they are interpolated linearly.

The two models differ in the implementation of the transfer functions described in the milspec.

To use one of these two models, set atmosphere/turb-type to 4 resp. 5, and specify values for atmosphere/turbulence/milspec/windspeed_at_20ft_AGL-fps and atmosphere/turbulence/milspec/severity (the latter corresponds to the probability of exceedence curves from Fig. 7 of the milspec, allowable range is 0 (disabled) to 7). atmosphere/psiw-rad is respected as well; note that you have to specify a positive wind magnitude to prevent psiw from being reset to zero.

Reference values (cf. figures 7 and 9 from the milspec):

Intensity windspeed_at_20ft_AGL-fps severity
light 25 (15 knots) 3
moderate 50 (30 knots) 4
severe 75 (45 knots) 6

Cosine Gust

A one minus cosine gust model is available. This permits a configurable, predictable gust to be input to JSBSim for testing handling and dynamics. Here is how a gust can be entered in a script:

<event name="Introduce gust">
<condition> simulation/sim-time-sec ge 10 </condition>
<set name="atmosphere/cosine-gust/startup-duration-sec" value="5"/>
<set name="atmosphere/cosine-gust/steady-duration-sec" value="1"/>
<set name="atmosphere/cosine-gust/end-duration-sec" value="5"/>
<set name="atmosphere/cosine-gust/magnitude-ft_sec" value="30"/>
<set name="atmosphere/cosine-gust/frame" value="2"/>
<set name="atmosphere/cosine-gust/X-velocity-ft_sec" value="-1"/>
<set name="atmosphere/cosine-gust/Y-velocity-ft_sec" value="0"/>
<set name="atmosphere/cosine-gust/Z-velocity-ft_sec" value="0"/>
<set name="atmosphere/cosine-gust/start" value="1"/>
<notify/>
</event>

The x, y, z velocity components are meant to define the direction vector. The vector will be normalized by the routine, so it does not need to be a unit vector.

The startup duration is the time it takes to build up to full strength (magnitude-ft_sec) from zero. Steady duration is the time the gust stays at the specified magnitude. End duration is the time it takes to dwindle to zero from the specified magnitude. The start and end transients are in a smooth cosine shape.

The frame is specified from the following enum:

enum eGustFrame {gfNone=0, gfBody, gfWind, gfLocal};

That is, if you specify the X, Y, Z gust direction vector in the body frame, frame will be "1". If the X, Y, and Z gust direction vector is in the Wind frame, use frame = 2. If you specify the gust direction vector in the local frame (N-E-D) use frame = 3. Note that an internal local frame direction vector is created based on the X, Y, Z direction vector you specify and the frame at the time the gust is begun. The direction vector is not updated after the initial creation. This is to keep the gust at the same direction independent of aircraft dynamics.

The gust is triggered when the property atmosphere/cosine-gust/start is set to 1. It can be used repeatedly - the gust resets itself after it has completed.

The cosine gust is global: it affects the whole world not just the vicinity of the aircraft.

See also
Yeager, Jessie C.: "Implementation and Testing of Turbulence Models for the F18-HARV" (pdf), NASA CR-1998-206937, 1998
MIL-F-8785C: Military Specification: Flying Qualities of Piloted Aircraft

Definition at line 166 of file FGWinds.h.

#include <FGWinds.h>

+ Inheritance diagram for FGWinds:
+ Collaboration diagram for FGWinds:

Classes

struct  Inputs
 
struct  OneMinusCosineGust
 Stores the information about a single one minus cosine gust instance. More...
 
struct  OneMinusCosineProfile
 
struct  UpDownBurst
 Stores information about a specified Up- or Down-burst. More...
 

Public Types

enum  eGustFrame { gfNone =0 , gfBody , gfWind , gfLocal }
 
enum  tType {
  ttNone , ttStandard , ttCulp , ttMilspec ,
  ttTustin
}
 
- Public Types inherited from FGJSBBase
enum  { eL = 1 , eM , eN }
 Moments L, M, N. More...
 
enum  { eP = 1 , eQ , eR }
 Rates P, Q, R. More...
 
enum  { eU = 1 , eV , eW }
 Velocities U, V, W. More...
 
enum  { eX = 1 , eY , eZ }
 Positions X, Y, Z. More...
 
enum  { ePhi = 1 , eTht , ePsi }
 Euler angles Phi, Theta, Psi. More...
 
enum  { eDrag = 1 , eSide , eLift }
 Stability axis forces, Drag, Side force, Lift. More...
 
enum  { eRoll = 1 , ePitch , eYaw }
 Local frame orientation Roll, Pitch, Yaw. More...
 
enum  { eNorth = 1 , eEast , eDown }
 Local frame position North, East, Down. More...
 
enum  { eLat = 1 , eLong , eRad }
 Locations Radius, Latitude, Longitude. More...
 
enum  {
  inNone = 0 , inDegrees , inRadians , inMeters ,
  inFeet
}
 Conversion specifiers. More...
 

Public Member Functions

 FGWinds (FGFDMExec *)
 Constructor.
 
 ~FGWinds ()
 Destructor.
 
virtual void EndGustDuration (double dur)
 Specifies the length of time it takes for the gust to return to zero velocity.
 
virtual double GetGustNED (int idx) const
 Retrieves a gust component in NED frame.
 
virtual const FGColumnVector3GetGustNED (void) const
 Retrieves the gust components in NED frame.
 
virtual int GetProbabilityOfExceedence () const
 
virtual double GetRhythmicity () const
 
virtual double GetTotalWindNED (int idx) const
 Retrieves a total wind component in NED frame.
 
virtual const FGColumnVector3GetTotalWindNED (void) const
 Retrieves the total wind components in NED frame.
 
virtual double GetTurbDirection (void) const
 
virtual double GetTurbGain () const
 
virtual double GetTurbMagnitude (void) const
 
virtual double GetTurbNED (int idx) const
 Retrieves a turbulence component in NED frame.
 
virtual double GetTurbPQR (int idx) const
 
virtual const FGColumnVector3GetTurbPQR (void) const
 
virtual double GetTurbRate () const
 
virtual tType GetTurbType () const
 
virtual double GetWindNED (int idx) const
 Retrieves a wind component in NED frame.
 
virtual const FGColumnVector3GetWindNED (void) const
 Retrieves the wind components in NED frame.
 
virtual double GetWindPsi (void) const
 Retrieves the direction that the wind is coming from.
 
virtual double GetWindspeed (void) const
 
virtual double GetWindspeed20ft () const
 
virtual void GustFrame (eGustFrame gFrame)
 Specifies the frame that the gust direction vector components are specified in.
 
virtual void GustMagnitude (double mag)
 Specifies the magnitude of the gust in feet/second.
 
virtual void GustXComponent (double x)
 Specifies the X component of velocity in the specified gust frame (ft/sec).
 
virtual void GustYComponent (double y)
 Specifies the Y component of velocity in the specified gust frame (ft/sec).
 
virtual void GustZComponent (double z)
 Specifies the Z component of velocity in the specified gust frame (ft/sec).
 
bool InitModel (void) override
 
void NumberOfUpDownburstCells (int num)
 
bool Run (bool Holding) override
 Runs the winds model; called by the Executive Can pass in a value indicating if the executive is directing the simulation to Hold.
 
virtual void SetGustNED (double gN, double gE, double gD)
 Sets the gust components in NED frame.
 
virtual void SetGustNED (int idx, double gust)
 Sets a gust component in NED frame.
 
virtual void SetProbabilityOfExceedence (int idx)
 allowable range: 0-7, 3=light, 4=moderate, 6=severe turbulence
 
virtual void SetRhythmicity (double r)
 
virtual void SetTurbGain (double tg)
 
virtual void SetTurbNED (int idx, double turb)
 Sets a turbulence component in NED frame.
 
virtual void SetTurbRate (double tr)
 
virtual void SetTurbType (tType tt)
 Turbulence models available: ttNone, ttStandard, ttBerndt, ttCulp, ttMilspec, ttTustin.
 
virtual void SetWindNED (const FGColumnVector3 &wind)
 Sets the wind components in NED frame.
 
virtual void SetWindNED (double wN, double wE, double wD)
 Sets the wind components in NED frame.
 
virtual void SetWindNED (int idx, double wind)
 Sets a wind component in NED frame.
 
virtual void SetWindPsi (double dir)
 Sets the direction that the wind is coming from.
 
virtual void SetWindspeed (double speed)
 
virtual void SetWindspeed20ft (double ws)
 
virtual void StartGust (bool running)
 Initiates the execution of the gust.
 
virtual void StartupGustDuration (double dur)
 Specifies the duration of the startup portion of the gust.
 
virtual void SteadyGustDuration (double dur)
 Specifies the length of time that the gust is at a steady, full strength.
 
- Public Member Functions inherited from FGModel
 FGModel (FGFDMExec *)
 Constructor.
 
 ~FGModel () override
 Destructor.
 
virtual SGPath FindFullPathName (const SGPath &path) const
 
FGFDMExecGetExec (void)
 
const std::string & GetName (void)
 
unsigned int GetRate (void)
 Get the output rate for the model in frames.
 
virtual bool Load (Element *el)
 
void SetPropertyManager (std::shared_ptr< FGPropertyManager > fgpm)
 
void SetRate (unsigned int tt)
 Set the ouput rate for the model in frames.
 
- Public Member Functions inherited from FGModelFunctions
std::string GetFunctionStrings (const std::string &delimeter) const
 Gets the strings for the current set of functions.
 
std::string GetFunctionValues (const std::string &delimeter) const
 Gets the function values.
 
std::shared_ptr< FGFunctionGetPreFunction (const std::string &name)
 Get one of the "pre" function.
 
bool Load (Element *el, FGFDMExec *fdmex, std::string prefix="")
 
void PostLoad (Element *el, FGFDMExec *fdmex, std::string prefix="")
 
void PreLoad (Element *el, FGFDMExec *fdmex, std::string prefix="")
 
void RunPostFunctions (void)
 
void RunPreFunctions (void)
 
- Public Member Functions inherited from FGJSBBase
 FGJSBBase ()
 Constructor for FGJSBBase.
 
virtual ~FGJSBBase ()
 Destructor for FGJSBBase.
 
void disableHighLighting (void)
 Disables highlighting in the console output.
 

Public Attributes

struct JSBSim::FGWinds::Inputs in
 
enum JSBSim::FGWinds::tType turbType
 

Additional Inherited Members

- Static Public Member Functions inherited from FGJSBBase
static const std::string & GetVersion (void)
 Returns the version number of JSBSim.
 
static constexpr double KelvinToFahrenheit (double kelvin)
 Converts from degrees Kelvin to degrees Fahrenheit.
 
static constexpr double CelsiusToRankine (double celsius)
 Converts from degrees Celsius to degrees Rankine.
 
static constexpr double RankineToCelsius (double rankine)
 Converts from degrees Rankine to degrees Celsius.
 
static constexpr double KelvinToRankine (double kelvin)
 Converts from degrees Kelvin to degrees Rankine.
 
static constexpr double RankineToKelvin (double rankine)
 Converts from degrees Rankine to degrees Kelvin.
 
static constexpr double FahrenheitToCelsius (double fahrenheit)
 Converts from degrees Fahrenheit to degrees Celsius.
 
static constexpr double CelsiusToFahrenheit (double celsius)
 Converts from degrees Celsius to degrees Fahrenheit.
 
static constexpr double CelsiusToKelvin (double celsius)
 Converts from degrees Celsius to degrees Kelvin.
 
static constexpr double KelvinToCelsius (double kelvin)
 Converts from degrees Kelvin to degrees Celsius.
 
static constexpr double FeetToMeters (double measure)
 Converts from feet to meters.
 
static bool EqualToRoundoff (double a, double b)
 Finite precision comparison.
 
static bool EqualToRoundoff (float a, float b)
 Finite precision comparison.
 
static bool EqualToRoundoff (float a, double b)
 Finite precision comparison.
 
static bool EqualToRoundoff (double a, float b)
 Finite precision comparison.
 
static constexpr double Constrain (double min, double value, double max)
 Constrain a value between a minimum and a maximum value.
 
static constexpr double sign (double num)
 
- Static Public Attributes inherited from FGJSBBase
static char highint [5] = {27, '[', '1', 'm', '\0' }
 highlights text
 
static char halfint [5] = {27, '[', '2', 'm', '\0' }
 low intensity text
 
static char normint [6] = {27, '[', '2', '2', 'm', '\0' }
 normal intensity text
 
static char reset [5] = {27, '[', '0', 'm', '\0' }
 resets text properties
 
static char underon [5] = {27, '[', '4', 'm', '\0' }
 underlines text
 
static char underoff [6] = {27, '[', '2', '4', 'm', '\0' }
 underline off
 
static char fgblue [6] = {27, '[', '3', '4', 'm', '\0' }
 blue text
 
static char fgcyan [6] = {27, '[', '3', '6', 'm', '\0' }
 cyan text
 
static char fgred [6] = {27, '[', '3', '1', 'm', '\0' }
 red text
 
static char fggreen [6] = {27, '[', '3', '2', 'm', '\0' }
 green text
 
static char fgdef [6] = {27, '[', '3', '9', 'm', '\0' }
 default text
 
static short debug_lvl = 1
 
- Protected Member Functions inherited from FGModel
bool Upload (Element *el, bool preLoad)
 Uploads this model in memory.
 
- Static Protected Member Functions inherited from FGJSBBase
static std::string CreateIndexedPropertyName (const std::string &Property, int index)
 
- Protected Attributes inherited from FGModel
unsigned int exe_ctr
 
FGFDMExecFDMExec
 
std::string Name
 
std::shared_ptr< FGPropertyManagerPropertyManager
 
unsigned int rate
 
- Protected Attributes inherited from FGModelFunctions
FGPropertyReader LocalProperties
 
std::vector< std::shared_ptr< FGFunction > > PostFunctions
 
std::vector< std::shared_ptr< FGFunction > > PreFunctions
 
- Static Protected Attributes inherited from FGJSBBase
static constexpr double radtodeg = 180. / M_PI
 
static constexpr double degtorad = M_PI / 180.
 
static constexpr double hptoftlbssec = 550.0
 
static constexpr double psftoinhg = 0.014138
 
static constexpr double psftopa = 47.88
 
static constexpr double fttom = 0.3048
 
static constexpr double ktstofps = 1852./(3600*fttom)
 
static constexpr double fpstokts = 1.0 / ktstofps
 
static constexpr double inchtoft = 1.0/12.0
 
static constexpr double m3toft3 = 1.0/(fttom*fttom*fttom)
 
static constexpr double in3tom3 = inchtoft*inchtoft*inchtoft/m3toft3
 
static constexpr double inhgtopa = 3386.38
 
static constexpr double slugtolb = 32.174049
 Note that definition of lbtoslug by the inverse of slugtolb and not to a different constant you can also get from some tables will make lbtoslug*slugtolb == 1 up to the magnitude of roundoff.
 
static constexpr double lbtoslug = 1.0/slugtolb
 
static constexpr double kgtolb = 2.20462
 
static constexpr double kgtoslug = 0.06852168
 
static const std::string needed_cfg_version = "2.0"
 
static const std::string JSBSim_version = JSBSIM_VERSION " " __DATE__ " " __TIME__
 

Member Enumeration Documentation

◆ eGustFrame

enum eGustFrame

Definition at line 291 of file FGWinds.h.

291{gfNone=0, gfBody, gfWind, gfLocal};

◆ tType

enum tType

Definition at line 182 of file FGWinds.h.

182{ttNone, ttStandard, ttCulp, ttMilspec, ttTustin} turbType;

Constructor & Destructor Documentation

◆ FGWinds()

FGWinds ( FGFDMExec fdmex)
explicit

Constructor.

Definition at line 74 of file FGWinds.cpp.

75 : FGModel(fdmex), generator(fdmex->GetRandomGenerator())
76{
77 Name = "FGWinds";
78
79 MagnitudedAccelDt = MagnitudeAccel = Magnitude = TurbDirection = 0.0;
80 SetTurbType( ttMilspec );
81 TurbGain = 1.0;
82 TurbRate = 10.0;
83 Rhythmicity = 0.1;
84 spike = target_time = strength = 0.0;
85 wind_from_clockwise = 0.0;
86 psiw = 0.0;
87
88 vGustNED.InitMatrix();
89 vTurbulenceNED.InitMatrix();
90 vCosineGust.InitMatrix();
91
92 // Milspec turbulence model
93 windspeed_at_20ft = 0.;
94 probability_of_exceedence_index = 0;
95 POE_Table = new FGTable(7,12);
96 // this is Figure 7 from p. 49 of MIL-F-8785C
97 // rows: probability of exceedance curve index, cols: altitude in ft
98 *POE_Table
99 << 500.0 << 1750.0 << 3750.0 << 7500.0 << 15000.0 << 25000.0 << 35000.0 << 45000.0 << 55000.0 << 65000.0 << 75000.0 << 80000.0
100 << 1 << 3.2 << 2.2 << 1.5 << 0.0 << 0.0 << 0.0 << 0.0 << 0.0 << 0.0 << 0.0 << 0.0 << 0.0
101 << 2 << 4.2 << 3.6 << 3.3 << 1.6 << 0.0 << 0.0 << 0.0 << 0.0 << 0.0 << 0.0 << 0.0 << 0.0
102 << 3 << 6.6 << 6.9 << 7.4 << 6.7 << 4.6 << 2.7 << 0.4 << 0.0 << 0.0 << 0.0 << 0.0 << 0.0
103 << 4 << 8.6 << 9.6 << 10.6 << 10.1 << 8.0 << 6.6 << 5.0 << 4.2 << 2.7 << 0.0 << 0.0 << 0.0
104 << 5 << 11.8 << 13.0 << 16.0 << 15.1 << 11.6 << 9.7 << 8.1 << 8.2 << 7.9 << 4.9 << 3.2 << 2.1
105 << 6 << 15.6 << 17.6 << 23.0 << 23.6 << 22.1 << 20.0 << 16.0 << 15.1 << 12.1 << 7.9 << 6.2 << 5.1
106 << 7 << 18.7 << 21.5 << 28.4 << 30.2 << 30.7 << 31.0 << 25.2 << 23.1 << 17.5 << 10.7 << 8.4 << 7.2;
107
108 bind();
109 Debug(0);
110}
FGModel(FGFDMExec *)
Constructor.
Definition FGModel.cpp:57
virtual void SetTurbType(tType tt)
Turbulence models available: ttNone, ttStandard, ttBerndt, ttCulp, ttMilspec, ttTustin.
Definition FGWinds.h:249
+ Here is the call graph for this function:

◆ ~FGWinds()

~FGWinds ( )

Destructor.

Definition at line 114 of file FGWinds.cpp.

115{
116 delete(POE_Table);
117 Debug(1);
118}

Member Function Documentation

◆ EndGustDuration()

virtual void EndGustDuration ( double  dur)
inlinevirtual

Specifies the length of time it takes for the gust to return to zero velocity.

Definition at line 334 of file FGWinds.h.

334{oneMinusCosineGust.gustProfile.endDuration = dur;}
struct OneMinusCosineProfile gustProfile
Definition FGWinds.h:299

◆ GetGustNED() [1/2]

virtual double GetGustNED ( int  idx) const
inlinevirtual

Retrieves a gust component in NED frame.

Definition at line 239 of file FGWinds.h.

239{return vGustNED(idx);}

◆ GetGustNED() [2/2]

virtual const FGColumnVector3 & GetGustNED ( void  ) const
inlinevirtual

Retrieves the gust components in NED frame.

Definition at line 245 of file FGWinds.h.

245{return vGustNED;}

◆ GetProbabilityOfExceedence()

virtual int GetProbabilityOfExceedence ( ) const
inlinevirtual

Definition at line 271 of file FGWinds.h.

271{ return probability_of_exceedence_index;}

◆ GetRhythmicity()

virtual double GetRhythmicity ( ) const
inlinevirtual

Definition at line 259 of file FGWinds.h.

259{return Rhythmicity;}

◆ GetTotalWindNED() [1/2]

virtual double GetTotalWindNED ( int  idx) const
inlinevirtual

Retrieves a total wind component in NED frame.

Definition at line 190 of file FGWinds.h.

190{return vTotalWindNED(idx);}

◆ GetTotalWindNED() [2/2]

virtual const FGColumnVector3 & GetTotalWindNED ( void  ) const
inlinevirtual

Retrieves the total wind components in NED frame.

Definition at line 187 of file FGWinds.h.

187{ return vTotalWindNED; }

◆ GetTurbDirection()

virtual double GetTurbDirection ( void  ) const
inlinevirtual

Definition at line 263 of file FGWinds.h.

263{return TurbDirection;}

◆ GetTurbGain()

virtual double GetTurbGain ( ) const
inlinevirtual

Definition at line 253 of file FGWinds.h.

253{return TurbGain;}

◆ GetTurbMagnitude()

virtual double GetTurbMagnitude ( void  ) const
inlinevirtual

Definition at line 262 of file FGWinds.h.

262{return vTurbulenceNED.Magnitude();}
double Magnitude(void) const
Length of the vector.

◆ GetTurbNED()

virtual double GetTurbNED ( int  idx) const
inlinevirtual

Retrieves a turbulence component in NED frame.

Definition at line 242 of file FGWinds.h.

242{return vTurbulenceNED(idx);}

◆ GetTurbPQR() [1/2]

virtual double GetTurbPQR ( int  idx) const
inlinevirtual

Definition at line 261 of file FGWinds.h.

261{return vTurbPQR(idx);}

◆ GetTurbPQR() [2/2]

virtual const FGColumnVector3 & GetTurbPQR ( void  ) const
inlinevirtual

Definition at line 264 of file FGWinds.h.

264{return vTurbPQR;}

◆ GetTurbRate()

virtual double GetTurbRate ( ) const
inlinevirtual

Definition at line 256 of file FGWinds.h.

256{return TurbRate;}

◆ GetTurbType()

virtual tType GetTurbType ( ) const
inlinevirtual

Definition at line 250 of file FGWinds.h.

250{return turbType;}

◆ GetWindNED() [1/2]

virtual double GetWindNED ( int  idx) const
inlinevirtual

Retrieves a wind component in NED frame.

Definition at line 207 of file FGWinds.h.

207{return vWindNED(idx);}

◆ GetWindNED() [2/2]

virtual const FGColumnVector3 & GetWindNED ( void  ) const
inlinevirtual

Retrieves the wind components in NED frame.

Definition at line 204 of file FGWinds.h.

204{ return vWindNED; }

◆ GetWindPsi()

virtual double GetWindPsi ( void  ) const
inlinevirtual

Retrieves the direction that the wind is coming from.

The direction is defined as north=0 and increases counterclockwise. The wind heading is returned in radians.

Definition at line 212 of file FGWinds.h.

212{ return psiw; }

◆ GetWindspeed()

double GetWindspeed ( void  ) const
virtual

Definition at line 176 of file FGWinds.cpp.

177{
178 return vWindNED.Magnitude();
179}

◆ GetWindspeed20ft()

virtual double GetWindspeed20ft ( ) const
inlinevirtual

Definition at line 267 of file FGWinds.h.

267{ return windspeed_at_20ft;}

◆ GustFrame()

virtual void GustFrame ( eGustFrame  gFrame)
inlinevirtual

Specifies the frame that the gust direction vector components are specified in.

The body frame is defined with the X direction forward, and the Y direction positive out the right wing. The wind frame is defined with the X axis pointing into the velocity vector, the Z axis perpendicular to the X axis, in the aircraft XZ plane, and the Y axis completing the system. The local axis is a navigational frame with X pointing north, Y pointing east, and Z pointing down. This is a locally vertical, locally horizontal frame, with the XY plane tangent to the geocentric surface.

Definition at line 344 of file FGWinds.h.

344{oneMinusCosineGust.gustFrame = gFrame;}

◆ GustMagnitude()

virtual void GustMagnitude ( double  mag)
inlinevirtual

Specifies the magnitude of the gust in feet/second.

Definition at line 336 of file FGWinds.h.

336{oneMinusCosineGust.magnitude = mag;}

◆ GustXComponent()

virtual void GustXComponent ( double  x)
inlinevirtual

Specifies the X component of velocity in the specified gust frame (ft/sec).

Definition at line 346 of file FGWinds.h.

346{oneMinusCosineGust.vWind(eX) = x;}

◆ GustYComponent()

virtual void GustYComponent ( double  y)
inlinevirtual

Specifies the Y component of velocity in the specified gust frame (ft/sec).

Definition at line 348 of file FGWinds.h.

348{oneMinusCosineGust.vWind(eY) = y;}

◆ GustZComponent()

virtual void GustZComponent ( double  z)
inlinevirtual

Specifies the Z component of velocity in the specified gust frame (ft/sec).

Definition at line 350 of file FGWinds.h.

350{oneMinusCosineGust.vWind(eZ) = z;}

◆ InitModel()

bool InitModel ( void  )
overridevirtual

Reimplemented from FGModel.

Definition at line 122 of file FGWinds.cpp.

123{
124 if (!FGModel::InitModel()) return false;
125
126 psiw = 0.0;
127
128 vGustNED.InitMatrix();
129 vTurbulenceNED.InitMatrix();
130 vCosineGust.InitMatrix();
131
132 oneMinusCosineGust.gustProfile.Running = false;
133 oneMinusCosineGust.gustProfile.elapsedTime = 0.0;
134
135 return true;
136}

◆ NumberOfUpDownburstCells()

void NumberOfUpDownburstCells ( int  num)

Definition at line 449 of file FGWinds.cpp.

450{
451 for (unsigned int i=0; i<UpDownBurstCells.size();i++) delete UpDownBurstCells[i];
452 UpDownBurstCells.clear();
453 if (num >= 0) {
454 for (int i=0; i<num; i++) UpDownBurstCells.push_back(new struct UpDownBurst);
455 }
456}

◆ Run()

bool Run ( bool  Holding)
overridevirtual

Runs the winds model; called by the Executive Can pass in a value indicating if the executive is directing the simulation to Hold.

Parameters
Holdingif true, the executive has been directed to hold the sim from advancing time. Some models may ignore this flag, such as the Input model, which may need to be active to listen on a socket for the "Resume" command to be given.
Returns
false if no error

Reimplemented from FGModel.

Definition at line 140 of file FGWinds.cpp.

141{
142 if (FGModel::Run(Holding)) return true;
143 if (Holding) return false;
144
145 if (turbType != ttNone) Turbulence(in.AltitudeASL);
146 if (oneMinusCosineGust.gustProfile.Running) CosineGust();
147
148 vTotalWindNED = vWindNED + vGustNED + vCosineGust + vTurbulenceNED;
149
150 // psiw (Wind heading) is the direction the wind is blowing towards
151 if (vWindNED(eX) != 0.0) psiw = atan2( vWindNED(eY), vWindNED(eX) );
152 if (psiw < 0) psiw += 2*M_PI;
153
154 Debug(2);
155 return false;
156}
virtual bool Run(bool Holding)
Runs the model; called by the Executive.
Definition FGModel.cpp:89
+ Here is the call graph for this function:

◆ SetGustNED() [1/2]

virtual void SetGustNED ( double  gN,
double  gE,
double  gD 
)
inlinevirtual

Sets the gust components in NED frame.

Definition at line 236 of file FGWinds.h.

236{ vGustNED(eNorth)=gN; vGustNED(eEast)=gE; vGustNED(eDown)=gD;}

◆ SetGustNED() [2/2]

virtual void SetGustNED ( int  idx,
double  gust 
)
inlinevirtual

Sets a gust component in NED frame.

Definition at line 230 of file FGWinds.h.

230{ vGustNED(idx)=gust;}

◆ SetProbabilityOfExceedence()

virtual void SetProbabilityOfExceedence ( int  idx)
inlinevirtual

allowable range: 0-7, 3=light, 4=moderate, 6=severe turbulence

Definition at line 270 of file FGWinds.h.

270{probability_of_exceedence_index = idx;}

◆ SetRhythmicity()

virtual void SetRhythmicity ( double  r)
inlinevirtual

Definition at line 258 of file FGWinds.h.

258{Rhythmicity=r;}

◆ SetTurbGain()

virtual void SetTurbGain ( double  tg)
inlinevirtual

Definition at line 252 of file FGWinds.h.

252{TurbGain = tg;}

◆ SetTurbNED()

virtual void SetTurbNED ( int  idx,
double  turb 
)
inlinevirtual

Sets a turbulence component in NED frame.

Definition at line 233 of file FGWinds.h.

233{ vTurbulenceNED(idx)=turb;}

◆ SetTurbRate()

virtual void SetTurbRate ( double  tr)
inlinevirtual

Definition at line 255 of file FGWinds.h.

255{TurbRate = tr;}

◆ SetTurbType()

virtual void SetTurbType ( tType  tt)
inlinevirtual

Turbulence models available: ttNone, ttStandard, ttBerndt, ttCulp, ttMilspec, ttTustin.

Definition at line 249 of file FGWinds.h.

249{turbType = tt;}
+ Here is the caller graph for this function:

◆ SetWindNED() [1/3]

virtual void SetWindNED ( const FGColumnVector3 wind)
inlinevirtual

Sets the wind components in NED frame.

Definition at line 201 of file FGWinds.h.

201{ vWindNED=wind; }

◆ SetWindNED() [2/3]

virtual void SetWindNED ( double  wN,
double  wE,
double  wD 
)
inlinevirtual

Sets the wind components in NED frame.

Definition at line 195 of file FGWinds.h.

195{ vWindNED(1)=wN; vWindNED(2)=wE; vWindNED(3)=wD;}
+ Here is the caller graph for this function:

◆ SetWindNED() [3/3]

virtual void SetWindNED ( int  idx,
double  wind 
)
inlinevirtual

Sets a wind component in NED frame.

Definition at line 198 of file FGWinds.h.

198{ vWindNED(idx)=wind;}

◆ SetWindPsi()

void SetWindPsi ( double  dir)
virtual

Sets the direction that the wind is coming from.

The direction is defined as north=0 and increases counterclockwise to 2*pi (radians). The vertical component of wind is assumed to be zero - and is forcibly set to zero. This function sets the vWindNED vector components based on the supplied direction. The magnitude of the wind set in the vector is preserved (assuming the vertical component is non-zero).

Parameters
dirwind direction in the horizontal plane, in radians.

Definition at line 185 of file FGWinds.cpp.

186{
187 double mag = GetWindspeed();
188 psiw = dir;
189 SetWindspeed(mag);
190}

◆ SetWindspeed()

void SetWindspeed ( double  speed)
virtual

Definition at line 162 of file FGWinds.cpp.

163{
164 if (vWindNED.Magnitude() == 0.0) {
165 psiw = 0.0;
166 vWindNED(eNorth) = speed;
167 } else {
168 vWindNED(eNorth) = speed * cos(psiw);
169 vWindNED(eEast) = speed * sin(psiw);
170 vWindNED(eDown) = 0.0;
171 }
172}

◆ SetWindspeed20ft()

virtual void SetWindspeed20ft ( double  ws)
inlinevirtual

Definition at line 266 of file FGWinds.h.

266{ windspeed_at_20ft = ws;}

◆ StartGust()

virtual void StartGust ( bool  running)
inlinevirtual

Initiates the execution of the gust.

Definition at line 328 of file FGWinds.h.

328{oneMinusCosineGust.gustProfile.Running = running;}

◆ StartupGustDuration()

virtual void StartupGustDuration ( double  dur)
inlinevirtual

Specifies the duration of the startup portion of the gust.

Definition at line 330 of file FGWinds.h.

330{oneMinusCosineGust.gustProfile.startupDuration = dur;}

◆ SteadyGustDuration()

virtual void SteadyGustDuration ( double  dur)
inlinevirtual

Specifies the length of time that the gust is at a steady, full strength.

Definition at line 332 of file FGWinds.h.

332{oneMinusCosineGust.gustProfile.steadyDuration = dur;}

The documentation for this class was generated from the following files: