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

GGI implementation in MRFSimpleFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By amgode

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 15, 2009, 06:45
Question GGI implementation in MRFSimpleFoam
  #1
New Member
 
amgode's Avatar
 
Amol
Join Date: Jul 2009
Location: Limerick, Ireland
Posts: 24
Blog Entries: 2
Rep Power: 16
amgode is on a distinguished road
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 07:40.
amgode is offline   Reply With Quote

Old   September 16, 2009, 01:01
Default
  #2
New Member
 
amgode's Avatar
 
Amol
Join Date: Jul 2009
Location: Limerick, Ireland
Posts: 24
Blog Entries: 2
Rep Power: 16
amgode is on a distinguished road
Well, that was not hard.

just had to set the faces to the patch.........that's all........


Got it working now.................


Regards,

Amol
amgode is offline   Reply With Quote

Old   October 9, 2009, 15:33
Default
  #3
New Member
 
Dnyanesh Digraskar
Join Date: Mar 2009
Location: Amherst, MA, United States
Posts: 10
Rep Power: 17
ddigrask is on a distinguished road
Hi Amol,
Can you explain how you got that working in detail. Even I am getting that error. Thanks for your help.
ddigrask is offline   Reply With Quote

Old   March 20, 2010, 12:51
Default
  #4
Member
 
Jason Eason
Join Date: Jan 2010
Location: Portage, Michigan
Posts: 45
Rep Power: 16
JulytoNovember is on a distinguished road
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
JulytoNovember is offline   Reply With Quote

Old   March 21, 2010, 23:26
Default
  #5
New Member
 
amgode's Avatar
 
Amol
Join Date: Jul 2009
Location: Limerick, Ireland
Posts: 24
Blog Entries: 2
Rep Power: 16
amgode is on a distinguished road
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 !
amgode is offline   Reply With Quote

Old   May 21, 2010, 12:55
Default
  #6
Senior Member
 
John Deas
Join Date: Mar 2009
Posts: 160
Rep Power: 17
johndeas is on a distinguished road
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
johndeas is offline   Reply With Quote

Old   May 23, 2010, 03:09
Default
  #7
New Member
 
amgode's Avatar
 
Amol
Join Date: Jul 2009
Location: Limerick, Ireland
Posts: 24
Blog Entries: 2
Rep Power: 16
amgode is on a distinguished road
Quote:
Originally Posted by johndeas View Post

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".


JD
The reason for this error has something to do with the definition of the ggi patches in the boundary file. If you could post your boundary file here it would be most helpful.
As a prelude, you could check the facezone names being given for the ggi pairs in the boundary file.

Hope it helps !

Regards,

Amol
st_hoerner likes this.
amgode is offline   Reply With Quote

Old   May 23, 2010, 08:16
Default
  #8
Senior Member
 
John Deas
Join Date: Mar 2009
Posts: 160
Rep Power: 17
johndeas is on a distinguished road
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.
johndeas is offline   Reply With Quote

Old   August 5, 2011, 06:03
Default GGI implementation in pimpleDyMFOAM
  #9
New Member
 
shyam prasad
Join Date: Mar 2009
Posts: 25
Rep Power: 17
shyam is on a distinguished road
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 ?
shyam is offline   Reply With Quote

Reply


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
Convergence with MRFSimpleFoam grugg OpenFOAM Running, Solving & CFD 7 March 28, 2014 04:56
MRFSimpleFoam Tutorial bastil OpenFOAM Running, Solving & CFD 48 August 1, 2012 10:00
GGI in OpenFOAM hjasak OpenFOAM Running, Solving & CFD 59 April 30, 2010 08:30
CFX GGI Interface Error (non-overlapping) surge519 CFX 1 August 3, 2009 18:54
GGI ERCOFTAC and general questions david OpenFOAM Running, Solving & CFD 8 August 25, 2008 09:22


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