Lab B MIMO Model
Lab B MIMO Model
Develop a transient model between the two heater power outputs and the
two temperature sensors. An energy balance describes the transient
temperature response of a single heater with one temperature sensor. The
heater and temperature sensor are assumed to be at the same temperature.
You can assume that conduction is negligible and that the only heat
transferred is through radiation to the surroundings or convection or
radiation to the surrounding air or from the heater nearby. The heaters are
initially off and the heaters and sensors are initially at ambient temperature. Use the following values:
Use the following energy balance equation with convective heat transfer, radiative heat transfer, and the
heater energy inputs. The additional blue terms are heat transfer
𝑑𝑇1
𝑚𝐶𝑝 = 𝑈𝐴 (𝑇∞ − 𝑇1 ) + ϵ σ 𝐴 (𝑇∞4 − 𝑇14 ) + 𝑈𝐴𝑠 (𝑇2 − 𝑇1 ) + ϵ σ 𝐴𝑠 (𝑇24 − 𝑇14 ) + Q1
𝑑𝑡
𝑑𝑇2
𝑚𝐶𝑝 = 𝑈𝐴 (𝑇∞ − 𝑇2 ) + ϵ σ 𝐴 (𝑇∞4 − 𝑇24 ) + 𝑈𝐴𝑠 (𝑇1 − 𝑇2 ) + ϵ σ 𝐴𝑠 (𝑇14 − 𝑇24 ) + Q 2
𝑑𝑡
Simulate a temperature change when changing the heater output from 0.0 to 1.0 W for Q1 at t=0.1 min
and from 0.0 to 0.75 W for Q 2 at t=5.0 min. Continue the simulation period for 10 minutes. Show the
temperature responses.
If you have a temperature control lab kit, compare the simulated response to the actual response by setting
each heater output to 100% at the appropriate times (Q1 = 100% at t=0.1 min and Q 2 = 100% at t=5.0
min). The heater 1 is more powerful than heater 2 by design. The heater output limits are set in the
Arduino firmware (tclab.ino) for Python labs and tclab.m for the MATLAB labs.
How would the response change if you were to slide a coin between the two heat sinks so that there is a
continuous metallic interface between the two heaters? How would you change the model equations?