]> git.mxchange.org Git - flightgear.git/commit
Brendan Black:
authorErik Hofman <erik@ehofman.com>
Sun, 17 Jul 2016 09:30:07 +0000 (11:30 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 22 Sep 2016 21:27:47 +0000 (23:27 +0200)
commit38fdd4c4173f7700861c0b9fb1d802eae364447b
tree0107bf93e854bd8ca6a1b4e10b75b86630a76cfd
parentded61dd2cc40d858e21800cc42274a6463cabd3c
Brendan Black:
when active does not touch the way the YASim jet calculates fuel flow, but separates out the afterburning component of thrust, calculates the TSFC of that component and uses the same method of fuel flow calculation for the afterburning component then adds it to the existing fuel flow

When inactive (atsfc doesn't exist or is zero) it just behaves exactly as before

I finally got around to testing this small patch thoroughly, and I'm satisfied that it doesn't affect anything else & works across many different versions (i've been testing it with current as it has changed over the last 7 months)
src/FDM/YASim/FGFDM.cpp
src/FDM/YASim/Jet.cpp
src/FDM/YASim/Jet.hpp