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

ChtMultiRegionFoam boudary condtion solid-solid

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By peterhess

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 15, 2023, 11:57
Default ChtMultiRegionFoam boudary condtion solid-solid
  #1
New Member
 
Rachele Zamboni
Join Date: Feb 2023
Posts: 3
Rep Power: 3
rachele is on a distinguished road
Hellow everyone!

I am currently working on a multiregion simulation to study the heat transfer between different region wiht solver chtMultiRegionFoam. Inside my domain I have both interfaces between solid and fluid regions but also between two solids. Currently I am imposing at each interface between regions the boundary condition for temperature :

solid1_to_solid2
{
type compressible::turbulentTemperatureCoupledBaffleMix ed;
value $internalField;
Tnbr T;
}

Unfortunately with this condition I am not able to correctly solve the problem and for even very simple meshes, If I simulate the interaction between solid regions after some iterations I get a negative T. More over before the negative T, the temperature fields between region is not consistent with my input.

I think that it could be a problem with this boundary condition. Does anyone have solved conduction between solids with chtMultiRegion with another BC?
rachele is offline   Reply With Quote

Old   June 17, 2023, 12:18
Default
  #2
Senior Member
 
Peter Hess
Join Date: Apr 2011
Location: Austria
Posts: 250
Rep Power: 17
peterhess is on a distinguished road
Hello!

kappaMethod could be missing.

type compressible::turbulentTemperatureCoupledBaffleMix ed;
Tnbr T;
kappaMethod solidThermo;
value $internalField;

Be also sure, that in constant\regionsProberties all the solid regions are defined as solid.

Tutorial heatedDuct is a good example and it includs solid to solid interface.

Take the solver setups from this tutorial.
Jialin likes this.

Last edited by peterhess; June 17, 2023 at 23:08.
peterhess is offline   Reply With Quote

Reply

Tags
boundary condition, chtmultiregionfoam, solid conduction, solid interface


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
How to implement radiation between a porous and a solid region in chtMultiRegionFoam? ThunderstruckGER OpenFOAM Running, Solving & CFD 1 November 16, 2023 23:00
chtMultiRegionFoam connection between solid and fluid region of heat exchanger ahab OpenFOAM 1 December 18, 2019 00:37
Immersed Solid and FSI Pierrm CFX 0 March 26, 2018 05:36
defining solid and fluid in chtMultiregionFoam R_21 OpenFOAM Running, Solving & CFD 2 July 1, 2015 10:54
CFX4.3 -build analysis form Chie Min CFX 5 July 12, 2001 23:19


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