Skip to content

Commit

Permalink
AutoPilot for Global5000 (#434)
Browse files Browse the repository at this point in the history
* include Bombardier Global 5000 aircraft

* complete Global 5000 OK running

* corrections requested

* CL alpha

* fix Lift

* include AutoPilot for long range cruise at 30 kft

* correct name of the modifications author

* remove files
  • Loading branch information
gasilva authored Jun 2, 2021
1 parent a285d4b commit a35be5c
Show file tree
Hide file tree
Showing 5 changed files with 785 additions and 3 deletions.
16 changes: 15 additions & 1 deletion aircraft/global5000/global5000.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<version>$Revision: 1.20 $</version>
<description>


File created with Aeromatic

Based on Moellemi, M., Jafer, S., Towhidnejad, M. "Flight Dynamics Model of Bombardier Global 5000 Aircraft", AIAA Modeling and Simulation Technologies Conference, 13-17 June 2016, Washington D.C., AIAA 2016-3525, DOI: 10.2514/6.2016-3525
Expand All @@ -18,7 +19,6 @@

Mods:
included feed=2 in the engine to use tank 2
included function for lift coefficient
included important outputs
adjusted CL and CD tables to match theoretical Polar Drag curve
by considering e=0.83 and k=0.03453 and FAA TC 18-7
Expand Down Expand Up @@ -269,11 +269,23 @@

</propulsion>


<system file="GNCUtilities"/>

<system file="Autopilot">
<property value="0.523"> guidance/roll-angle-limit </property>
<property value="0.174"> guidance/roll-rate-limit </property>
</system>

<autopilot file="global5000ap"/>


<flight_control name="FCS: global5000">

<channel name="Pitch">

<summer name="Pitch Trim Sum">
<input>ap/elevator_cmd</input>
<input>fcs/elevator-cmd-norm</input>
<input>fcs/pitch-trim-cmd-norm</input>
<clipto>
Expand Down Expand Up @@ -914,6 +926,8 @@
<property> velocities/vtrue-kts </property>
<property> gear/gear-cmd-norm </property>
<property> aero/coefficient/CLalpha </property>
<property> position/h-agl-ft </property>


<simulation> OFF </simulation>
<atmosphere> OFF </atmosphere>
Expand Down
Loading

0 comments on commit a35be5c

Please sign in to comment.