- #1
James Brady
- 106
- 4
Hello everyone,
I am working thru some of the mathematics of geo-exchange systems (semi passive heating and cooling systems for homes) and I'm starting with a very simple model: The ground is modeled as a perfectly insulated rod (perfectly insulated because of symmetry, there is no heat flux in the horizontal direction) and I want to know the depth at which annual oscillations in temperature in the ground become negligible.
Assumptions:
##\frac{\partial T}{\partial t} = k\frac{\partial^2T}{\partial x^2}## where k is the thermal diffusivity of the ground ##\frac{conductivity}{specific-heat*density}##. It is about ##0.030\frac{m^2}{day}## (reference). Most solutions to this equation involve fixed boundary conditions, for example Paul's Notes does a wonderful tutorial on the differential equation. But his boundary conditions involve fixed temperatures, while mine are different:
Also, I can use numerical methods but I don't want to because I'm sentimental and like analytical things.
I am working thru some of the mathematics of geo-exchange systems (semi passive heating and cooling systems for homes) and I'm starting with a very simple model: The ground is modeled as a perfectly insulated rod (perfectly insulated because of symmetry, there is no heat flux in the horizontal direction) and I want to know the depth at which annual oscillations in temperature in the ground become negligible.
Assumptions:
- h = 0 at the surface (only conductive cooling
- homogeneous ground
- surface temperatures oscillate on an annual cycle and can be modeled with a simple sine wave
- thermal properties do not vary with temperature
##\frac{\partial T}{\partial t} = k\frac{\partial^2T}{\partial x^2}## where k is the thermal diffusivity of the ground ##\frac{conductivity}{specific-heat*density}##. It is about ##0.030\frac{m^2}{day}## (reference). Most solutions to this equation involve fixed boundary conditions, for example Paul's Notes does a wonderful tutorial on the differential equation. But his boundary conditions involve fixed temperatures, while mine are different:
- T(x=0, t) = 12.5*sine(t) + 12.5 (Imaginary weather, 1 degree is approximately a day).
- T(x -> inf , t) = 25. Here I'm making the assumption that thermal oscillations have stabilized at an infinite soil depth.
Also, I can use numerical methods but I don't want to because I'm sentimental and like analytical things.