|
[Sponsors] | |||||
non-conformal mesh and thermal contact resistance, chtmultiregionfoam |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
Member
Chaz
Join Date: Mar 2012
Posts: 30
Rep Power: 15 ![]() |
Hello,
I am modeling heat transfer in solids using chtmultiregionfoam. I have solid regions in contact, and would like to have thermal contact resistances between them. Due to the nature of the geometry, the patches in contact are non-conformal. I am using ESI openfoam 23. Ideal contact seems to work fine, with a mapped mesh with AMI: boundary example: Code:
v1ToV2
{
//type mappedWall;
type mappedPatch;
//sampleMode nearestPatchFace;
sampleMode nearestPatchFaceAMI;
sampleRegion v2;
samplePatch v2ToV1;
}
Code:
v1ToV2
{
// for perfect contact
type compressible::turbulentTemperatureCoupledBaffleMixed;
Tnbr T;
//kappa solidThermo;
kappaMethod solidThermo;
kappaName none;
value uniform 300;
Code:
// for contact resistance
type compressible::turbulentTemperatureCoupledBaffleMixed;
value uniform 300;
Tnbr T;
kappaMethod solidThermo;
thicknessLayers ( 0.001 );
kappaLayers ( 1.5 );
How do I model thermal contact resistance between two non-conformal patches in chtmultiregionfoam? |
|
|
|
|
|
|
|
|
#2 |
|
Member
Chaz
Join Date: Mar 2012
Posts: 30
Rep Power: 15 ![]() |
As an update, I went ahead and switched to fully conformal meshes for all regions. This is due to the challenges getting contact resistance to work, and what appears to be some error when using non-conformal meshes between solid regions.
|
|
|
|
|
|
![]() |
| Tags |
| chtmultiregionfoam, non-conformal mesh |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mass source in chtMultiRegionFoam creates thermal wake | JayDeeUU | OpenFOAM Running, Solving & CFD | 0 | January 26, 2024 10:31 |
| sliding mesh problem in CFX | Saima | CFX | 46 | September 11, 2021 08:38 |
| Possible bug in chtMultiRegionFoam with 2 solids in contact? | keitaro7_14 | OpenFOAM Running, Solving & CFD | 1 | February 5, 2021 14:19 |
| Simple piston movement in cylinder- fluid models | arun1994 | CFX | 4 | July 8, 2016 03:54 |
| Thermal contact resistance without meshing it? | rosco | FLUENT | 2 | June 30, 2003 18:50 |