Home
last modified time | relevance | path

Searched refs:AugmentCmd (Results 1 – 2 of 2) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/propulsion/
H A DFGTurbine.cpp109 AugmentCmd = InjWaterNorm = 0.0; in ResetToIC()
131 AugmentCmd = ThrottlePos - 1.0; in Calculate()
132 ThrottlePos -= AugmentCmd; in Calculate()
134 AugmentCmd = 0.0; in Calculate()
258 if (AugmentCmd > 0.0) { in Run()
261 thrust += (tdiff * AugmentCmd); in Run()
381 if (AugmentCmd > 0.0) { in Trim()
383 thrust += (tdiff * AugmentCmd); in Trim()
H A DFGTurbine.h266 double AugmentCmd; ///< modulated afterburner command (0.0 to 1.0) variable