WOLFRAM SYSTEM MODELER
FuelGaugeModelBlock that calculates fuel consumption rate based on the power output from the basic engine and the velocity of the vehicle. |
|

SystemModel["IndustryExamples.AutomotiveTransportation.Driveline.Components.EnginePackage.Utilities.FuelGaugeModel"]

| fuel_Energy |
Value: 34.8 * 10 ^ 6 Type: Real (J/L) Description: Energy per litre of fuel |
|---|---|
| tank_Size |
Value: 50 Type: Real (L) Description: Volume of fuel tank |
| energy_Efficiency |
Value: 0.2 Type: Real Description: Energy efficiency coefficient for the used fuel |
| instantFuelConsumption |
Type: RealOutput Description: Instant fuel consumption in litres per 100 km |
|---|
| energyConsumed |
Type: RealInput Description: 'input Real' as connector |
|
|---|---|---|
| vehicleSpeed |
Type: RealInput Description: 'input Real' as connector |
|
| instantFuelConsumption |
Type: RealOutput Description: Instant fuel consumption in litres per 100 km |
|
IndustryExamples.AutomotiveTransportation.Driveline A standard model of a driveline. Used for analyzing a drive cycle using the bundled Wolfram Language notebook. |