WOLFRAM SYSTEM MODELER
    FuelSystemThrustSpecificConsumed fuel of turbojet and turbofan engines  | 
     | 
SystemModel["Aircraft.Physical.FixedWing.Parts.Propulsions.EnergySystems.FuelSystemThrustSpecific"]

This model extends the EnergySystemBase model and calculates the energy consumption of turbofan and turbojet engines.
This model takes the net thrust (Tnet) through the uThrust port and the thrust-specific fuel consumption (TSFC) parameter propagated from the TurbofanEngine or TurbojetEngine model as inputs. The net thrust is multiplied by the thrust-specific fuel consumption to get the fuel burn rate (ṁfuel), but first the net thrust is constrained to positive values with a limiter to prevent increasing fuel mass when thrust reversers are used. The fuel burn rate is integrated over time to solve for the mass of the consumed fuel (mfuel).
 
| TSFC | 
         Value: Type: ThrustSpecificFuelConsumption (kg⋅N⁻¹⋅s⁻¹) Description: Thrust-specific fuel consumption in cruise  | 
    
|---|
| flightData | 
         Type: FlightData Description: Global flight data variables  | 
    
|---|
| yConsumption | 
         Type: RealOutput Description: Consumed electric energy or fuel in an engine  | 
    |
|---|---|---|
| uThrust | 
         Type: RealInput Description: Engine net thrust  | 
    
| flightData | 
         Type: FlightData Description: Global flight data variables  | 
    |
|---|---|---|
| thrustSFC | 
         Type: RealExpression Description: Thrust-specific fuel consumption  | 
    |
| fuelRate | 
         Type: Product Description: Fuel consumption rate of engine  | 
    |
| fuelConsumption | 
         Type: Integrator Description: Consumed fuel by the engine  | 
    |
| thrustLimiter | 
         Type: Limiter Description: Limits the net thrust to positive values  |