LED Cooling,
Modelled & Tested.

A group report project on a high-power LED lighting system. My work connected a MATLAB heat-sink model, fan operating-point calculation, theory/experiment comparison, and LED efficiency analysis.

MATLAB Heat Sink Fan Curve Experiment LED Efficiency
High-power LED heat sink experimental setup with fan duct and sensors
Experiment photo from the project report Fan duct, heat sink, heater block, thermocouple wiring, and measurement electronics used for the LED cooling test.
4.50 L/s fan-system operating point for the 8-fin, 25 mm baseline
25 fins gave the lowest predicted resistance in the number sweep
45mm best tested heat sink height, measured at 0.81 K/W

Model outputs backed by report figures

Fan curve and system curve operating point for the baseline heat sink
Fan-coupled operating point The baseline 8-fin, 25 mm heat sink intersects the fan curve at 269.9 L/min and 6.4 Pa.
Parametric sweeps for fin number, fin height, and approach velocity
Parametric sweeps The MATLAB solver reused the same fan-coupled model across fin number and fin height, then isolated flow effect with prescribed velocity.
High-power LED heat sink experimental setup with fan duct and sensors
Experimental setup The experiment measured heat-sink base temperature, ambient air, outlet air, airflow velocity, heater power, and fan condition.
Comparison of theoretical and experimental thermal resistance
Theory vs experiment Both model and experiment show lower thermal resistance for taller fins; the model slightly overestimates resistance.

How the model became an engineering comparison

01

Define heat sink geometry.

The baseline model used a 60 x 60 mm aluminium heat sink with 8 fins, 1.5 mm fin thickness, 5 mm base thickness, and 25 mm fin height.

02

Solve fan/system intersection.

Fan pressure was linearly interpolated from manufacturer data, then intersected with the heat-sink pressure-drop model inside the measured fan domain.

03

Compute heat transfer and Rth.

The thermal block used a Teertstra-style heat-transfer coefficient, straight-fin efficiency, base resistance, and parallel convection resistance.

04

Compare against measured data.

Measured 25, 35, and 45 mm heat sinks confirmed the same trend as the model: taller fins reduced thermal resistance and improved cooling.

For the baseline 8-fin, 25 mm geometry, the fan-coupled MATLAB solver predicted 4.50 L/s flow, 6.4 Pa pressure drop, 3.00 m/s approach velocity, 34.5 W/m²K convection coefficient, 0.95 fin efficiency, and 1.12 K/W heat-sink resistance.

Q ΔT Rsink = ΔT / Q
25 / 35 / 45 mm heat sinks Rsink
Fin height Model Experiment Final temp.
25 mm1.12 K/W0.94 K/W47.06 C
35 mm0.99 K/W0.89 K/W45.84 C
45 mm0.91 K/W0.81 K/W43.80 C

The experiment used ambient temperature around 24 C and heater input power of 24.54 W.

Temperature traces from the lab

Temperature trace for the 25 mm heat sink
25 mmHighest final temperature among the tested sinks.
Temperature trace for the 35 mm heat sink
35 mmMiddle case used to check trend consistency.
Temperature trace for the 45 mm heat sink
45 mmLowest final temperature and best tested cooling performance.

What I learned from this project

T2

Built a reusable MATLAB thermal model

I worked from lecture/paper equations into a parametric solver instead of a single manual calculation.

  • Fan curve interpolation and in-domain root finding.
  • Fin number, fin height, and prescribed velocity sweeps.
  • Thermal resistance, convection coefficient, pressure drop, and fin efficiency outputs.
T6

Turned model error into engineering judgement

The model captured the correct trend but slightly overestimated thermal resistance, which became a useful discussion about assumptions.

  • Air bypass and sealing around fin channels.
  • Radiation and contact resistance omitted from the simple model.
  • Measurement uncertainty in temperature, heater power, and airflow.
T7

Linked cooling to LED system efficiency

The report also compared datasheet LED efficiency with an experimental estimate, showing how thermal behaviour affects system-level interpretation.

  • Datasheet-based analytical efficiency: 31.2%.
  • Experimental estimate: 15.1%, likely affected by real losses and contact resistance.
  • Connected electrical input, heat loss, luminous output, and cooling performance.
Interpolated fan curve from the LED cooling project report
Fan data source The MATLAB model used interpolated manufacturer fan data before solving the fan/system operating point.

This page uses the group report and MATLAB script as its content source: Task 2 for the fan-coupled heat sink model, Task 6 for theory/experiment comparison, and Task 7 for LED efficiency context. The figures are taken from the project report and show the actual evidence behind the model.