WOLFRAM SYSTEM MODELER

FuelSystemThrustSpecific

Consumed fuel of turbojet and turbofan engines

Diagram

Wolfram Language

In[1]:=
SystemModel["Aircraft.Physical.FixedWing.Parts.Propulsions.EnergySystems.FuelSystemThrustSpecific"]
Out[1]:=

Information

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).

 

Parameters (1)

TSFC

Value:

Type: ThrustSpecificFuelConsumption (kg⋅N⁻¹⋅s⁻¹)

Description: Thrust-specific fuel consumption in cruise

Inputs (1)

flightData

Type: FlightData

Description: Global flight data variables

Connectors (2)

yConsumption

Type: RealOutput

Description: Consumed electric energy or fuel in an engine

uThrust

Type: RealInput

Description: Engine net thrust

Components (5)

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