Skip to content

Not maintaining speed #1056

Answered by seanmcleod
hudkinsnoah asked this question in Q&A
Mar 13, 2024 · 5 comments · 5 replies
Discussion options

You must be logged in to vote

I apologize for my misuse of some of terminology

No need to apologize.

Is there something specific that I need to look at for starting the engines?

Couple of options, depending on how you're using JSBSim.

So first off you can specify that the engines are running in the initialisation file, the -1 means all engines.

<?xml version="1.0" encoding="utf-8"?>
<initialize name="cruise">
  <!--
    This file sets up the aircraft to start off
    at cruise conditions for the rudder kick.
  -->
  <altitude unit="FT">  1000.0 </altitude>
  <vc unit="KTS">        200.0 </vc>
  <gamma unit="DEG">       0.0 </gamma>
  <beta unit="DEG">        0.0 </beta>
  <running> -1 </running>
</initialize>

Or, …

Replies: 5 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@hudkinsnoah
Comment options

Comment options

You must be logged in to vote
2 replies
@hudkinsnoah
Comment options

@hudkinsnoah
Comment options

Comment options

You must be logged in to vote
1 reply
@hudkinsnoah
Comment options

Comment options

You must be logged in to vote
1 reply
@hudkinsnoah
Comment options

Answer selected by hudkinsnoah
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants