47 #define ID_ELECTRIC "$Id: FGElectric.h,v 1.14 2015/02/27 20:36:47 bcoconni Exp $" 83 double GetPowerAvailable(
void) {
return (HP * hptoftlbssec);}
84 double getRPM(
void) {
return RPM;}
85 std::string GetEngineLabels(
const std::string& delimiter);
86 std::string GetEngineValues(
const std::string& delimiter);
90 double CalcFuelNeed(
void);
101 void Debug(
int from);
FGElectric(FGFDMExec *exec, Element *el, int engine_number, FGEngine::Inputs &input)
Constructor.
void Calculate(void)
Calculates the thrust of the engine, and other engine functions.
Base class for all engines.
Models an electric motor.
Encapsulates the JSBSim simulation executive.