WOLFRAM SYSTEM MODELER
ElectricSystemConsumed electricity of electrical engines |
SystemModel["Aircraft.Physical.FixedWing.Parts.Propulsions.EnergySystems.ElectricSystem"]
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.
etaProp |
Value: Type: Real Description: Propeller efficiency |
---|---|
etaEng |
Value: Type: Real Description: Power transmission efficiency |
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 |
|
---|---|---|
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 |