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
FGPropulsion Class Reference

Detailed Description

Propulsion management class.

The Propulsion class is the container for the entire propulsion system, which is comprised of engines, and tanks. Once the Propulsion class gets the config file, it reads in the <propulsion> section. Then:

  1. The appropriate engine type instance is created
  2. At least one tank object is created, and is linked to an engine.

At Run time each engine's Calculate() method is called.

Configuration File Format:

<propulsion>
<engine file="{string}">
... see FGEngine, FGThruster, and class for engine type ...
</engine>
... more engines ...
<tank type="{FUEL | OXIDIZER}">
... see FGTank ...
</tank>
... more tanks ...
<dump-rate unit="{LBS/MIN | KG/MIN}"> {number} </dump-rate>
<refuel-rate unit="{LBS/MIN | KG/MIN}"> {number} </refuel-rate>
</propulsion>
Base class for all engines.
Definition FGEngine.h:104
Models a fuel tank.
Definition FGTank.h:203
Base class for specific thrusting devices such as propellers, nozzles, etc.
Definition FGThruster.h:77
Author
Jon S. Berndt
See also
FGEngine FGTank

Definition at line 98 of file FGPropulsion.h.

#include <FGPropulsion.h>

+ Inheritance diagram for FGPropulsion:
+ Collaboration diagram for FGPropulsion:

Public Member Functions

 FGPropulsion (FGFDMExec *)
 Constructor.
 
 ~FGPropulsion () override
 Destructor.
 
const FGMatrix33CalculateTankInertias (void)
 
void DoRefuel (double time_slice)
 
void DumpFuel (double time_slice)
 
SGPath FindFullPathName (const SGPath &path) const override
 
int GetActiveEngine (void) const
 
int GetCutoff (void) const
 
auto GetEngine (unsigned int index) const
 Retrieves an engine object pointer from the list of engines.
 
double GetForces (int n) const
 
const FGColumnVector3GetForces (void) const
 
bool GetFuelFreeze (void) const
 
double GetMoments (int n) const
 
const FGColumnVector3GetMoments (void) const
 
size_t GetNumEngines (void) const
 Retrieves the number of engines defined for the aircraft.
 
size_t GetNumTanks (void) const
 Retrieves the number of tanks defined for the aircraft.
 
std::string GetPropulsionStrings (const std::string &delimiter) const
 
std::string GetPropulsionTankReport ()
 
std::string GetPropulsionValues (const std::string &delimiter) const
 
int GetStarter (void) const
 
bool GetSteadyState (void)
 Loops the engines until thrust output steady (used for trimming)
 
auto GetTank (unsigned int index) const
 Retrieves a tank object pointer from the list of tanks.
 
const FGColumnVector3GetTanksMoment (void)
 
double GetTanksWeight (void) const
 
bool InitModel (void) override
 
void InitRunning (int n)
 Sets up the engines as running.
 
bool Load (Element *el) override
 Loads the propulsion system (engine[s] and tank[s]).
 
bool Run (bool Holding) override
 Executes the propulsion model.
 
void SetActiveEngine (int engine)
 
void SetCutoff (int setting=0)
 
void SetFuelFreeze (bool f)
 
void SetMagnetos (int setting)
 
void SetStarter (int setting)
 
double Transfer (int source, int target, double amount)
 
- Public Member Functions inherited from FGModel
 FGModel (FGFDMExec *)
 Constructor.
 
 ~FGModel () override
 Destructor.
 
FGFDMExecGetExec (void)
 
const std::string & GetName (void)
 
unsigned int GetRate (void)
 Get the output rate for the model in frames.
 
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 FGEngine::Inputs in
 

Additional Inherited Members

- 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...
 
- 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__
 

Constructor & Destructor Documentation

◆ FGPropulsion()

FGPropulsion ( FGFDMExec exec)

Constructor.

Definition at line 73 of file FGPropulsion.cpp.

73 : FGModel(exec)
74{
75 Name = "FGPropulsion";
76
77 ActiveEngine = -1; // -1: ALL, 0: Engine 1, 1: Engine 2 ...
78 tankJ.InitMatrix();
79 DumpRate = 0.0;
80 RefuelRate = 6000.0;
81 FuelFreeze = false;
82
83 Debug(0);
84}
void InitMatrix(void)
Initialize the matrix.
FGModel(FGFDMExec *)
Constructor.
Definition FGModel.cpp:57
+ Here is the call graph for this function:

