|
[Sponsors] |
chtMultiRegionFoam - different mesh on the 2 sides of a coupled boundary |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 25, 2012, 10:37 |
chtMultiRegionFoam - different mesh on the 2 sides of a coupled boundary
|
#1 |
New Member
Join Date: Jul 2012
Posts: 21
Rep Power: 14 |
solver: chtMultiRegionFoam
version: 2.1-1 BC: compressible::turbulentTemperatureCoupledBaffleMix ed dear FOAMers, I hope everything is fine on your side. I am using chtMultiRegionFoam and expectedly, I would like to have a more densed mesh in the fluid and a less densed mesh in the solid. Is it possible? and if yes, have anybody already achieved it and can give me some guidelines? thanks a lot |
|
September 27, 2012, 10:41 |
coinciding mesh
|
#2 |
New Member
Thomas Walsh
Join Date: Nov 2010
Posts: 18
Rep Power: 16 |
I believe that for the default cht... solver you need coinciding surface meshes in order to transfer the energy between the different regions. You'd have to edit the boundary conditions to incorporate a ggi interface. I remember one of the presentation from the 2011 workshop at Penn State was on a multi-physics solver (conjugatedFsiFoam maybe) and the presenter went through the steps needed to implement this.
Here is the link to the powerpoint slides, http://www.personal.psu.edu/dab143/O...ven_slides.pdf. They only briefly mention how to implement it towards the end. Has anyone in this forum accomplish such a feat? |
|
September 28, 2012, 05:50 |
|
#3 |
New Member
Join Date: Jul 2012
Posts: 21
Rep Power: 14 |
thanks Thomas
|
|
October 12, 2012, 08:46 |
Any Solutions??
|
#4 | |
Member
supercommandodhruv
Join Date: Sep 2011
Posts: 57
Rep Power: 15 |
Hi,
Were you able to solve this problem? Did you implement AMI/GGI on the patches? I have the same kind of problem, but I am not able to figure out how to use AMI in chtMultiRegionFoam. Any help is greatly appreciated. Thanks, Dhruv. Quote:
|
||
July 18, 2014, 16:43 |
|
#5 |
Member
ms
Join Date: Mar 2009
Location: West London
Posts: 48
Rep Power: 17 |
Hey everyone! I now also need this functionality. Does anybody know if CHT and AMI can be used at the same time, on the same boundary in OF2.3.0 ?
Please say yes! Best regards, Mark. |
|
July 24, 2014, 06:58 |
|
#6 | |
Member
ms
Join Date: Mar 2009
Location: West London
Posts: 48
Rep Power: 17 |
Quote:
in constant/copper/polyMesh/blockMeshDict: Code:
boundary { copper_to_iron { sampleRegion iron; samplePatch iron_to_copper; type mappedWall; sampleMode nearestPatchFaceAMI; //sampleMode nearestPatchFace; offsetMode uniform; offset (0 0 0); faces ( (2 6 5 1) ) ; } // anti-clock looking in. } in constant/iron/polyMesh/blockMeshDict: Code:
boundary { iron_to_copper { sampleRegion copper; samplePatch copper_to_iron; type mappedWall; sampleMode nearestPatchFaceAMI; //sampleMode nearestPatchFace; offsetMode uniform; offset (0 0 0); faces ( ( 3 0 4 7 ) ) ; } } Best regards, Mark. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Difficulty in calculating angular velocity of Savonius turbine simulation | alfaruk | CFX | 14 | March 17, 2017 07:08 |
How to let the mesh motion solver just solve a small region near a moving boundary? | zhajingjing | OpenFOAM Running, Solving & CFD | 9 | April 28, 2016 05:15 |
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! | sc298 | OpenFOAM Meshing & Mesh Conversion | 2 | March 27, 2011 22:11 |
conjugateHeatFoam: Should solid and fluid have the same mesh at the coupled boundary? | awacs | OpenFOAM Running, Solving & CFD | 6 | September 22, 2009 23:58 |
Icemcfd 11: Loss of mesh from surface mesh option? | Joe | CFX | 2 | March 26, 2007 19:10 |