To determine the time constant of the system, a model of the heat flows through the system was made, starting with the basic ΔQ=mcΔT.



Where the value is the net power flowing through the system, or Pin-Pout. Pin is the power supplied by the heaters, and Pout is the power lost radiatively through the insulation. Pin is a known value, while Pout can be calculated via the K-factor, the thickness of the insulation, the area of a side, and the temperature difference between the two sides. Taking all this into account, the differential equation becomes:
![T_{Al}(t)=\frac{1}{mc}\Big[P_{in}t-\int_{0}^{t}P_{out}dt\Big]](http://latex.codecogs.com/gif.latex?T_%7BAl%7D%28t%29%3D%5Cfrac%7B1%7D%7Bmc%7D%5CBig%5BP_%7Bin%7Dt-%5Cint_%7B0%7D%5E%7Bt%7DP_%7Bout%7Ddt%5CBig%5D)
![T_{Al}(t)=\frac{1}{mc}\Big[P_{in}t-\int_{0}^{t}KA_{side}d_{insul}(T_{Al}(t)-T_{lab})dt\Big]](http://latex.codecogs.com/gif.latex?T_%7BAl%7D%28t%29%3D%5Cfrac%7B1%7D%7Bmc%7D%5CBig%5BP_%7Bin%7Dt-%5Cint_%7B0%7D%5E%7Bt%7DKA_%7Bside%7Dd_%7Binsul%7D%28T_%7BAl%7D%28t%29-T_%7Blab%7D%29dt%5CBig%5D)
This is just a differential equation where the temperatue of the frame (Tal(t)) is related to the integral of itself. The equation can be rearranged such that the temperature is related to the derivative of the temperature (as differential equations typically are).

where A and B are defined as follows: A=(1/mc)(Pin-KAsidedinsulTlab), and B=(KAsidedinsul)/(mc). Solving the differential equation via Mathematica yields:

Therefore the time constant tau is just the reciprocal of B:

The units of tau do work out to be time, given that the units of K are taken to be [E]/[A]/[T]/[t]/[d]. Plugging in numbers to get an estimation of the order of magnitude gives:

This value is an estimation so far; within the next couple days I will go measure the frame and get more accurate values. I will also recheck the calculation, because I think that the time constant should have some dependence on the power input to the system. |