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

How to solve a heat conduction between two different solid materials ?

Register Blogs Community New Posts Updated Threads Search

Like Tree5Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 13, 2012, 10:15
Default
  #21
New Member
 
Join Date: Apr 2010
Location: Linz, Austria
Posts: 16
Rep Power: 16
sailor79 is on a distinguished road
Hi Nakor,

this topic is interesting for me as well. I have only made first steps in source code modifications, but if you need support I will take a look at it. Maybe we can get it to work together.

Regards,

Michael
sailor79 is offline   Reply With Quote

Old   December 24, 2012, 14:51
Default Ychar, Ypmma
  #22
Senior Member
 
Ahmed Khattab's Avatar
 
ahmed
Join Date: Feb 2010
Posts: 182
Blog Entries: 1
Rep Power: 16
Ahmed Khattab is on a distinguished road
Hi,

i am using chtMultiRegionFoam and there are two parameters which i don't know. Ypmma, Ychar is any one know any thing about them.

thanks
Ahmed Khattab is offline   Reply With Quote

Old   December 26, 2012, 13:35
Default
  #23
Senior Member
 
Ahmed Khattab's Avatar
 
ahmed
Join Date: Feb 2010
Posts: 182
Blog Entries: 1
Rep Power: 16
Ahmed Khattab is on a distinguished road
Quote:
Originally Posted by rebel ahmed View Post
Hi,

i am using chtMultiRegionFoam and there are two parameters which i don't know. Ypmma, Ychar is any one know any thing about them.

thanks
Hi every body,

after searching and deep looking in openFoam files i think that Ypmma and Ychar represent two components of solid material with properties for every material and concentration so by using solid mixture models the properties of calculated on basis of these components.

please if any one has any idea about Ypmma, Ychar advice if this explanation is true or false.

thanks in advance,
Ahmed Khattab is offline   Reply With Quote

Old   March 15, 2013, 08:17
Default
  #24
New Member
 
sebastian n
Join Date: Nov 2012
Posts: 17
Rep Power: 13
gruenertee is on a distinguished road
Hi,

first of all i want to thank everybody who keeps running this platform. The user cremona described a problem in #14 and i have the same problem. Openfoam displays me the mistake:" patch type 'patch' not type 'directMappedPatchBase' .Can anybody explain what it is about and how to correct it? In my work i want to simulate the thermal diffusion between two solids, like the user cremona did. Thanks
gruenertee is offline   Reply With Quote

Old   March 15, 2013, 11:39
Default
  #25
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
Hi sebastian,

you have to change the patch type of your wall from patch to mappedWall in your boundary file.

Tobi
Tobi is offline   Reply With Quote

Old   March 15, 2013, 11:48
Default
  #26
New Member
 
sebastian n
Join Date: Nov 2012
Posts: 17
Rep Power: 13
gruenertee is on a distinguished road
Hi Tobias,

i am happy for your quick response My wall Patch is of type mappedWall. I was inspired by your work done for the user cremona; dont know where the mistake is
Attached Files
File Type: zip rohrzuumgebung.zip (86.0 KB, 30 views)
gruenertee is offline   Reply With Quote

Old   March 15, 2013, 12:23
Default
  #27
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
I ll have a look at this.

Which OF version do you use ?
Tobi is offline   Reply With Quote

Old   March 15, 2013, 12:47
Default
  #28
New Member
 
sebastian n
Join Date: Nov 2012
Posts: 17
Rep Power: 13
gruenertee is on a distinguished road
I use Openfoam 2.0.1
gruenertee is offline   Reply With Quote

Old   March 15, 2013, 12:50
Default
  #29
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
Well okay.

There are some changes between 2.1. and 2.0.
I am using 2.1. and now 2.2.

The case I added in this thread is for 2.1.x

For y our problem have a look at the chtMulti tutorial and the patch types there. Use that one and everything should work.
Tobi is offline   Reply With Quote

Old   January 5, 2021, 15:45
Default
  #30
New Member
 
Liang Cui
Join Date: Apr 2019
Posts: 2
Rep Power: 0
lcui is on a distinguished road
Quote:
Originally Posted by nakor View Post
After some research, swak4foam does not seems to be adaptated to our problems.

It will average the temperature on each patch, so I will lose the spatial informations.

But I had an other idea before attempting to look into the boundary condition source code.

It seem that a baffle could answer to my problem. If I understand correctly how it is working, it could create a small region between the two solids, which will simulates the contact resistance with Rth=e/lambda*S
Code:
zone1_to_zone2
          {
              type            directMappedWallVariableThickness;
              // This thickness is used if the baffle is 1D.
              thickness       uniform 0.005;
          }
Does anyone have any previous experiense with those thermal baffles ?
thermal baffles release note

edit:Thermal baffle is perfect! But it is not adapted to mappedPatch, only to genericPatch
It seem that I will have to look inside the code of turbulentTemperatureCoupledBaffleMixed and try to modify it a bit..
Hi nakor
I am wondering have you solved thermal contact resistance between two solid domain?
I am looking for something similar as thermal contact in COMSOL.
https://www.comsol.com/blogs/thermal...ce-simulation/


Can you provide me some hints?
Thank you.
Liang
lcui is offline   Reply With Quote

Old   April 20, 2022, 03:55
Default
  #31
New Member
 
Mostafa
Join Date: Oct 2021
Posts: 22
Rep Power: 4
mostafa kareem is on a distinguished road
i have the same problem. i'm solving electric potential on fluid and solid domains and i have different electric permitivity so i had to use chtmultiregion to implement it and successfully did it , but the problem is when i tried to differentiate the electric potential field on solid and fluid to get electric field , i couldn't get a continous electric field across interface like electric potentail , so do you any idea how to solve it ?
mostafa kareem is offline   Reply With Quote

Old   January 13, 2023, 04:59
Default
  #32
New Member
 
Andi
Join Date: Jun 2018
Posts: 13
Rep Power: 7
meshingpumpkins is on a distinguished road
does someone could give me the answere if it is now possible in openfoam to account for contact resistance between two solids or not?

using esi v2112
meshingpumpkins is offline   Reply With Quote

Old   January 13, 2023, 06:58
Default
  #33
New Member
 
Andi
Join Date: Jun 2018
Posts: 13
Rep Power: 7
meshingpumpkins is on a distinguished road
actually i solved my issue

for more infos see:

Treating Contact Resistance between two solids in openFoam (Thermal and electric)
meshingpumpkins is offline   Reply With Quote

Reply

Tags
heat conduction, heat transfer, thermophysicalproperties, transportproperties


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
Heat transfer (conduction) between two pipes shields FLUENT 14 February 3, 2016 07:45
heat conduction in solid and convection in flow kunal FLUENT 3 February 29, 2012 04:42
Heat conduction through Sand or pulverised materials dwqi0419 CFX 6 May 26, 2010 04:53
heat conducting in a solid domain Rogerio Fernandes Brito FLUENT 0 March 18, 2008 17:25
Heat conduction between contacting solid materials Ken Adams FLUENT 5 January 18, 2007 18:14


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