◆ ~FGPropulsion()

~FGPropulsion ( )
override

Destructor.

Definition at line 88 of file FGPropulsion.cpp.

89{
90 Debug(1);
91}

Member Function Documentation

◆ CalculateTankInertias()

const FGMatrix33 & CalculateTankInertias ( void  )

Definition at line 573 of file FGPropulsion.cpp.

574{
575 if (Tanks.empty()) return tankJ;
576
577 tankJ.InitMatrix();
578
579 for (const auto& tank: Tanks) {
580 tankJ += FDMExec->GetMassBalance()->GetPointmassInertia( lbtoslug * tank->GetContents(),
581 tank->GetXYZ());
582 tankJ(1,1) += tank->GetIxx();
583 tankJ(2,2) += tank->GetIyy();
584 tankJ(3,3) += tank->GetIzz();
585 }
586
587 return tankJ;
588}
std::shared_ptr< FGMassBalance > GetMassBalance(void) const
Returns the FGAircraft pointer.

◆ DoRefuel()

void DoRefuel ( double  time_slice)

Definition at line 744 of file FGPropulsion.cpp.

745{
746 double fillrate = RefuelRate / 60.0 * time_slice;
747 int TanksNotFull = 0;
748
749 for (const auto& tank: Tanks) {
750 if (tank->GetPctFull() < 99.99) ++TanksNotFull;
751 }
752
753 // adds fuel equally to all tanks that are not full
754 if (TanksNotFull) {
755 for (unsigned int i=0; i<Tanks.size(); i++) {
756 if (Tanks[i]->GetPctFull() < 99.99)
757 Transfer(-1, i, fillrate/TanksNotFull);
758 }
759 }
760}

◆ DumpFuel()

void DumpFuel ( double  time_slice)

Definition at line 764 of file FGPropulsion.cpp.

765{
766 int TanksDumping = 0;
767
768 for (const auto& tank: Tanks) {
769 if (tank->GetContents() > tank->GetStandpipe()) ++TanksDumping;
770 }
771
772 if (TanksDumping == 0) return;
773
774 double dump_rate_per_tank = DumpRate / 60.0 * time_slice / TanksDumping;
775
776 for (unsigned int i=0; i<Tanks.size(); i++) {
777 if (Tanks[i]->GetContents() > Tanks[i]->GetStandpipe()) {
778 Transfer(i, -1, dump_rate_per_tank);
779 }
780 }
781}

◆ FindFullPathName()

SGPath FindFullPathName ( const SGPath &  path) const
overridevirtual

Reimplemented from FGModel.

Definition at line 440 of file FGPropulsion.cpp.

441{
442 SGPath name = FGModel::FindFullPathName(path);
443 if (!ReadingEngine && !name.isNull()) return name;
444
445#ifdef _WIN32
446 // Singular and plural are allowed for the folder names for consistency with
447 // the default engine folder name "engine" and for backward compatibility
448 // regarding the folder name "Engines".
449 const array<string, 2> dir_names = {"Engines", "engine"};
450#else
451 // Allow alternative capitalization for case sensitive OSes.
452 const array<string, 4> dir_names = {"Engines", "engines", "Engine", "engine"};
453#endif
454
455 for(const string& dir_name: dir_names) {
456 name = CheckPathName(FDMExec->GetFullAircraftPath()/dir_name, path);
457 if (!name.isNull()) return name;
458 }
459
460 return CheckPathName(FDMExec->GetEnginePath(), path);
461}
const SGPath & GetEnginePath(void)
Retrieves the engine path.
Definition FGFDMExec.h:395
const SGPath & GetFullAircraftPath(void)
Retrieves the full aircraft path name.
Definition FGFDMExec.h:401

◆ GetActiveEngine()

int GetActiveEngine ( void  ) const
inline

Definition at line 172 of file FGPropulsion.h.

172{return ActiveEngine;}

◆ GetCutoff()

