I have this problem where I am preheating an oven to reach $n^\circ$. So lets say within the oven there's a heating element at the bottom, which in turn heats up the rest of the oven. Assuming that the air in the oven behaves like a standard conductor (ignore convection) how can I measure the temperature at a given point $T$ and what will be the equilibrium temperature at a given point?
What I have done so far is make some assumption about the system.
- The walls are perfectly insulated
- Oven is 1-dimensional ($z$ direction)
- Oven has Length $L$ and power output $q$
- Heating Element is placed at $z=0$
From those assumptions I have managed to formulate the equation below using the heat diffusion equation where $\alpha$ is the thermal diffusivity of air, $c$ is the specific heat capacity of the air, $\rho$ is the density and $ \delta $ is the dirac delta function. $$u_t=\alpha u_{zz}+\frac{q}{c\rho}\delta(z)$$ And this equation would have the following initial and boundary conditions where $T_0$ is the initial room temp of the oven. $$u(z,0)=T_0$$ $$ u_z(0,t)=u_z(L,t)=0$$ This is the point at which I'm unsure if I have done the correct approach as feels incorrect to have $u_z(0,t)=0$ whilst also having the heating element at $z=0$. Maybe I could place the heating element at $z=\epsilon$ instead but I'm unsure as how to work this out and would much prefer to have it at $z=0$. I have attempted to solve the equation using the methods I have found from here, but I seem to be having issues with $q$ as it cannot be written as a summation in $X_n(x)$ and $Q_n(t)$ as its just a constant with the only space dependence being the Dirac delta function.
I have also attempted to find the equilibrium temperatures by assuming steady state with $u_t=0$ which results in more issues as I'm unsure on how to find the indefinite integral of the Dirac delta function (uncertain if one even exists). I have attempted to just use the definite integral definition but that gives contradictory results.
If anyone could provide an in-depth answer on how to solve the problem, or even a point in the right direction I'd appreciate it as I've been mulling over this for a couple days but cant think of a solution even still.