|
[Sponsors] |
September 15, 2009, 07:45 |
GGI implementation in MRFSimpleFoam
|
#1 |
New Member
|
Hi all,
I am trying to implement a ggi interface while using MRFSimpleFoam for solving a 3D mixer problem. (OpenFoam-1.5-dev ) the procedure as described in openwiki: - mergeMeshes rotor stator - implement ggi - implement MRFSimpleFoam Now, what if the mergeMeshes step is replaced by something like - importing the fluent mesh directly. (or importing from tgrid by simultaneously reading the rotor and stator meshes.) On doing the above I get the following message. Create time Create mesh for time = 0 Reading field p Reading field U Reading/calculating face flux field phi Problem with patch-to zone addressing: some patch faces not found in interpolation zone From function void ggiPolyPatch::calcZoneAddressing() const in file meshes/polyMesh/polyPatches/constraint/ggi/ggiPolyPatch.C at line 77. FOAM aborting Aborted Thanks in advance. Amol Last edited by amgode; September 15, 2009 at 08:40. |
|
October 9, 2009, 16:33 |
|
#3 |
New Member
Dnyanesh Digraskar
Join Date: Mar 2009
Location: Amherst, MA, United States
Posts: 10
Rep Power: 17 |
Hi Amol,
Can you explain how you got that working in detail. Even I am getting that error. Thanks for your help. |
|
March 20, 2010, 13:51 |
|
#4 |
Member
Jason Eason
Join Date: Jan 2010
Location: Portage, Michigan
Posts: 45
Rep Power: 16 |
Excuse me Amol, did you ever get your simulation to run correctly, and did the ggi implimentation make MRFSimpleFoam rotate? Lastly, did you have to add the dynamicMeshDict?
__________________
Debian Squeeze - OpenFOAM-2.1.x, Paraview-3.12.0 |
|
March 22, 2010, 00:26 |
|
#5 |
New Member
|
Yes ofcourse ! without any problems....
Since MRFSimpleFoam is a steady state solver and I was interested in steady state solution, there was no need to dynamically rotate the MRF region and hence no need for dynamicMeshDict as such.... I hope u get the point ! |
|
May 21, 2010, 13:55 |
|
#6 |
Senior Member
John Deas
Join Date: Mar 2009
Posts: 160
Rep Power: 17 |
Hello,
I am also trying to create a mesh in Gambit, and then set it to work with interfaces. So, what I do is: 1. fluent3DMeshToFoam 2. edit boundary to change patch types to ggi 3. setSet -batch setBatch 4. setsToZones -noFlipMap When I finally run my solver, I get the following error: "Problem with patch-to zone addressing: some patch faces not found in interpolation zone". Since this is very similar to other problems reported here, i would like to know what to check first. Thank you ! JD |
|
May 23, 2010, 04:09 |
|
#7 | |
New Member
|
Quote:
As a prelude, you could check the facezone names being given for the ggi pairs in the boundary file. Hope it helps ! Regards, Amol |
||
May 23, 2010, 09:16 |
|
#8 |
Senior Member
John Deas
Join Date: Mar 2009
Posts: 160
Rep Power: 17 |
Thank you !
My error was indeed related to a malformed boundary file: I assigned the wrong zones to the wrong patches. Now that this has been corrected, I am able to launch my test case correctly. |
|
August 5, 2011, 07:03 |
GGI implementation in pimpleDyMFOAM
|
#9 |
New Member
shyam prasad
Join Date: Mar 2009
Posts: 25
Rep Power: 17 |
Hi Faomers,
I am trying to implement GGI for a stirred tank in pimpleDyMFOAM. I have run the mixerGGI tutorial and it works fine. I have a 3d mesh from gambit for which i want to implement pimpleDyMFOAM. I have changed the constant/polyMesh/boundary file to reflect interfaces as ggi as per the mixerGGI tutorial. When I run pimpleDyMFoam I get the following error. --> FOAM FATAL ERROR: Problem with patch-to zone addressing: some patch faces not found in interpolation zone From function void ggiPolyPatch::calcZoneAddressing() const in file meshes/polyMesh/polyPatches/constraint/ggi/ggiPolyPatch.C at line 77. unable to figure out what to do! Can anyone help ? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Convergence with MRFSimpleFoam | grugg | OpenFOAM Running, Solving & CFD | 7 | March 28, 2014 05:56 |
MRFSimpleFoam Tutorial | bastil | OpenFOAM Running, Solving & CFD | 48 | August 1, 2012 11:00 |
GGI in OpenFOAM | hjasak | OpenFOAM Running, Solving & CFD | 59 | April 30, 2010 09:30 |
CFX GGI Interface Error (non-overlapping) | surge519 | CFX | 1 | August 3, 2009 19:54 |
GGI ERCOFTAC and general questions | david | OpenFOAM Running, Solving & CFD | 8 | August 25, 2008 10:22 |