WOLFRAM SYSTEM MODELER

ElectricSystem

Consumed electricity of electrical engines

Diagram

Wolfram Language

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

Information

This model extends the EnergySystemBase model and calculates the energy consumption of an electric engine.

This model takes the net thrust (Tnet) through the uThrust port and aircraft total velocity (vtot) from the flightData record propagated from AircraftBase as inputs to solve for the net power generated by the electric engine (Pnet). The net power is divided by the powertrain efficiency parameters propagated from the ElectricEngine model (ηprop and ηmech) to solve for the gross power consumed by the engine (Pgross). In order to calculate the energy consumption (E), the gross power is integrated over time.

 

Parameters (2)

etaProp

Value:

Type: Real

Description: Propeller efficiency

etaEng

Value:

Type: Real

Description: Power transmission efficiency

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

totalVelocity

Type: RealExpression

Description: Aircraft total velocity

netPower

Type: Product

Description: Net power from engine

netP2grossP

Type: Gain

Description: Converts net power into gross power

consumedEnergy

Type: Integrator

Description: Consumed energy of by the engine