CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

Simple heat conduction problem

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By Tobi

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 13, 2009, 09:39
Default Simple heat conduction problem
  #1
Member
 
Marco Bernardes
Join Date: May 2009
Posts: 57
Rep Power: 17
masb is on a distinguished road
Dear Coleagues,

I'm looking forward to solve a simple heat conduction problem using OpenFOAM, e.g., a bidimensional block with a temperature difference between east and west boundaries. North and south boundaries may be no heat flux condition.
I appreciate any contribution.

Regards,

Marco.
masb is offline   Reply With Quote

Old   June 13, 2009, 19:07
Default
  #2
Senior Member
 
Pawel Sosnowski
Join Date: Mar 2009
Location: Munich, Germany
Posts: 105
Rep Power: 18
psosnows is on a distinguished road
Hello,

since I can not find heatConductionFoam, I would advise to take a look at chtMultiRegionFoam. In there, just look at the solid part: solveSolid.H, createSolidFields, etc.

You can find there everything you need and lots more

Regards,
Pawel
psosnows is offline   Reply With Quote

Old   June 13, 2009, 22:03
Default
  #3
Member
 
Marco Bernardes
Join Date: May 2009
Posts: 57
Rep Power: 17
masb is on a distinguished road
Pawel,

Thanks for your help.

Regards,

Marco
masb is offline   Reply With Quote

Old   June 14, 2009, 05:29
Default
  #4
Senior Member
 
santos's Avatar
 
Jose Luis Santos
Join Date: Mar 2009
Location: Portugal
Posts: 215
Rep Power: 18
santos is on a distinguished road
Send a message via Skype™ to santos
Hi,

The solver you need is laplacianFoam.

Regards,
Jose Santos

Quote:
Originally Posted by masb View Post
Dear Coleagues,

I'm looking forward to solve a simple heat conduction problem using OpenFOAM, e.g., a bidimensional block with a temperature difference between east and west boundaries. North and south boundaries may be no heat flux condition.
I appreciate any contribution.

Regards,

Marco.
santos is offline   Reply With Quote

Old   June 15, 2009, 15:14
Default
  #5
Member
 
Marco Bernardes
Join Date: May 2009
Posts: 57
Rep Power: 17
masb is on a distinguished road
Caro José Santos,

Creio que você deve falar português. Muito obrigado pela sugestão. Eu procurei o exemplo relacionado com o solver laplacianFoam. Encontrei flange mas não consegui fazê-lo funcionar. Você poderia me ajudar com isso, por favor?

Agradeço desde já,

Marco Aurélio.
masb is offline   Reply With Quote

Old   June 15, 2009, 16:00
Default
  #6
Senior Member
 
santos's Avatar
 
Jose Luis Santos
Join Date: Mar 2009
Location: Portugal
Posts: 215
Rep Power: 18
santos is on a distinguished road
Send a message via Skype™ to santos
Hi Marco,

English is the official language of this forum, so lets stick to the rules.

What is exactly the problem you found when trying to run the flange tutorial? Have you ran the Allrun script?

Regards,
Jose Santos
santos is offline   Reply With Quote

Old   June 15, 2009, 20:48
Default
  #7
Member
 
Marco Bernardes
Join Date: May 2009
Posts: 57
Rep Power: 17
masb is on a distinguished road
Hi Jose,

sorry for the inconveniences. I have tried to run the blockMesh command. Should I run Allrun script?

Regards,

Marco.
masb is offline   Reply With Quote

Old   January 11, 2015, 12:00
Default Simple heat conduction problem
  #8
Senior Member
 
Mehdi Asghari
Join Date: Feb 2010
Posts: 127
Rep Power: 16
Asghari_M is on a distinguished road
Dear Colleagues,

Did you get a solution for your problem?
I have a similar discussion started in following link:
http://www.cfd-online.com/Forums/ope...n-problem.html

