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.
 
Here's a video by “driving 4 answers” who seems to me to be well versed on the details of Internal Combustion engines. The video does cover something that's a bit shrouded in 'conspiracy theory', and he touches on that, but of course for phys.org, I'm only interested in the actual science involved. He analyzes the claim of achieving 100 mpg with a 427 cubic inch V8 1970 Ford Galaxy in 1977. Only the fuel supply system was modified. I was surprised that he feels the claim could have been...
TL;DR Summary: Heard in the news about using sonar to locate the sub Hello : After the sinking of the ship near the Greek shores , carrying of alot of people , there was another accident that include 5 tourists and a submarine visiting the titanic , which went missing Some technical notes captured my attention, that there us few sonar devices are hearing sounds repeated every 30 seconds , but they are not able to locate the source Is it possible that the sound waves are reflecting from...
Back
Top