int GetCutoff ( void  ) const

Definition at line 679 of file FGPropulsion.cpp.

680{
681 if (ActiveEngine < 0) {
682 bool cutoff = true;
683
684 for (auto& engine: Engines) {
685 switch (engine->GetType()) {
686 case FGEngine::etTurbine:
687 cutoff &= static_pointer_cast<FGTurbine>(engine)->GetCutoff();
688 break;
689 case FGEngine::etTurboprop:
690 cutoff &= static_pointer_cast<FGTurboProp>(engine)->GetCutoff();
691 break;
692 default:
693 return -1;
694 }
695 }
696
697 return cutoff ? 1 : 0;
698 } else {
699 auto engine = Engines[ActiveEngine];
700 switch (engine->GetType()) {
701 case FGEngine::etTurbine:
702 return static_pointer_cast<FGTurbine>(engine)->GetCutoff() ? 1 : 0;
703 case FGEngine::etTurboprop:
704 return static_pointer_cast<FGTurboProp>(engine)->GetCutoff() ? 1 : 0;
705 default:
706 break;
707 }
708 }
709
710 return -1;
711}

◆ GetEngine()

auto GetEngine ( unsigned int  index) const
inline

Retrieves an engine object pointer from the list of engines.

Parameters
indexthe engine index within the vector container
Returns
the address of the specific engine, or zero if no such engine is available

Definition at line 132 of file FGPropulsion.h.

132 {
133 assert(index < Engines.size());
134 return Engines[index];
135 }
+ Here is the caller graph for this function:

◆ GetForces() [1/2]

double GetForces ( int  n) const
inline

Definition at line 160 of file FGPropulsion.h.

160{ return vForces(n);}

◆ GetForces() [2/2]

const FGColumnVector3 & GetForces ( void  ) const
inline

Definition at line 159 of file FGPropulsion.h.

159{return vForces; }

◆ GetFuelFreeze()

bool GetFuelFreeze ( void  ) const
inline

Definition at line 173 of file FGPropulsion.h.

173{return FuelFreeze;}

◆ GetMoments() [1/2]

double GetMoments ( int  n) const
inline

Definition at line 162 of file FGPropulsion.h.

162{return vMoments(n);}

◆ GetMoments() [2/2]

const FGColumnVector3 & GetMoments ( void  ) const
inline

Definition at line 161 of file FGPropulsion.h.

161{return vMoments;}

◆ GetNumEngines()

size_t GetNumEngines ( void  ) const
inline

Retrieves the number of engines defined for the aircraft.

Definition at line 126 of file FGPropulsion.h.

126{return Engines.size();}
+ Here is the caller graph for this function:

◆ GetNumTanks()

size_t GetNumTanks ( void  ) const
inline

Retrieves the number of tanks defined for the aircraft.

Definition at line 138 of file FGPropulsion.h.

138{return Tanks.size();}

◆ GetPropulsionStrings()

string GetPropulsionStrings ( const std::string &  delimiter) const

Definition at line 465 of file FGPropulsion.cpp.

466{
467 unsigned int i = 0;
468
469 string PropulsionStrings;
470 bool firstime = true;
471 stringstream buf;
472
473 for (auto& engine: Engines) {
474 if (firstime) firstime = false;
475 else PropulsionStrings += delimiter;
476
477 PropulsionStrings += engine->GetEngineLabels(delimiter);
478 }
479 for (auto& tank: Tanks) {
480 if (tank->GetType() == FGTank::ttFUEL) buf << delimiter << "Fuel Tank " << i++;
481 else if (tank->GetType() == FGTank::ttOXIDIZER) buf << delimiter << "Oxidizer Tank " << i++;
482
483 const string& name = tank->GetName();
484 if (!name.empty()) buf << " (" << name << ")";
485 }
486
487 PropulsionStrings += buf.str();
488
489 return PropulsionStrings;
490}

◆ GetPropulsionTankReport()

string GetPropulsionTankReport ( )

Definition at line 518 of file FGPropulsion.cpp.

