WOLFRAM SYSTEM MODELER
EnergySystemBaseInterface for energy system (currently only calculates consumption) |
SystemModel["Aircraft.Physical.FixedWing.Parts.Propulsions.EnergySystems.Interfaces.EnergySystemBase"]
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.
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 |
---|
Aircraft.Physical.FixedWing.Parts.Propulsions.EnergySystems Consumed fuel of turbojet and turbofan engines |
|
Aircraft.Physical.FixedWing.Parts.Propulsions.EnergySystems Consumed fuel of piston and turboprop engines |
|
Aircraft.Physical.FixedWing.Parts.Propulsions.EnergySystems Consumed electricity of electrical engines |
|
Aircraft.Physical.FixedWing.Parts.Propulsions.Engines.Interfaces.EngineBase Type of energy model used in the propulsion system |