CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   Heat transfer (Conduction) (https://www.cfd-online.com/Forums/openfoam/108846-heat-transfer-conduction.html)

ben1793 November 2, 2012 12:05

Heat transfer (Conduction)
 
Hello :)

I am fairly new to OpenFOAM and have come to understand the basics of snppyHexMesh with the help of others on this forum.

Now I would like to create a heat transfer simulation, basically what I want to do is have a heat source sitting on top of a frame (which will be in STL format) so that I can see how far the heat travels through the frame through conduction, is there any tutorials that can show me how to do this or any tutorials already on OpenFOAM that do something similar?

Thank you in advance.

romain.h November 2, 2012 18:39

you should first check out the tutorial basic/laplacianfoam/flange.

Since you have a .stl, you will have to make you own mesh. You can use snappyHexMesh :)

After that, you will have to set-up your boundary conditions as it is done in the flange tutorial.
With this tutorial, a fixedValue is used and not a heat source.
If you want a heat source, you have two possibilities, the first one is to use a special boundary conditon (wallHeatFlux, or externalWallHeatFlux).
The other possibilitie will be to modify the laplacianFoam solver to include an heat source.
It is fairly easy and explained here

voronok95 May 7, 2018 18:46

Hello!

I'm trying to solve the problem of thermal conductivity using, while using the snappyHexMesh. When creating a grid, 5/10 folders are created, in which the grid is stored. If I run the LaplacianFoam utility (on a uniform grid), there are also folders 5/10/15, which store the solution at different times. Accordingly, when I use the LaplacianFoam utility with snappyHexMesh, a conflict arises. How can I get rid of it?


All times are GMT -4. The time now is 04:44.