76 double GetPowerAvailable(
void)
const {
return (HP * hptoftlbssec);}
77 double getRPM(
void) {
return RPM;}
78 std::string GetEngineLabels(
const std::string& delimiter);
79 std::string GetEngineValues(
const std::string& delimiter);
83 double CalcFuelNeed(
void);
Models an electric motor.
void Calculate(void)
Calculates the thrust of the engine, and other engine functions.
Base class for all engines.
Encapsulates the JSBSim simulation executive.
Main namespace for the JSBSim Flight Dynamics Model.