41 #include "FGThruster.h" 47 #define ID_NOZZLE "$Id: FGNozzle.h,v 1.12 2014/01/12 14:22:56 ehofman Exp $" 92 double Calculate(
double vacThrust);
93 std::string GetThrusterLabels(
int id,
const std::string& delimeter);
94 std::string GetThrusterValues(
int id,
const std::string& delimeter);
Base class for specific thrusting devices such as propellers, nozzles, etc.
FGNozzle(FGFDMExec *exec, Element *el, int num=0)
Constructor.
Encapsulates the JSBSim simulation executive.