Heat distribution in a piece of glass receiving protons

In summary: You are saying that the energy from the photon flux is not included in the boundary condition at x = 0.
  • #1
Bqback
3
0
Homework Statement
A glass piece with dimensions LxLxH mm is sitting on a cooled table (with constant temp T0) and receiving a stream of protons with given stream density φ (protons/(cm^2*s)) and energy per proton Ep from above.
Density ρ , specific heat capacity c_p, heat conductivity κ, emissivity ε are all given.
Using the finite difference method, find heat distribution for varying stream densities and estimate heat eradiated from the glass piece's surface.
Relevant Equations
dT/dt = a^2 * d^2T/dx^2 + f(x) is the standard heat equation.
f(x), the source function is replaced by an array of data points that show the distribution of absorbed energy (in keV/(proton*μm)) throughout the H dimension within a very narrow band (from 0.006 μm to 0.51 μm).
First of all, I didn't know whether to pick this subforum or the engineering/compsci one, I understand this might need to be moved to a more appropriate subforum.
The general approach is fairly obvious, use implicit method to construct the tridiagonal matrix for Thomas method and solve. However, I'm having problems bringing heat transfer on the "outer side" facing the stream into the mix. I assumed the initial condition is the same temperature all throughout the piece, and the face touching the table will obviously have the same temperature regardless of time.
1589255340031.png

My first (and only) idea so far was comparing energy received from protons and radiated away:
1589254434501.png

1589254444930.png

For heat capacity C I used a small slice along H (from 0 to the first point in distribution data)
1589254452069.png

However, implementing this as a finite difference
1589254629955.png

always leads to not only huge endless divergencies (on the orders of magnitude far beyond humanly achievable), but even negative temperatures for sufficiently small (10^`11 or less) φ. I've spent a lot of time tinkering with coefficients and trying different things with my code but it never worked out. Closest I got to something resembling normal behavior is T^n_0 aproaching a value, but the value and the "approach speed" is the same regardless of φ, which doesn't make much sense physically.

My second idea so far has been to flat out assign a value to temperature on the outer face (e. g. the temperature at the nearest point), but then I still have no idea how to bring in heat radiation.
 
Physics news on Phys.org
  • #2
You are saying you don't now how to include the boundary condition at x = 0 into your finite difference scheme?
 
  • #3
Chestermiller said:
You are saying you don't now how to include the boundary condition at x = 0 into your finite difference scheme?
Sorry, I meant I don't know what the boundary condition should be, I know how to include it. The approach I described is the only one I could come up with but it doesn't seem to work.
 
  • #4
Bqback said:
Sorry, I meant I don't know what the boundary condition should be, I know how to include it. The approach I described is the only one I could come up with but it doesn't seem to work.
You don't include the energy from the photon flux in the BC. That energy is released within the glass. Also, there is thermal radiation from the surroundings that needs to be included. Is that what you are calling k2? And the BC doesn't include a thermal inertia term. It is only heat conduction flux ##-k\frac{\partial T}{\partial x}## within the glass at the boundary is equal to the radiative heat flux from the surroundings minus the radiative heat
 
  • #5
In particular,the BC at x = 0 should read:
$$-k\frac{\partial T}{\partial x}=\epsilon \sigma(T_{\infty}^4- T^4)+h(T_{\infty}-T)$$where h is the convective heat transfer coefficient and ##T_{\infty}## is the bulk room temperature away from the surface.
 
Last edited:
  • Like
Likes dRic2 and mfb
  • #6
Chestermiller said:
You don't include the energy from the photon flux in the BC. That energy is released within the glass. Also, there is thermal radiation from the surroundings that needs to be included. Is that what you are calling k2? And the BC doesn't include a thermal inertia term. It is only heat conduction flux ##-k\frac{\partial T}{\partial x}## within the glass at the boundary is equal to the radiative heat flux from the surroundings minus the radiative heat
Isn't ##E_I##the energy from the photon flux? Also, I forgot to mention all of this is happening in a vacuum, if that changes anything.
 
  • #7
I assume that the imposed photon flux only occurs in a very limited range of wavelengths, and it results in heating within the glass only by absorption of photons by the glass (described by the generation term in your equation). Is this the case? If so, and the process takes place in vacuum, then the BC becomes: $$-k\frac{\partial T}{\partial x}=\epsilon \sigma(T_{\infty}^4- T^4)$$ where T infinity is the temperature within the room (such that the glass also receives a broad spectrum of radiation from the room). This reflects the condition that, if the glass is at the same temperature as the room and the imposed photon flux is zero, the glass temperature won't change.
 

1. How does heat distribution in a piece of glass receiving protons work?

When protons interact with matter, they transfer their kinetic energy to the atoms in the material, causing them to vibrate and generate heat. In a piece of glass receiving protons, the heat is distributed through the material via conduction, as the vibrating atoms pass on their energy to neighboring atoms.

2. What factors affect the heat distribution in a piece of glass receiving protons?

The heat distribution in a piece of glass receiving protons is influenced by several factors, including the energy and velocity of the protons, the thickness and composition of the glass, and the presence of any insulating layers or coatings on the surface of the glass.

3. How does the thickness of the glass affect the heat distribution in a piece of glass receiving protons?

The thicker the glass, the more material there is for the protons to interact with and transfer their energy to. This results in a more even distribution of heat throughout the glass, as the energy is spread out over a larger area.

4. Can the heat distribution in a piece of glass receiving protons be controlled?

Yes, the heat distribution in a piece of glass receiving protons can be controlled through various methods. For example, the energy and velocity of the protons can be adjusted, or insulating layers can be added to the glass to limit the amount of heat that is transferred.

5. How does the heat distribution in a piece of glass receiving protons affect the overall temperature of the glass?

The heat distribution in a piece of glass receiving protons can significantly impact the overall temperature of the glass. If the heat is evenly distributed, the temperature of the glass will be relatively uniform. However, if there are areas of higher heat concentration, those areas may become hotter than others, resulting in an uneven temperature distribution throughout the glass.

Similar threads

  • Thermodynamics
Replies
2
Views
1K
  • Introductory Physics Homework Help
Replies
1
Views
895
  • Advanced Physics Homework Help
Replies
5
Views
3K
  • Advanced Physics Homework Help
Replies
1
Views
2K
Replies
14
Views
2K
  • DIY Projects
2
Replies
41
Views
7K
  • Programming and Computer Science
Replies
4
Views
2K
Replies
1
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
14K
  • Differential Equations
Replies
2
Views
13K
Back
Top