1997-05-29 00:09:51 +00:00
|
|
|
/***************************************************************************
|
|
|
|
|
|
|
|
TITLE: ls_model()
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
FUNCTION: Model loop executive
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
MODULE STATUS: developmental
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
GENEALOGY: Created 15 October 1992 as part of LaRCSIM project
|
|
|
|
by Bruce Jackson.
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
DESIGNED BY: Bruce Jackson
|
|
|
|
|
|
|
|
CODED BY: Bruce Jackson
|
|
|
|
|
|
|
|
MAINTAINED BY: maintainer
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
MODIFICATION HISTORY:
|
|
|
|
|
|
|
|
DATE PURPOSE BY
|
|
|
|
|
|
|
|
950306 Added parameters to call: dt, which is the step size
|
|
|
|
to be taken this loop (caution: may vary from call to call)
|
|
|
|
and Initialize, which if non-zero, implies an initialization
|
|
|
|
is requested. EBJ
|
|
|
|
|
|
|
|
CURRENT RCS HEADER INFO:
|
|
|
|
$Header$
|
|
|
|
$Log$
|
2003-05-13 18:45:04 +00:00
|
|
|
Revision 1.3 2003/05/13 18:45:06 curt
|
2002-11-08 17:03:49 +00:00
|
|
|
Robert Deters:
|
|
|
|
|
2003-05-13 18:45:04 +00:00
|
|
|
I have attached some revisions for the UIUCModel and some LaRCsim.
|
|
|
|
The only thing you should need to check is LaRCsim.cxx. The file
|
|
|
|
I attached is a revised version of 1.5 and the latest is 1.7. Also,
|
|
|
|
uiuc_getwind.c and uiuc_getwind.h are no longer in the LaRCsim
|
|
|
|
directory. They have been moved over to UIUCModel.
|
2002-11-08 17:03:49 +00:00
|
|
|
|
2003-05-13 18:45:04 +00:00
|
|
|
Revision 1.2 2003/03/31 03:05:41 m-selig
|
|
|
|
uiuc wind changes, MSS
|
|
|
|
|
|
|
|
Revision 1.1.1.1 2003/02/28 01:33:39 rob
|
|
|
|
uiuc version of FlightGear v0.9.0
|
|
|
|
|
|
|
|
Revision 1.3 2002/12/12 00:01:04 rob
|
|
|
|
*** empty log message ***
|
|
|
|
|
|
|
|
Revision 1.2 2002/10/22 21:06:49 rob
|
|
|
|
*** empty log message ***
|
|
|
|
|
|
|
|
Revision 1.2 2002/08/29 18:56:37 rob
|
|
|
|
*** empty log message ***
|
|
|
|
|
|
|
|
Revision 1.1.1.1 2002/04/24 17:08:23 rob
|
|
|
|
UIUC version of FlightGear-0.7.pre11
|
2002-09-10 01:13:59 +00:00
|
|
|
|
2002-04-01 21:37:33 +00:00
|
|
|
Revision 1.5 2002/04/01 19:37:34 curt
|
|
|
|
I have attached revisions to the UIUC code. The revisions include the
|
|
|
|
ability to run a nonlinear model with flaps. The files ls_model.c and
|
|
|
|
uiuc_aero.c were changed since we had some functions with the same
|
|
|
|
name. The name changes doesn't affect the code, it just makes it a
|
|
|
|
little easier to read. There are changes in LaRCsim.cxx so UIUC
|
|
|
|
models have engine sound. Could you send me an email when you receive
|
|
|
|
this and/or when the changes make it to the CVS? Thanks.
|
|
|
|
|
|
|
|
Also I noticed you have some outdated files that are no longer used in
|
|
|
|
the UIUCModel directory. They are uiuc_initializemaps1.cpp,
|
|
|
|
uiuc_initializemaps2.cpp, uiuc_initializemaps3.cpp, and
|
|
|
|
uiuc_initializemaps4.cpp
|
|
|
|
|
|
|
|
Rob
|
|
|
|
|
2001-09-14 20:47:27 +00:00
|
|
|
Revision 1.4 2001/09/14 18:47:27 curt
|
|
|
|
More changes in support of UIUCModel.
|
|
|
|
|
2000-10-28 16:30:30 +00:00
|
|
|
Revision 1.3 2000/10/28 14:30:33 curt
|
|
|
|
Updates by Tony working on the FDM interface bus.
|
|
|
|
|
2000-04-10 20:09:40 +00:00
|
|
|
Revision 1.2 2000/04/10 18:09:41 curt
|
|
|
|
David Megginson made a few (mostly minor) mods to the LaRCsim files, and
|
|
|
|
it's now possible to choose the LaRCsim model at runtime, as in
|
|
|
|
|
|
|
|
fgfs --aircraft=c172
|
|
|
|
|
|
|
|
or
|
|
|
|
|
|
|
|
fgfs --aircraft=uiuc --aircraft-dir=Aircraft-uiuc/Boeing747
|
|
|
|
|
|
|
|
I did this so that I could play with the UIUC stuff without losing
|
|
|
|
Tony's C172 with its flaps, etc. I did my best to respect the design
|
|
|
|
of the LaRCsim code by staying in C, making only minimal changes, and
|
|
|
|
not introducing any dependencies on the rest of FlightGear. The
|
|
|
|
modified files are attached.
|
|
|
|
|
|
|
|
Revision 1.1.1.1 1999/06/17 18:07:33 curt
|
|
|
|
Start of 0.7.x branch
|
1999-04-05 21:32:32 +00:00
|
|
|
|
1999-06-17 20:07:19 +00:00
|
|
|
Revision 1.1.1.1 1999/04/05 21:32:45 curt
|
|
|
|
Start of 0.6.x branch.
|
|
|
|
|
1998-08-06 12:46:37 +00:00
|
|
|
Revision 1.3 1998/08/06 12:46:39 curt
|
|
|
|
Header change.
|
|
|
|
|
1998-01-19 18:40:15 +00:00
|
|
|
Revision 1.2 1998/01/19 18:40:27 curt
|
|
|
|
Tons of little changes to clean up the code and to remove fatal errors
|
|
|
|
when building with the c++ compiler.
|
|
|
|
|
1997-05-29 00:09:51 +00:00
|
|
|
Revision 1.1 1997/05/29 00:09:58 curt
|
|
|
|
Initial Flight Gear revision.
|
|
|
|
|
|
|
|
* Revision 1.3 1995/03/06 18:49:46 bjax
|
|
|
|
* Added dt and initialize flag parameters to subroutine calls. This will
|
|
|
|
* support trim routine (to allow single throttle setting to drive
|
|
|
|
* all four throttle positions, for example, if initialize is TRUE).
|
|
|
|
*
|
|
|
|
* Revision 1.2 1993/03/10 06:38:09 bjax
|
|
|
|
* Added additional calls: inertias() and subsystems()... EBJ
|
|
|
|
*
|
|
|
|
* Revision 1.1 92/12/30 13:19:08 bjax
|
|
|
|
* Initial revision
|
|
|
|
*
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
REFERENCES:
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
CALLED BY: ls_step (in initialization), ls_loop (planned)
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
CALLS TO: aero(), engine(), gear()
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
INPUTS:
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
OUTPUTS:
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------*/
|
|
|
|
#include "ls_types.h"
|
1998-01-19 18:40:15 +00:00
|
|
|
#include "ls_model.h"
|
|
|
|
#include "default_model_routines.h"
|
1997-05-29 00:09:51 +00:00
|
|
|
|
2000-04-10 20:09:40 +00:00
|
|
|
Model current_model;
|
|
|
|
|
1997-05-29 00:09:51 +00:00
|
|
|
|
1998-01-19 18:40:15 +00:00
|
|
|
void ls_model( SCALAR dt, int Initialize ) {
|
2000-04-10 20:09:40 +00:00
|
|
|
switch (current_model) {
|
|
|
|
case NAVION:
|
|
|
|
inertias( dt, Initialize );
|
|
|
|
subsystems( dt, Initialize );
|
|
|
|
navion_aero( dt, Initialize );
|
|
|
|
navion_engine( dt, Initialize );
|
|
|
|
navion_gear( dt, Initialize );
|
|
|
|
break;
|
|
|
|
case C172:
|
2000-10-28 16:30:30 +00:00
|
|
|
if(Initialize < 0) c172_init();
|
2000-04-10 20:09:40 +00:00
|
|
|
inertias( dt, Initialize );
|
|
|
|
subsystems( dt, Initialize );
|
|
|
|
c172_aero( dt, Initialize );
|
|
|
|
c172_engine( dt, Initialize );
|
|
|
|
c172_gear( dt, Initialize );
|
|
|
|
break;
|
|
|
|
case CHEROKEE:
|
|
|
|
inertias( dt, Initialize );
|
|
|
|
subsystems( dt, Initialize );
|
|
|
|
cherokee_aero( dt, Initialize );
|
|
|
|
cherokee_engine( dt, Initialize );
|
|
|
|
cherokee_gear( dt, Initialize );
|
|
|
|
break;
|
|
|
|
case UIUC:
|
|
|
|
inertias( dt, Initialize );
|
|
|
|
subsystems( dt, Initialize );
|
2003-05-13 18:45:04 +00:00
|
|
|
uiuc_init_2_wrapper();
|
|
|
|
uiuc_network_recv_2_wrapper();
|
2002-04-01 21:37:33 +00:00
|
|
|
uiuc_engine_2_wrapper( dt, Initialize );
|
2003-05-13 18:45:04 +00:00
|
|
|
uiuc_wind_2_wrapper( dt, Initialize );
|
2002-11-08 17:03:49 +00:00
|
|
|
uiuc_aero_2_wrapper( dt, Initialize );
|
2002-04-01 21:37:33 +00:00
|
|
|
uiuc_gear_2_wrapper( dt, Initialize );
|
2003-05-13 18:45:04 +00:00
|
|
|
uiuc_network_send_2_wrapper();
|
2002-04-01 21:37:33 +00:00
|
|
|
uiuc_record_2_wrapper(dt);
|
2000-04-10 20:09:40 +00:00
|
|
|
break;
|
|
|
|
}
|
1997-05-29 00:09:51 +00:00
|
|
|
}
|