519{
520 string out;
521 stringstream outstream;
522 unsigned int i = 0;
523
524 /*const FGMatrix33& mTkI =*/ CalculateTankInertias();
525
526 for (const auto& tank: Tanks) {
527 string tankdesc;
528 const string& tankname = tank->GetName();
529 if (!tankname.empty()) tankdesc = tankname + " (";
530 if (tank->GetType() == FGTank::ttFUEL && tank->GetGrainType() != FGTank::gtUNKNOWN) {
531 tankdesc += "Solid Fuel";
532 } else if (tank->GetType() == FGTank::ttFUEL) {
533 tankdesc += "Fuel";
534 } else if (tank->GetType() == FGTank::ttOXIDIZER) {
535 tankdesc += "Oxidizer";
536 } else {
537 tankdesc += "Unknown tank type";
538 }
539 if (!tankname.empty()) tankdesc += ")";
540 outstream << highint << left << setw(4) << i++ << setw(30) << tankdesc << normint
541 << right << setw(12) << tank->GetContents() << setw(8) << tank->GetXYZ(eX)
542 << setw(8) << tank->GetXYZ(eY) << setw(8) << tank->GetXYZ(eZ)
543 << setw(12) << tank->GetIxx() << setw(12) << tank->GetIyy()
544 << setw(12) << tank->GetIzz() << endl;
545 }
546 return outstream.str();
547}
static char normint[6]
normal intensity text
Definition FGJSBBase.h:154
static char highint[5]
highlights text
Definition FGJSBBase.h:150

◆ GetPropulsionValues()

string GetPropulsionValues ( const std::string &  delimiter) const

Definition at line 494 of file FGPropulsion.cpp.

495{
496 string PropulsionValues;
497 bool firstime = true;
498 stringstream buf;
499
500 for (const auto& engine: Engines) {
501 if (firstime) firstime = false;
502 else PropulsionValues += delimiter;
503
504 PropulsionValues += engine->GetEngineValues(delimiter);
505 }
506 for (const auto& tank: Tanks) {
507 buf << delimiter;
508 buf << tank->GetContents();
509 }
510
511 PropulsionValues += buf.str();
512
513 return PropulsionValues;
514}

◆ GetStarter()

int GetStarter ( void  ) const

Definition at line 630 of file FGPropulsion.cpp.

631{
632 if (ActiveEngine < 0) {
633 bool starter = true;
634
635 for (auto& engine: Engines)
636 starter &= engine->GetStarter();
637
638 return starter ? 1 : 0;
639 } else
640 return Engines[ActiveEngine]->GetStarter() ? 1: 0;
641}

◆ GetSteadyState()

bool GetSteadyState ( void  )

Loops the engines until thrust output steady (used for trimming)

Definition at line 265 of file FGPropulsion.cpp.

266{
267 double currentThrust = 0, lastThrust = -1;
268 int steady_count = 0, j = 0;
269 bool steady = false;
270 bool TrimMode = FDMExec->GetTrimStatus();
271 double TimeStep = FDMExec->GetDeltaT();
272
273 vForces.InitMatrix();
274 vMoments.InitMatrix();
275
276 if (!FGModel::Run(false)) {
277 FDMExec->SetTrimStatus(true);
278 // This is a time marching algorithm so it needs a non-zero time step to
279 // reach a steady state.
280 in.TotalDeltaT = 0.5;
281
282 for (auto& engine: Engines) {
283 steady=false;
284 steady_count=0;
285 j=0;
286 while (!steady && j < 6000) {
287 engine->Calculate();
288 lastThrust = currentThrust;
289 currentThrust = engine->GetThrust();
290 if (fabs(lastThrust-currentThrust) < 0.0001) {
291 steady_count++;
292 if (steady_count > 120) {
293 steady=true;
294 }
295 } else {
296 steady_count=0;
297 }
298 j++;
299 }
300 vForces += engine->GetBodyForces(); // sum body frame forces
301 vMoments += engine->GetMoments(); // sum body frame moments
302 }
303
304 FDMExec->SetTrimStatus(TrimMode);
305 in.TotalDeltaT = TimeStep;
306
307 return false;
308 } else {
309 return true;
310 }
311}
double GetDeltaT(void) const
Returns the simulation delta T.
Definition FGFDMExec.h:552
virtual bool Run(bool Holding)
Runs the model; called by the Executive.
Definition FGModel.cpp:89
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetTank()

