2000-11-03 23:02:47 +00:00
|
|
|
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
|
1999-02-05 21:26:01 +00:00
|
|
|
Module: FGPosition.cpp
|
|
|
|
Author: Jon S. Berndt
|
|
|
|
Date started: 01/05/99
|
|
|
|
Purpose: Integrate the EOM to determine instantaneous position
|
|
|
|
Called by: FGFDMExec
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
|
1999-02-05 21:26:01 +00:00
|
|
|
------------- Copyright (C) 1999 Jon S. Berndt (jsb@hal-pc.org) -------------
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
|
1999-02-05 21:26:01 +00:00
|
|
|
This program is free software; you can redistribute it and/or modify it under
|
|
|
|
the terms of the GNU General Public License as published by the Free Software
|
|
|
|
Foundation; either version 2 of the License, or (at your option) any later
|
|
|
|
version.
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
|
1999-02-05 21:26:01 +00:00
|
|
|
This program is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
|
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
|
|
details.
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
|
1999-02-05 21:26:01 +00:00
|
|
|
You should have received a copy of the GNU General Public License along with
|
|
|
|
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
|
|
|
|
Place - Suite 330, Boston, MA 02111-1307, USA.
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
|
1999-02-05 21:26:01 +00:00
|
|
|
Further information about the GNU General Public License can also be found on
|
|
|
|
the world wide web at http://www.gnu.org.
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
|
1999-02-05 21:26:01 +00:00
|
|
|
FUNCTIONAL DESCRIPTION
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
This class encapsulates the integration of rates and accelerations to get the
|
|
|
|
current position of the aircraft.
|
2001-03-30 01:04:50 +00:00
|
|
|
|
1999-02-05 21:26:01 +00:00
|
|
|
HISTORY
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
01/05/99 JSB Created
|
2001-03-30 01:04:50 +00:00
|
|
|
|
2000-11-03 23:02:47 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
1999-02-05 21:26:01 +00:00
|
|
|
COMMENTS, REFERENCES, and NOTES
|
2000-11-03 23:02:47 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
1999-02-05 21:26:01 +00:00
|
|
|
[1] Cooke, Zyda, Pratt, and McGhee, "NPSNET: Flight Simulation Dynamic Modeling
|
|
|
|
Using Quaternions", Presence, Vol. 1, No. 4, pp. 404-420 Naval Postgraduate
|
|
|
|
School, January 1994
|
|
|
|
[2] D. M. Henderson, "Euler Angles, Quaternions, and Transformation Matrices",
|
|
|
|
JSC 12960, July 1977
|
|
|
|
[3] Richard E. McFarland, "A Standard Kinematic Model for Flight Simulation at
|
|
|
|
NASA-Ames", NASA CR-2497, January 1975
|
|
|
|
[4] Barnes W. McCormick, "Aerodynamics, Aeronautics, and Flight Mechanics",
|
|
|
|
Wiley & Sons, 1979 ISBN 0-471-03032-5
|
|
|
|
[5] Bernard Etkin, "Dynamics of Flight, Stability and Control", Wiley & Sons,
|
|
|
|
1982 ISBN 0-471-08936-2
|
2001-03-30 01:04:50 +00:00
|
|
|
|
2000-11-03 23:02:47 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
1999-02-05 21:26:01 +00:00
|
|
|
INCLUDES
|
2000-11-03 23:02:47 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
|
1999-02-05 21:26:01 +00:00
|
|
|
|
1999-02-26 22:09:10 +00:00
|
|
|
#ifdef FGFS
|
2000-02-15 03:30:01 +00:00
|
|
|
# include <simgear/compiler.h>
|
2001-06-05 20:58:48 +00:00
|
|
|
# ifdef SG_HAVE_STD_INCLUDES
|
1999-02-26 22:09:10 +00:00
|
|
|
# include <cmath>
|
2000-05-27 05:48:14 +00:00
|
|
|
# include <iomanip>
|
1999-02-26 22:09:10 +00:00
|
|
|
# else
|
|
|
|
# include <math.h>
|
2000-05-27 05:48:14 +00:00
|
|
|
# include <iomanip.h>
|
1999-02-26 22:09:10 +00:00
|
|
|
# endif
|
|
|
|
#else
|
2001-10-05 20:19:59 +00:00
|
|
|
# if defined(sgi) && !defined(__GNUC__)
|
|
|
|
# include <math.h>
|
|
|
|
# include <iomanip.h>
|
|
|
|
# else
|
|
|
|
# include <cmath>
|
|
|
|
# include <iomanip>
|
|
|
|
# endif
|
1999-02-26 22:09:10 +00:00
|
|
|
#endif
|
1999-03-02 01:02:51 +00:00
|
|
|
|
1999-02-11 21:05:34 +00:00
|
|
|
#include "FGPosition.h"
|
|
|
|
#include "FGAtmosphere.h"
|
|
|
|
#include "FGState.h"
|
|
|
|
#include "FGFDMExec.h"
|
|
|
|
#include "FGFCS.h"
|
|
|
|
#include "FGAircraft.h"
|
2001-06-05 20:58:48 +00:00
|
|
|
#include "FGMassBalance.h"
|
1999-02-11 21:05:34 +00:00
|
|
|
#include "FGTranslation.h"
|
|
|
|
#include "FGRotation.h"
|
|
|
|
#include "FGAuxiliary.h"
|
|
|
|
#include "FGOutput.h"
|
2002-03-20 12:45:02 +00:00
|
|
|
#include "FGPropertyManager.h"
|
|
|
|
|
1999-02-05 21:26:01 +00:00
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
static const char *IdSrc = "$Id$";
|
2000-10-14 02:10:10 +00:00
|
|
|
static const char *IdHdr = ID_POSITION;
|
|
|
|
|
2000-11-03 23:02:47 +00:00
|
|
|
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
CLASS IMPLEMENTATION
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
|
1999-02-05 21:26:01 +00:00
|
|
|
|
2001-11-20 22:34:24 +00:00
|
|
|
extern double globalTriNormal[3];
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
extern double globalSceneryAltitude;
|
|
|
|
extern double globalSeaLevelRadius;
|
1999-02-05 21:26:01 +00:00
|
|
|
|
2001-12-07 17:10:17 +00:00
|
|
|
FGPosition::FGPosition(FGFDMExec* fdmex) : FGModel(fdmex)
|
1999-02-05 21:26:01 +00:00
|
|
|
{
|
1999-02-26 22:09:10 +00:00
|
|
|
Name = "FGPosition";
|
1999-02-05 21:26:01 +00:00
|
|
|
LongitudeDot = LatitudeDot = RadiusDot = 0.0;
|
2000-04-24 23:49:06 +00:00
|
|
|
lastLongitudeDot = lastLatitudeDot = lastRadiusDot = 0.0;
|
2000-04-28 19:59:46 +00:00
|
|
|
Longitude = Latitude = 0.0;
|
2000-07-25 21:41:59 +00:00
|
|
|
gamma = Vt = Vground = 0.0;
|
2001-12-14 03:35:41 +00:00
|
|
|
hoverbmac = hoverbcg = 0.0;
|
|
|
|
psigt = 0.0;
|
2002-03-20 12:45:02 +00:00
|
|
|
bind();
|
2001-12-13 04:48:34 +00:00
|
|
|
Debug(0);
|
1999-02-05 21:26:01 +00:00
|
|
|
}
|
|
|
|
|
2000-11-03 23:02:47 +00:00
|
|
|
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
1999-02-05 21:26:01 +00:00
|
|
|
|
2001-12-13 04:48:34 +00:00
|
|
|
FGPosition::~FGPosition(void)
|
2001-03-30 01:04:50 +00:00
|
|
|
{
|
2002-03-20 12:45:02 +00:00
|
|
|
unbind();
|
2001-12-13 04:48:34 +00:00
|
|
|
Debug(1);
|
2001-03-30 01:04:50 +00:00
|
|
|
}
|
1999-02-05 21:26:01 +00:00
|
|
|
|
2001-11-12 16:06:29 +00:00
|
|
|
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
|
|
|
bool FGPosition::InitModel(void)
|
|
|
|
{
|
|
|
|
FGModel::InitModel();
|
|
|
|
|
|
|
|
h = 3.0; // Est. height of aircraft cg off runway
|
|
|
|
SeaLevelRadius = Inertial->RefRadius(); // For initialization ONLY
|
|
|
|
Radius = SeaLevelRadius + h;
|
|
|
|
RunwayRadius = SeaLevelRadius;
|
|
|
|
DistanceAGL = Radius - RunwayRadius; // Geocentric
|
|
|
|
vRunwayNormal(3) = -1.0; // Initialized for standalone mode
|
|
|
|
b = 1;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
/*
|
2000-05-27 05:48:14 +00:00
|
|
|
Purpose: Called on a schedule to perform Positioning algorithms
|
|
|
|
Notes: [TP] Make sure that -Vt <= hdot <= Vt, which, of course, should always
|
|
|
|
be the case
|
2001-11-12 16:06:29 +00:00
|
|
|
[JB] Run in standalone mode, SeaLevelRadius will be reference radius.
|
|
|
|
In FGFS, SeaLevelRadius is stuffed from FGJSBSim in JSBSim.cxx each pass.
|
2000-05-27 05:48:14 +00:00
|
|
|
*/
|
1999-02-05 21:26:01 +00:00
|
|
|
|
2001-11-12 16:06:29 +00:00
|
|
|
bool FGPosition::Run(void) {
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
double cosLat;
|
|
|
|
double hdot_Vt;
|
2001-11-30 17:49:37 +00:00
|
|
|
FGColumnVector3 vMac;
|
1999-02-05 21:26:01 +00:00
|
|
|
|
|
|
|
if (!FGModel::Run()) {
|
|
|
|
GetState();
|
|
|
|
|
2000-07-25 21:41:59 +00:00
|
|
|
Vground = sqrt( vVel(eNorth)*vVel(eNorth) + vVel(eEast)*vVel(eEast) );
|
2001-03-30 01:04:50 +00:00
|
|
|
psigt = atan2(vVel(eEast), vVel(eNorth));
|
2001-12-14 03:35:41 +00:00
|
|
|
if (psigt < 0.0)
|
2001-03-30 01:04:50 +00:00
|
|
|
psigt += 2*M_PI;
|
|
|
|
|
2000-05-27 05:48:14 +00:00
|
|
|
Radius = h + SeaLevelRadius;
|
1999-02-05 21:26:01 +00:00
|
|
|
|
2000-04-24 23:49:06 +00:00
|
|
|
cosLat = cos(Latitude);
|
|
|
|
if (cosLat != 0) LongitudeDot = vVel(eEast) / (Radius * cosLat);
|
1999-02-05 21:26:01 +00:00
|
|
|
|
2001-12-14 03:35:41 +00:00
|
|
|
LatitudeDot = vVel(eNorth) / Radius;
|
2000-04-24 23:49:06 +00:00
|
|
|
RadiusDot = -vVel(eDown);
|
1999-02-05 21:26:01 +00:00
|
|
|
|
2000-04-24 23:49:06 +00:00
|
|
|
Longitude += 0.5*dt*rate*(LongitudeDot + lastLongitudeDot);
|
|
|
|
Latitude += 0.5*dt*rate*(LatitudeDot + lastLatitudeDot);
|
|
|
|
Radius += 0.5*dt*rate*(RadiusDot + lastRadiusDot);
|
1999-02-05 21:26:01 +00:00
|
|
|
|
2000-05-27 05:48:14 +00:00
|
|
|
h = Radius - SeaLevelRadius; // Geocentric
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
|
|
|
|
DistanceAGL = Radius - RunwayRadius; // Geocentric
|
2001-07-23 20:31:59 +00:00
|
|
|
|
2001-11-30 17:49:37 +00:00
|
|
|
|
|
|
|
hoverbcg = DistanceAGL/b;
|
|
|
|
|
|
|
|
vMac=State->GetTb2l()*Aircraft->GetXYZrp();
|
|
|
|
|
|
|
|
vMac *= inchtoft;
|
|
|
|
hoverbmac = (DistanceAGL + vMac(3))/b;
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
|
2000-05-27 05:48:14 +00:00
|
|
|
if (Vt > 0) {
|
|
|
|
hdot_Vt = RadiusDot/Vt;
|
|
|
|
if (fabs(hdot_Vt) <= 1) gamma = asin(hdot_Vt);
|
|
|
|
} else {
|
|
|
|
gamma = 0.0;
|
|
|
|
}
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
|
2000-05-27 05:48:14 +00:00
|
|
|
lastLatitudeDot = LatitudeDot;
|
1999-02-05 21:26:01 +00:00
|
|
|
lastLongitudeDot = LongitudeDot;
|
2000-05-27 05:48:14 +00:00
|
|
|
lastRadiusDot = RadiusDot;
|
1999-02-05 21:26:01 +00:00
|
|
|
|
|
|
|
return false;
|
2000-04-24 23:49:06 +00:00
|
|
|
|
1999-02-05 21:26:01 +00:00
|
|
|
} else {
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2000-11-03 23:02:47 +00:00
|
|
|
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
1999-02-05 21:26:01 +00:00
|
|
|
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
void FGPosition::GetState(void) {
|
1999-02-11 21:05:34 +00:00
|
|
|
dt = State->Getdt();
|
1999-02-05 21:26:01 +00:00
|
|
|
|
2000-05-27 05:48:14 +00:00
|
|
|
Vt = Translation->GetVt();
|
2001-07-10 15:56:38 +00:00
|
|
|
vVel = State->GetTb2l() * Translation->GetUVW();
|
2000-07-31 15:05:08 +00:00
|
|
|
vVelDot = State->GetTb2l() * Translation->GetUVWdot();
|
2001-07-23 20:31:59 +00:00
|
|
|
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
b = Aircraft->GetWingSpan();
|
1999-02-05 21:26:01 +00:00
|
|
|
}
|
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
|
|
|
void FGPosition::Seth(double tt) {
|
|
|
|
h = tt;
|
2000-07-24 17:26:05 +00:00
|
|
|
Radius = h + SeaLevelRadius;
|
2001-03-30 01:04:50 +00:00
|
|
|
DistanceAGL = Radius - RunwayRadius; // Geocentric
|
2001-11-30 17:49:37 +00:00
|
|
|
hoverbcg = DistanceAGL/b;
|
2001-03-30 01:04:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
2000-07-24 17:26:05 +00:00
|
|
|
|
|
|
|
void FGPosition::SetDistanceAGL(double tt) {
|
|
|
|
DistanceAGL=tt;
|
|
|
|
Radius = RunwayRadius + DistanceAGL;
|
|
|
|
h = Radius - SeaLevelRadius;
|
2001-11-30 17:49:37 +00:00
|
|
|
hoverbcg = DistanceAGL/b;
|
2001-03-30 01:04:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
2001-12-13 04:48:34 +00:00
|
|
|
// The bitmasked value choices are as follows:
|
|
|
|
// unset: In this case (the default) JSBSim would only print
|
|
|
|
// out the normally expected messages, essentially echoing
|
|
|
|
// the config files as they are read. If the environment
|
|
|
|
// variable is not set, debug_lvl is set to 1 internally
|
|
|
|
// 0: This requests JSBSim not to output any messages
|
|
|
|
// whatsoever.
|
|
|
|
// 1: This value explicity requests the normal JSBSim
|
|
|
|
// startup messages
|
|
|
|
// 2: This value asks for a message to be printed out when
|
|
|
|
// a class is instantiated
|
|
|
|
// 4: When this value is set, a message is displayed when a
|
|
|
|
// FGModel object executes its Run() method
|
|
|
|
// 8: When this value is set, various runtime state variables
|
|
|
|
// are printed out periodically
|
|
|
|
// 16: When set various parameters are sanity checked and
|
|
|
|
// a message is printed out when they go out of bounds
|
|
|
|
|
|
|
|
void FGPosition::Debug(int from)
|
2001-03-30 01:04:50 +00:00
|
|
|
{
|
2001-12-13 04:48:34 +00:00
|
|
|
if (debug_lvl <= 0) return;
|
|
|
|
|
|
|
|
if (debug_lvl & 1) { // Standard console startup message output
|
|
|
|
if (from == 0) { // Constructor
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (debug_lvl & 2 ) { // Instantiation/Destruction notification
|
|
|
|
if (from == 0) cout << "Instantiated: FGPosition" << endl;
|
|
|
|
if (from == 1) cout << "Destroyed: FGPosition" << endl;
|
|
|
|
}
|
|
|
|
if (debug_lvl & 4 ) { // Run() method entry print for FGModel-derived objects
|
|
|
|
}
|
|
|
|
if (debug_lvl & 8 ) { // Runtime state variables
|
|
|
|
}
|
|
|
|
if (debug_lvl & 16) { // Sanity checking
|
|
|
|
}
|
2001-12-24 13:54:55 +00:00
|
|
|
if (debug_lvl & 64) {
|
|
|
|
if (from == 0) { // Constructor
|
|
|
|
cout << IdSrc << endl;
|
|
|
|
cout << IdHdr << endl;
|
|
|
|
}
|
|
|
|
}
|
2001-03-30 01:04:50 +00:00
|
|
|
}
|
|
|
|
|
2002-03-20 12:45:02 +00:00
|
|
|
void FGPosition::bind(void){
|
|
|
|
PropertyManager->Tie("velocities/v-north-fps", this,
|
|
|
|
&FGPosition::GetVn);
|
|
|
|
PropertyManager->Tie("velocities/v-east-fps", this,
|
|
|
|
&FGPosition::GetVe);
|
|
|
|
PropertyManager->Tie("velocities/v-down-fps", this,
|
|
|
|
&FGPosition::GetVd);
|
|
|
|
PropertyManager->Tie("velocities/vg-fps", this,
|
|
|
|
&FGPosition::GetVground);
|
|
|
|
PropertyManager->Tie("flight-path/psi-gt-rad", this,
|
|
|
|
&FGPosition::GetGroundTrack);
|
|
|
|
PropertyManager->Tie("position/h-sl-ft", this,
|
|
|
|
&FGPosition::Geth,
|
|
|
|
&FGPosition::Seth,
|
|
|
|
true);
|
2002-03-23 00:29:21 +00:00
|
|
|
PropertyManager->Tie("velocities/h-dot-fps", this,
|
2002-03-20 12:45:02 +00:00
|
|
|
&FGPosition::Gethdot);
|
2002-03-23 00:29:21 +00:00
|
|
|
PropertyManager->Tie("position/lat-gc-rad", this,
|
2002-03-20 12:45:02 +00:00
|
|
|
&FGPosition::GetLatitude,
|
|
|
|
&FGPosition::SetLatitude);
|
2002-03-23 00:29:21 +00:00
|
|
|
PropertyManager->Tie("position/lat-dot-gc-rad", this,
|
2002-03-20 12:45:02 +00:00
|
|
|
&FGPosition::GetLatitudeDot);
|
2002-03-23 00:29:21 +00:00
|
|
|
PropertyManager->Tie("position/long-gc-rad", this,
|
2002-03-20 12:45:02 +00:00
|
|
|
&FGPosition::GetLongitude,
|
|
|
|
&FGPosition::SetLongitude,
|
|
|
|
true);
|
2002-03-23 00:29:21 +00:00
|
|
|
PropertyManager->Tie("position/long-dot-gc-rad", this,
|
2002-03-20 12:45:02 +00:00
|
|
|
&FGPosition::GetLongitudeDot);
|
|
|
|
PropertyManager->Tie("metrics/runway-radius", this,
|
|
|
|
&FGPosition::GetRunwayRadius,
|
|
|
|
&FGPosition::SetRunwayRadius);
|
|
|
|
PropertyManager->Tie("position/h-agl-ft", this,
|
|
|
|
&FGPosition::GetDistanceAGL,
|
|
|
|
&FGPosition::SetDistanceAGL);
|
|
|
|
PropertyManager->Tie("position/radius-to-vehicle-ft", this,
|
|
|
|
&FGPosition::GetRadius);
|
|
|
|
PropertyManager->Tie("flight-path/gamma-rad", this,
|
|
|
|
&FGPosition::GetGamma,
|
|
|
|
&FGPosition::SetGamma);
|
2002-03-23 00:29:21 +00:00
|
|
|
PropertyManager->Tie("aero/h_b-cg-ft", this,
|
2002-03-20 12:45:02 +00:00
|
|
|
&FGPosition::GetHOverBCG);
|
2002-03-23 00:29:21 +00:00
|
|
|
PropertyManager->Tie("aero/h_b-mac-ft", this,
|
2002-03-20 12:45:02 +00:00
|
|
|
&FGPosition::GetHOverBMAC);
|
|
|
|
}
|
|
|
|
|
|
|
|
void FGPosition::unbind(void){
|
|
|
|
PropertyManager->Untie("velocities/v-north-fps");
|
|
|
|
PropertyManager->Untie("velocities/v-east-fps");
|
|
|
|
PropertyManager->Untie("velocities/v-down-fps");
|
|
|
|
PropertyManager->Untie("velocities/vg-fps");
|
|
|
|
PropertyManager->Untie("flight-path/psi-gt-rad");
|
|
|
|
PropertyManager->Untie("position/h-sl-ft");
|
2002-03-23 00:29:21 +00:00
|
|
|
PropertyManager->Untie("velocities/h-dot-fps");
|
|
|
|
PropertyManager->Untie("position/lat-gc-rad");
|
|
|
|
PropertyManager->Untie("position/lat-dot-gc-rad");
|
|
|
|
PropertyManager->Untie("position/long-gc-rad");
|
|
|
|
PropertyManager->Untie("position/long-dot-gc-rad");
|
2002-03-20 12:45:02 +00:00
|
|
|
PropertyManager->Untie("metrics/runway-radius");
|
|
|
|
PropertyManager->Untie("position/h-agl-ft");
|
|
|
|
PropertyManager->Untie("position/radius-to-vehicle-ft");
|
|
|
|
PropertyManager->Untie("flight-path/gamma-rad");
|
2002-03-23 00:29:21 +00:00
|
|
|
PropertyManager->Untie("aero/h_b-cg-ft");
|
|
|
|
PropertyManager->Untie("aero/h_b-mac-ft");
|
2002-03-20 12:45:02 +00:00
|
|
|
}
|