CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

How do I set up cyclicGgi boundaries in 1.6-ext?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 19, 2012, 07:29
Default How do I set up cyclicGgi boundaries in 1.6-ext?
  #1
New Member
 
olle
Join Date: Oct 2011
Posts: 1
Rep Power: 0
olle is on a distinguished road
Dear Foamers,

As a newbie, I've been working with OpenFoam 2.0.x a couple of months and thought it was enough until I realized I needed cyclic boundary conditions on the faces surrounding my domain in spanwise and normal directions. I'm working with incompressible fluid passing a cylinder in free stream.

Have created my hex mesh in ICEM, exported it as a Fluent 6 mesh, imported and exported it again in Gambit until I finally converted it with fluent3DMeshToFoam. Tried to use cyclic boundaries first which were available in 2.0.x. Got problems with faces that were not matching, so I started to look at the cyclicGgi boundary condition which are implemented in the 1.5-dev and 1.6-ext versions.

It looked promising at first when I tried with 1.5-dev. Coupled the boundaries that were set up as cyclicGgi in my constant/polyMesh/boundary file (see below):

front
{
type cyclicGgi;
nFaces 52299;
startFace 6038409;
shadowPatch new_back;
zone front_zone;
bridgeOverlap false;
rotationAxis (0 1 0);
rotationAngle 0;
separationOffset (0 0 0.0628317);
}
new_back
{
type cyclicGgi;
nFaces 52299;
startFace 6090708;
shadowPatch front;
zone new_back_zone;
bridgeOverlap false;
rotationAxis (0 1 0);
rotationAngle 0;
separationOffset (0 0 0.0628317);
}
bottom
{
type cyclicGgi;
shadowPatch top;
zone bottom_zone;
bridgeOverlap false;
rotationAxis (1 0 0);
rotationAngle 0;
separationOffset (0 -0.360 0);
nFaces 11388;
startFace 6143007;
}
top
{
type cyclicGgi;
shadowPatch bottom;
zone top_zone;
bridgeOverlap false;
rotationAxis (1 0 0);
rotationAngle 0;
separationOffset (0 -0.360 0);
nFaces 11388;
startFace 6154395;
}

All preprocessing steps went fine, i.e. I was able to execute the setSet, setsToZones and decomposePar commands. However, I ran into trouble since I wanted to use pimpleFoam which is not implemented in 1.5-dev. So, after installation of 1.6-ext and some minor changes to system/fvSolution to make it compatible with 1.6-ext I started with the preprocessing steps again. Run into problems already in the setSet step:

Create time

Create polyMesh for time = 0

Initializing the GGI interpolator between master/shadow patches: front/new_back

From function void GGIInterpolation<MasterPatch, SlavePatch>::rescaleWeightingFactors() const
in file lnInclude/GGIInterpolationWeights.C at line 544
Uncovered faces found. On master: 52299 on slave: 52299


--> FOAM FATAL ERROR:
Found uncovered faces for GGI interface front/new_back while the bridgeOverlap option is not set in the boundary file.
This is an unrecoverable error. Aborting.

From function void ggiPolyPatch::calcPatchToPatch() const
in file meshes/polyMesh/polyPatches/constraint/ggi/ggiPolyPatch.C at line 221.

FOAM aborting


I guess my main questions are:

1. Should I setup my boundaries in constant/polyMesh/boundary differently in 1.5-dev and 1.6-ext?

2. If not, are there other differences between the two OF versions in how they handle the cyclicGgi boundary condition?

Best regards
Olle
olle is offline   Reply With Quote

Old   August 17, 2012, 09:56
Default cyclicGgi differences between 1.6-ext and 1.5-dev
  #2
New Member
 
Declan Carolan
Join Date: Jul 2011
Posts: 3
Rep Power: 14
declanj is on a distinguished road
Hi All,

I am having the same problems. A simple test case with 2 cyclicGgi patches works perfectly in 1.5-dev but returns uncovered faces when using 1.6-ext.

Has anyone found a solution to this problem?
declanj is offline   Reply With Quote

Old   October 7, 2014, 12:59
Default
  #3
New Member
 
virelli giuseppe
Join Date: Nov 2011
Posts: 14
Rep Power: 14
yvyan is on a distinguished road
Same problem!

Did somebody solve?
yvyan is offline   Reply With Quote

Reply

Tags
1.5-dev, 1.6-ext, boundary, cyclicggi, differences


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
FSI solver for openFoam 1.6 ext Whyman OpenFOAM 4 October 26, 2013 06:11
Test directory missing in OpenFOAM 1.6 ext andrewryan OpenFOAM 2 March 20, 2011 15:41
Help with GNUPlot Renato. Main CFD Forum 6 June 6, 2007 19:51
Problems with installation jonititan OpenFOAM Installation 4 November 6, 2005 04:16


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