auto GetTank ( unsigned int  index) const
inline

Retrieves a tank object pointer from the list of tanks.

Parameters
indexthe tank index within the vector container
Returns
the address of the specific tank, or zero if no such tank is available

Definition at line 144 of file FGPropulsion.h.

144 {
145 assert(index < Tanks.size());
146 return Tanks[index];
147 }

◆ GetTanksMoment()

const FGColumnVector3 & GetTanksMoment ( void  )

Definition at line 551 of file FGPropulsion.cpp.

552{
553 vXYZtank_arm.InitMatrix();
554 for (const auto& tank: Tanks)
555 vXYZtank_arm += tank->GetXYZ() * tank->GetContents();
556
557 return vXYZtank_arm;
558}

◆ GetTanksWeight()

double GetTanksWeight ( void  ) const

Definition at line 562 of file FGPropulsion.cpp.

563{
564 double Tw = 0.0;
565
566 for (const auto& tank: Tanks) Tw += tank->GetContents();
567
568 return Tw;
569}

◆ InitModel()

bool InitModel ( void  )
overridevirtual

Reimplemented from FGModel.

Definition at line 95 of file FGPropulsion.cpp.

96{
97 bool result = true;
98
99 if (!FGModel::InitModel()) return false;
100
101 vForces.InitMatrix();
102 vMoments.InitMatrix();
103
104 for (auto& tank: Tanks) tank->ResetToIC();
105 TotalFuelQuantity = 0.0;
106 TotalOxidizerQuantity = 0.0;
107 refuel = dump = false;
108
109 for (auto& engine: Engines) engine->ResetToIC();
110
111 return result;
112}

◆ InitRunning()

void InitRunning ( int  n)

Sets up the engines as running.

Definition at line 315 of file FGPropulsion.cpp.

316{
317 if (n >= 0) { // A specific engine is supposed to be initialized
318
319 if (n >= (int)GetNumEngines() ) {
320 throw(string("Tried to initialize a non-existent engine!"));
321 }
322
323 in.ThrottleCmd[n] = in.ThrottlePos[n] = 1; // Set the throttle command and position
324 in.MixtureCmd[n] = in.MixturePos[n] = 1; // Set the mixture command and position
325
326 GetEngine(n)->InitRunning();
328
329 } else if (n < 0) { // -1 refers to "All Engines"
330
331 for (unsigned int i=0; i<GetNumEngines(); i++) {
332 in.ThrottleCmd[i] = in.ThrottlePos[i] = 1; // Set the throttle command and position
333 in.MixtureCmd[i] = in.MixturePos[i] = 1; // Set the mixture command and position
334 GetEngine(i)->InitRunning();
335 }
336
338 }
339}
bool GetSteadyState(void)
Loops the engines until thrust output steady (used for trimming)
auto GetEngine(unsigned int index) const
Retrieves an engine object pointer from the list of engines.
size_t GetNumEngines(void) const
Retrieves the number of engines defined for the aircraft.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Load()

bool Load ( Element el)
overridevirtual

Loads the propulsion system (engine[s] and tank[s]).

Characteristics of the propulsion system are read in from the config file.

Parameters
elpointer to an XML element that contains the engine information.
Returns
true if successfully loaded, otherwise false

Reimplemented from FGModel.

Definition at line 343 of file FGPropulsion.cpp.