How can I simulate a simple conduction problem by OF.
My experience about this software is limited to cavity driven tutorial.
Thanks a lot for any suggestion.
Asghari_M is offline   Reply With Quote

Old   January 12, 2015, 07:25
Default
  #9
Senior Member
 
Alex
Join Date: Oct 2013
Posts: 337
Rep Power: 21
zfaraday will become famous soon enough
Hi Marco,

Yes, you should run the Allrun script by typing in the terminal
Code:
./Allrun
. Otherwise you can open the file with a text editor, such as gedit, and execute manually each step on your own.

Regards,

Alex
__________________
Web site where I present my Master's Thesis: foamingtime.wordpress.com

The case I talk about in this site was solved with chtMultiRegionSimpleFoam solver and involves radiation. Some basic tutorials are also resolved step by step in the web. If you are interested in these matters, you are invited to come in!
zfaraday is offline   Reply With Quote

Old   November 16, 2016, 10:24
Default
  #10
New Member
 
Join Date: Aug 2015
Posts: 8
Rep Power: 10
inginheiro is on a distinguished road
Unfortunately with lapacianFoam you cannot specify a thermophysicalModel (for example, temperature depent thermal diffusivity). You can use chtMultiRegionFoam and just define one solid region.

Cheers
inginheiro is offline   Reply With Quote

Old   November 17, 2016, 09:53
Arrow Some remarks
  #11
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Dear all,

I just want to give you some advice for the sake of clearance. A simple heat conduction problem can be solved by using the laplacianFoam from the basic solvers (as already mentioned here). Another option is to use the chtMultiRegion solver (as mentioned too). But please keep in mind that you should know about the solvers. As inginheiro mentioned, the laplacianFoam solver can just be used for a fixed thermal conductivity. However he mentioned to switch to cht that I would not suggest. If you want (for example) to use a temperature depended field I would rather modify the laplacianFoam than using cht (if I would be a beginner) because cht can be very confusing and for a beginner, FOAM could be confusing (even if it is very simple to use).

At least some personal suggestions for all of you:
  • Always check which problem you want to solve
  • Check the easiest solver that fits your problem best
  • Check if all physical aspects can be taken into account with that solver

    - If not you have two options:

    a) Searching for a better solver which may be more complex
    b) Adapt the solver of choice to your stuff
  • Make sure that you understand the physics and mathematics and that you implement everything right

Even if you have two solids with different conductivities, I would prefer to use laplacianFoam and just modify the conductivity to an scalarField and initial it with setFields in order to have two different physical behavior in one domain rather than using cht. Of course, if you want to have some special contact boundaries it might be worth to switch directly to some cht solver. But as I said, be sure to use the solver you need.

Furthermore, I would like to have posts in which you clearly define your problem rather than just ask for a 2D conduction heat problem. As we already see, everybody is giving some own opinion and no-one knows what the thread starter really want to simulate in detail. The outcome of such things are threads with lot of single-lined replies that are annoying for people who search for an concrete answer. Furthermore, please stay to the question. Here the question was how to solve a 2D conduction problem and NOT how to use OpenFOAM or other topics that are not related to the thread. For beginners I refer to the very good new OpenFOAM Tutorial Wiki wiki.openfoam.com, the User-Guide and other sources. For most people it would be the best to sit down, open a case, and start to understand what we are doing. Finally, Linux skills for bash should be known.

New question that is not related to that thread, open a new one.

@Marco: If you can edit your Spanish reply, please translate it to English.

And now I let you discuss in any direction you want to go
Kirils and granzer like this.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convection & conduction simulation problem debashis FLUENT 1 June 26, 2009 03:45
Conjugate heat transfer problem with porous media piko Siemens 1 April 17, 2009 15:41
radiation/ conduction problem brian jackson FLUENT 1 December 4, 2006 05:23
Heat Transfer Problem Help JB FLUENT 2 October 18, 2006 18:54
conjugate heat transfer problem Andreas CFX 1 February 5, 2002 18:22


All times are GMT -4. The time now is 21:15.