Understanding unsteady state heat conduction

AI Thread Summary
The discussion focuses on understanding one-dimensional unsteady state heat conduction for a programming project, specifically using a finite element approach in C++. The user seeks theoretical background on governing equations and boundary conditions, clarifying that they are working with a single solid medium and not using a lumped mass approximation. A recommended resource for learning about the finite element method in heat transfer is provided, emphasizing the importance of understanding heat flux and how it interacts with mass in elements. The conversation highlights the need for clarity in the problem setup to facilitate effective assistance. Overall, the exchange aims to deepen the user's comprehension of heat conduction principles in programming.
dinaharchery
Messages
22
Reaction score
0
Hello,

I am trying to understand one-dimensional unsteady state heat conduction for a program I am writing. The program will eventually be coded for two and three dimensional structures. Can anyone provide some basic background info./tutorial to understand the governing equation and boundary/initial conditions?

Thanks.:smile:
 
Engineering news on Phys.org
You are a little vague. What is the media that the heat conduction is taking place in? Will there be multiple media, like a solid layer then a porous layer? What programming lanquage are you planning to use? Are you assuming a lumped mass approximation? (I am assuming that you aren't because you are writing a program.) Are you looking for a finite element approach or a finite difference approach?

The more you can tell us, the more we can help you.

Thanks
Matt
 
Sorry about being so vague.

The media is solid and there is only one. I am planning on using C++, no lumped mass matrix. I am looking for a Finite Element approach. Mainly I was looking for information on the theory, not necessarily an exact code since I would like to learn the process behind the algorithm(s).

Thanks.
 
Ok, thanks for additional information. Well the best write up I have come across for the finite element method involving heat transfer is here.

https://www.amazon.com/dp/0534552986/?tag=pfamazon01-20

Buy the old version from 2001. It is much cheaper. I have most of the problems worked out. If you would like I can post a problem with the solution later this week.

Thanks
Matt
 
Last edited by a moderator:
As far as a finite-element approach, it's not too difficult to understand. Basically, each element has a mass. If the net heat flux is positive into the mass, then it heats up, and vice versa.

The heat flux for an internal element is conduction. For an external element, you can apply boundary conditions such as convection and radiation to determine heat transfer.
 
Posted June 2024 - 15 years after starting this class. I have learned a whole lot. To get to the short course on making your stock car, late model, hobby stock E-mod handle, look at the index below. Read all posts on Roll Center, Jacking effect and Why does car drive straight to the wall when I gas it? Also read You really have two race cars. This will cover 90% of problems you have. Simply put, the car pushes going in and is loose coming out. You do not have enuff downforce on the right...
I'm trying to decide what size and type of galvanized steel I need for 2 cantilever extensions. The cantilever is 5 ft. The space between the two cantilever arms is a 17 ft Gap the center 7 ft of the 17 ft Gap we'll need to Bear approximately 17,000 lb spread evenly from the front of the cantilever to the back of the cantilever over 5 ft. I will put support beams across these cantilever arms to support the load evenly
Thread 'What's the most likely cause for this carbon seal crack?'
We have a molded carbon graphite seal that is used in an inline axial piston, variable displacement hydraulic pump. One of our customers reported that, when using the “A” parts in the past, they only needed to replace them due to normal wear. However, after switching to our parts, the replacement cycle seems to be much shorter due to “broken” or “cracked” failures. This issue was identified after hydraulic fluid leakage was observed. According to their records, the same problem has occurred...
Back
Top