344{
345 FGModelLoader ModelLoader(this);
346
347 Debug(2);
348 ReadingEngine = false;
349 double FuelDensity = 6.0;
350
351 Name = "Propulsion Model: " + el->GetAttributeValue("name");
352
353 // Perform base class Pre-Load
354 if (!FGModel::Upload(el, true))
355 return false;
356
357 // Process tank definitions first to establish the number of fuel tanks
358
359 Element* tank_element = el->FindElement("tank");
360 unsigned int numTanks = 0;
361
362 while (tank_element) {
363 Tanks.push_back(make_shared<FGTank>(FDMExec, tank_element, numTanks));
364 const auto& tank = Tanks.back();
365 if (tank->GetType() == FGTank::ttFUEL)
366 FuelDensity = tank->GetDensity();
367 else if (tank->GetType() != FGTank::ttOXIDIZER) {
368 cerr << "Unknown tank type specified." << endl;
369 return false;
370 }
371 numTanks++;
372 tank_element = el->FindNextElement("tank");
373 }
374
375 ReadingEngine = true;
376 Element* engine_element = el->FindElement("engine");
377 unsigned int numEngines = 0;
378
379 while (engine_element) {
380 if (!ModelLoader.Open(engine_element)) return false;
381
382 try {
383 // Locate the thruster definition
384 Element* thruster_element = engine_element->FindElement("thruster");
385 if (!thruster_element || !ModelLoader.Open(thruster_element))
386 throw("No thruster definition supplied with engine definition.");
387
388 if (engine_element->FindElement("piston_engine")) {
389 Element *element = engine_element->FindElement("piston_engine");
390 Engines.push_back(make_shared<FGPiston>(FDMExec, element, numEngines, in));
391 } else if (engine_element->FindElement("turbine_engine")) {
392 Element *element = engine_element->FindElement("turbine_engine");
393 Engines.push_back(make_shared<FGTurbine>(FDMExec, element, numEngines, in));
394 } else if (engine_element->FindElement("turboprop_engine")) {
395 Element *element = engine_element->FindElement("turboprop_engine");
396 Engines.push_back(make_shared<FGTurboProp>(FDMExec, element, numEngines, in));
397 } else if (engine_element->FindElement("rocket_engine")) {
398 Element *element = engine_element->FindElement("rocket_engine");
399 Engines.push_back(make_shared<FGRocket>(FDMExec, element, numEngines, in));
400 } else if (engine_element->FindElement("electric_engine")) {
401 Element *element = engine_element->FindElement("electric_engine");
402 Engines.push_back(make_shared<FGElectric>(FDMExec, element, numEngines, in));
403 } else if (engine_element->FindElement("brushless_dc_motor")) {
404 Element *element = engine_element->FindElement("brushless_dc_motor");
405 Engines.push_back(make_shared<FGBrushLessDCMotor>(FDMExec, element, numEngines, in));
406 }
407 else {
408 cerr << engine_element->ReadFrom() << " Unknown engine type" << endl;
409 return false;
410 }
411 } catch (std::string& str) {
412 cerr << endl << fgred << str << reset << endl;
413 return false;
414 }
415
416 numEngines++;
417
418 engine_element = el->FindNextElement("engine");
419 }
420
421 if (numEngines) bind();
422
423 CalculateTankInertias();
424
425 if (el->FindElement("dump-rate"))
426 DumpRate = el->FindElementValueAsNumberConvertTo("dump-rate", "LBS/MIN");
427 if (el->FindElement("refuel-rate"))
428 RefuelRate = el->FindElementValueAsNumberConvertTo("refuel-rate", "LBS/MIN");
429
430 for (auto& engine: Engines)
431 engine->SetFuelDensity(FuelDensity);
432
433 PostLoad(el, FDMExec);
434
435 return true;
436}
static char fgred[6]
red text
Definition FGJSBBase.h:166
static char reset[5]
resets text properties
Definition FGJSBBase.h:156
bool Upload(Element *el, bool preLoad)
Uploads this model in memory.
Definition FGModel.cpp:110
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Run()

bool Run ( bool  Holding)
overridevirtual

Executes the propulsion model.

The initial plan for the FGPropulsion class calls for Run() to be executed, calculating the power available from the engine. 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 116 of file FGPropulsion.cpp.

117{
118 if (FGModel::Run(Holding)) return true;
119 if (Holding) return false;
120
121 RunPreFunctions();
122
123 vForces.InitMatrix();
124 vMoments.InitMatrix();
125
126 for (auto& engine: Engines) {
127 engine->Calculate();
128 ConsumeFuel(engine.get());
129 vForces += engine->GetBodyForces(); // sum body frame forces
130 vMoments += engine->GetMoments(); // sum body frame moments
131 }
132
133 TotalFuelQuantity = 0.0;
134 TotalOxidizerQuantity = 0.0;
135 for (auto& tank: Tanks) {
136 tank->Calculate( in.TotalDeltaT, in.TAT_c);
137 switch (tank->GetType()) {
138 case FGTank::ttFUEL:
139 TotalFuelQuantity += tank->GetContents();
140 break;
141 case FGTank::ttOXIDIZER:
142 TotalOxidizerQuantity += tank->GetContents();
143 break;
144 default:
145 break;
146 }
147 }
148
149 if (refuel) DoRefuel( in.TotalDeltaT );
150 if (dump) DumpFuel( in.TotalDeltaT );
151
152 RunPostFunctions();
153
154 return false;
155}
+ Here is the call graph for this function:

