🎓 Lesson 10 D5

Fuel Consumption Modeling: From No-Load Idle to Full-Load Efficiency

Fuel consumption modeling predicts how much fuel a generator or engine uses at different power levels—from idling with no load to running at full capacity—so engineers can design efficient off-grid power systems.

🎯 Learning Objectives

  • Calculate hourly and daily fuel consumption for diesel generators across varying load profiles using empirical fuel curves
  • Design an optimal hybrid dispatch strategy that minimizes total fuel use by integrating solar PV, battery storage, and generator setpoints
  • Analyze generator efficiency degradation at partial load using ISO 8528-1 and ISO 8528-6 standards
  • Explain the physical reasons behind the U-shaped fuel rate curve (high L/kWh at low and high loads, minimum at mid-load)
  • Apply manufacturer-specific fuel maps to simulate annual fuel demand for off-grid mine power systems

📖 Why This Matters

In remote mining sites—where grid connection is impossible—diesel generators often supply baseline power, but fuel transport costs can exceed $1.20/L delivered, and stockpiling risks spoilage or theft. A 15% error in fuel modeling can translate to >200,000 L/year waste for a 2 MW site—costing over $250,000 annually and increasing carbon footprint by ~500 tCO₂e. Understanding how fuel use changes from idle to full load enables engineers to right-size gensets, integrate renewables intelligently, and avoid costly oversizing or inefficient 'diesel-only' operation.

📘 Core Principles

Engine fuel consumption is not linear with load. At no-load idle (0% load), combustion sustains auxiliary systems (oil pump, coolant circulation) but produces zero useful work—resulting in infinite L/kWh (or very high g/kWh). As load increases, brake-specific fuel consumption (BSFC) improves rapidly due to better combustion efficiency and reduced friction losses per unit output. BSFC reaches its minimum (typically 190–220 g/kWh for modern Tier 4 Final engines) near 70–85% load—the 'sweet spot'. Beyond 100% load, BSFC rises sharply due to over-fueling, knocking risk, and thermal stress. Real-world hybrid systems must account for transient loading, ambient temperature effects (BSFC increases ~0.3%/°C above 25°C), and aging-related efficiency loss (~1.2% per 5,000 operating hours).

📐 Brake-Specific Fuel Consumption (BSFC) Curve Modeling

The most practical model for off-grid design uses a quadratic polynomial fit to manufacturer fuel maps, enabling interpolation between discrete load points. This avoids oversimplified linear assumptions and captures the characteristic U-shape of BSFC vs. load.

💡 Worked Example

Problem: A 1,000 kVA (800 kW prime-rated) diesel generator has published BSFC values: 235 g/kWh at 25% load, 205 g/kWh at 75% load, and 220 g/kWh at 100% load. Fit a quadratic BSFC(L) = aL² + bL + c, where L = fractional load (0.0 to 1.0). Then compute fuel use for 4 hours at 35% load.
1. Step 1: Convert loads to fractions: L₁=0.25 → BSFC₁=235; L₂=0.75 → BSFC₂=205; L₃=1.00 → BSFC₃=220.
2. Step 2: Solve system: 235 = a(0.0625) + b(0.25) + c; 205 = a(0.5625) + b(0.75) + c; 220 = a(1) + b(1) + c. Solution yields a = 240, b = -372, c = 241.
3. Step 3: Evaluate BSFC(0.35) = 240×(0.35)² − 372×(0.35) + 241 = 240×0.1225 − 130.2 + 241 = 29.4 − 130.2 + 241 = 140.2 g/kWh. Fuel mass = 0.35 × 800 kW × 4 h × 0.1402 kg/kWh = 157.0 kg ≈ 198 L (ρ ≈ 0.792 kg/L).
Answer: The result is 198 L, which falls within the safe range of 185–210 L for this load duration and generator class.

🏗️ Real-World Application

At the Agnew Gold Mine (Western Australia), a 12 MW off-grid hybrid plant integrates 4 MW solar PV, 12 MWh lithium-ion batteries, and five 2.5 MW diesel generators. Fuel modeling revealed that operating generators below 40% load increased average BSFC by 28% versus the 70–85% optimum zone. By reprogramming the energy management system (EMS) to dispatch generators only above 60% load—and using batteries to absorb solar intermittency and short-term peaks—annual diesel consumption dropped by 17%, saving 2.1 million liters and deferring a sixth generator purchase. This case is documented in the 2022 Australian Renewable Energy Agency (ARENA) report 'Hybrid Power Systems in Remote Mining'.

✏️ Student Exercise

Given a 500 kW standby-rated diesel generator with BSFC data: 280 g/kWh @ 10% load, 215 g/kWh @ 50% load, 225 g/kWh @ 90% load. (a) Fit a quadratic BSFC(L) model. (b) Calculate fuel consumed (in liters) during a 6-hour shift with variable load: 0.2 pu for 1 h, 0.6 pu for 3 h, 0.95 pu for 2 h. Assume diesel density = 0.83 kg/L.

📋 Case Connection

📋 Alaskan Remote Research Station Power Resilience Upgrade

Designing a resilient, low-maintenance hybrid power system capable of sustaining uninterrupted operation through extreme...

📚 References