WOLFRAM SYSTEM MODELER

EnergySystemBase

Interface for energy system (currently only calculates consumption)

Wolfram Language

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

Information

This class is the energy system base model, which all energy systems extend, and contains the input port for net thrust and output port for fuel or energy consumption.

The calculations of the fuel or energy consumption are performed in the respective energy system models, namely in the ElectricSystem for electric engines, in FuelSystemBrakeSpecific for turboprop and piston engines and in FuelSystemThrustSpecific for turbofan and turbojet engines.

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 (1)

flightData

Type: FlightData

Description: Global flight data variables

Extended by (4)

FuelSystemThrustSpecific

Aircraft.Physical.FixedWing.Parts.Propulsions.EnergySystems

Consumed fuel of turbojet and turbofan engines

FuelSystemBrakeSpecific

Aircraft.Physical.FixedWing.Parts.Propulsions.EnergySystems

Consumed fuel of piston and turboprop engines

ElectricSystem

Aircraft.Physical.FixedWing.Parts.Propulsions.EnergySystems

Consumed electricity of electrical engines

EnergySystem

Aircraft.Physical.FixedWing.Parts.Propulsions.Engines.Interfaces.EngineBase

Type of energy model used in the propulsion system