2-D Unsteady State Heat Conductivity

AI Thread Summary
The discussion focuses on the transition from steady-state to unsteady-state heat conductivity analysis in 2-D using finite element analysis. The user seeks assistance in adapting their existing C++ program, which currently employs a preconditioned conjugate gradient solver for steady-state problems, to incorporate explicit Euler time marching for time-dependent scenarios. They express a need for a lumped capacity matrix and inquire about the relationship between Gaussian quadrature and time-marching algorithms in this context. The thread highlights the challenges faced by those new to engineering concepts while attempting to implement complex algorithms. Overall, the user is looking for guidance on developing a simple unsteady-state algorithm for heat conductivity.
dinaharchery
Messages
22
Reaction score
0
Hello all,

I am not an engineer but am trying to learn finite element analysis for solid materials - in particular heat conductivity for time dependent problems in 2-D for a single material. I am interested in the explicit Euler time marching, thus I believe I need a lumped capacity matrix?

I have finished a C++ program using 2-D Steady state heat conductivity, it is very simple (as I said I am not an engineer). Can anyone assist me in translating a 2-D code for steady state heat conductivity to a unsteady state (time dependent) version? Small words please :smile: , I am a computer scientist.

Thanks for any help.
 
Engineering news on Phys.org
Any idea at all? A simple 2-D unsteady state algorithm?

Thanks again
 
How exactly does your steady-state code compute the solution? Many solvers like this use some sort of pseudo-time, whether you want to call it iterations, or time-steps or whatever.
 
The steady-state code uses a preconditioned conjugate gradient solver, so the solver itself is iterative. I would like to use the explicit euler time marching algorithm but I currently do not have a lumped capacity matrix.
 
I have been doing some research into the unsteady state heat for finite element analysis and have run across Gaussian quadrature. Can anyone explain how this relates to a time-marching algorithm for the FE solution to a simple 2-D (x and y) heat conductivity problem:confused:?

Thanks.
 
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...
Thread 'Physics of Stretch: What pressure does a band apply on a cylinder?'
Scenario 1 (figure 1) A continuous loop of elastic material is stretched around two metal bars. The top bar is attached to a load cell that reads force. The lower bar can be moved downwards to stretch the elastic material. The lower bar is moved downwards until the two bars are 1190mm apart, stretching the elastic material. The bars are 5mm thick, so the total internal loop length is 1200mm (1190mm + 5mm + 5mm). At this level of stretch, the load cell reads 45N tensile force. Key numbers...
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
Back
Top