2D Heat Conduction

178 views
Skip to first unread message

John Assael

unread,
Jan 4, 2013, 1:44:55 PM1/4/13
to dea...@googlegroups.com
Hi,
Are there any 2D Heat conduction examples or anything similar that could be helpful?
Thank you in advance!

Praveen C

unread,
Jan 4, 2013, 10:42:26 PM1/4/13
to dea...@googlegroups.com
Look at the "Session 7" here


It deals with heat conduction problem.

praveen

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
 
 

John Assael

unread,
Jan 5, 2013, 6:03:22 AM1/5/13
to dea...@googlegroups.com
Thank you very much for your answer but I dont really get it I use the fourier's equation to calculate the conduction is there anything similar?
Kind regards,
J.

John Assael

unread,
Jan 8, 2013, 6:02:36 PM1/8/13
to dea...@googlegroups.com
Anybody with 2D heat conduction examples?

Wolfgang Bangerth

unread,
Jan 8, 2013, 6:59:27 PM1/8/13
to dea...@googlegroups.com, John Assael
On 01/08/2013 05:02 PM, John Assael wrote:
> Anybody with 2D heat conduction examples?

I don't understand your previous comment:

> Thank you very much for your answer but I dont really get it I use
> the fourier's equation to calculate the conduction is there anything
> similar?

We may think of different things for the term "heat conduction". To me,
the heat equation is

d/dt u - \Delta u = f

What is it for you?

Best
W.


--
------------------------------------------------------------------------
Wolfgang Bangerth email: bang...@math.tamu.edu
www: http://www.math.tamu.edu/~bangerth/

Andrew

unread,
Jan 9, 2013, 2:20:10 AM1/9/13
to dea...@googlegroups.com, Wolfgang Bangerth, John Assael
Hi

I think the misunderstanding here is that Wolfgang's "version" assumes
that the conductivity tensor is the identity tensor and that the heat
capacity is unity,

define the heat flux vector as q = - k grad u
then rewrite the governing equation as
c d / dt u + div q = 0
(give or take a source term)

have a look at the following for extensive details of the implementation
in deal.II
https://dl.dropbox.com/u/65506484/Masterarbeit_final.pdf

Regards
Andrew

John Assael

unread,
Jan 9, 2013, 4:37:57 AM1/9/13
to Andrew, dea...@googlegroups.com, Wolfgang Bangerth

I agree fully, whete u is ofcourse the
temperature.
This the equation I need to solve.
Thank you

Wolfgang Bangerth

unread,
Jan 9, 2013, 10:49:46 AM1/9/13
to John Assael, Andrew, dea...@googlegroups.com

OK. So do you want to solve it in mixed form (with q and u both
variables you want to solve for) or are you willing to insert one
equation into the other and get
c d/dt u - div k grad u = f
?

In the first case, you should look at step-20 and step-21. In the latter
case, the difference to the link previously posted is simply the
existence of coefficients c, k. If you convert the equation to the weak
form, they are just factors when computing the mass matrix and the
stiffness matrix, everything else is exactly the same.

Best
W.

PS - thanks, Andrew, for bridging the terminology gap :-)

On 01/09/2013 03:37 AM, John Assael wrote:
> I agree fully, whete u is ofcourse the
> temperature.
> This the equation I need to solve.
> Thank you
>
> On Jan 9, 2013 9:20 AM, "Andrew" <mcbride...@gmail.com
> <mailto:mcbride...@gmail.com>> wrote:
>
> Hi
>
> I think the misunderstanding here is that Wolfgang's "version"
> assumes that the conductivity tensor is the identity tensor and that
> the heat capacity is unity,
>
> define the heat flux vector as q = - k grad u
> then rewrite the governing equation as
> c d / dt u + div q = 0
> (give or take a source term)
>
> have a look at the following for extensive details of the
> implementation in deal.II
> https://dl.dropbox.com/u/__65506484/Masterarbeit_final.__pdf
> <https://dl.dropbox.com/u/65506484/Masterarbeit_final.pdf>
>
> Regards
> Andrew
>
>
>
> On 09/01/2013 01:59, Wolfgang Bangerth wrote:
>
> On 01/08/2013 05:02 PM, John Assael wrote:
>
> Anybody with 2D heat conduction examples?
>
>
> I don't understand your previous comment:
>
> Thank you very much for your answer but I dont really
> get it I use
> the fourier's equation to calculate the conduction is
> there anything
> similar?
>
>
> We may think of different things for the term "heat conduction".
> To me, the heat equation is
>
> d/dt u - \Delta u = f
>
> What is it for you?
>
> Best
> W.
>
>
>


Reply all
Reply to author
Forward
0 new messages