◆ SetActiveEngine()

void SetActiveEngine ( int  engine)

Definition at line 715 of file FGPropulsion.cpp.

716{
717 if (engine >= (int)Engines.size() || engine < 0)
718 ActiveEngine = -1;
719 else
720 ActiveEngine = engine;
721}

◆ SetCutoff()

void SetCutoff ( int  setting = 0)

Definition at line 645 of file FGPropulsion.cpp.

646{
647 bool bsetting = setting == 0 ? false : true;
648
649 if (ActiveEngine < 0) {
650 for (auto& engine: Engines) {
651 switch (engine->GetType()) {
652 case FGEngine::etTurbine:
653 static_pointer_cast<FGTurbine>(engine)->SetCutoff(bsetting);
654 break;
655 case FGEngine::etTurboprop:
656 static_pointer_cast<FGTurboProp>(engine)->SetCutoff(bsetting);
657 break;
658 default:
659 break;
660 }
661 }
662 } else {
663 auto engine = Engines[ActiveEngine];
664 switch (engine->GetType()) {
665 case FGEngine::etTurbine:
666 static_pointer_cast<FGTurbine>(engine)->SetCutoff(bsetting);
667 break;
668 case FGEngine::etTurboprop:
669 static_pointer_cast<FGTurboProp>(engine)->SetCutoff(bsetting);
670 break;
671 default:
672 break;
673 }
674 }
675}

◆ SetFuelFreeze()

void SetFuelFreeze ( bool  f)

Definition at line 785 of file FGPropulsion.cpp.

786{
787 FuelFreeze = f;
788 for (auto& engine: Engines) engine->SetFuelFreeze(f);
789}

◆ SetMagnetos()

void SetMagnetos ( int  setting)

Definition at line 592 of file FGPropulsion.cpp.

593{
594 if (ActiveEngine < 0) {
595 for (auto& engine: Engines) {
596 // ToDo: first need to make sure the engine Type is really appropriate:
597 // do a check to see if it is of type Piston. This should be done for
598 // all of this kind of possibly across-the-board settings.
599 if (engine->GetType() == FGEngine::etPiston)
600 static_pointer_cast<FGPiston>(engine)->SetMagnetos(setting);
601 }
602 } else {
603 auto engine = dynamic_pointer_cast<FGPiston>(Engines[ActiveEngine]);
604 if (engine)
605 engine->SetMagnetos(setting);
606 }
607}

◆ SetStarter()

void SetStarter ( int  setting)

Definition at line 611 of file FGPropulsion.cpp.

612{
613 if (ActiveEngine < 0) {
614 for (auto& engine: Engines) {
615 if (setting == 0)
616 engine->SetStarter(false);
617 else
618 engine->SetStarter(true);
619 }
620 } else {
621 if (setting == 0)
622 Engines[ActiveEngine]->SetStarter(false);
623 else
624 Engines[ActiveEngine]->SetStarter(true);
625 }
626}

◆ Transfer()

double Transfer ( int  source,
int  target,
double  amount 
)

Definition at line 725 of file FGPropulsion.cpp.

726{
727 double shortage, overage;
728
729 if (source == -1) {
730 shortage = 0.0;
731 } else {
732 shortage = Tanks[source]->Drain(amount);
733 }
734 if (target == -1) {
735 overage = 0.0;
736 } else {
737 overage = Tanks[target]->Fill(amount - shortage);
738 }
739 return overage;
740}

Member Data Documentation

◆ in

struct FGEngine::Inputs in

Definition at line 184 of file FGPropulsion.h.


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