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

Found uncovered faces for GGI interface

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By BSengupta

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 28, 2019, 04:07
Default Found uncovered faces for GGI interface
  #1
Member
 
Bidesh Sengupta
Join Date: Sep 2018
Location: Sngapore
Posts: 76
Rep Power: 7
BSengupta is on a distinguished road
Hi! Foamers,


I am trying to run overlapGgi and getting the error as:
--> FOAM FATAL ERROR:
Found uncovered faces for GGI interface innercylinder/outercylinder
This is an unrecoverable error. Aborting.


boundary
blade_1
{
type wall;
nFaces 46561;
startFace 5183059;
}
blade_2
{
type wall;
nFaces 39728;
startFace 5229620;
}
innercylinder
{
type overlapGgi;
nFaces 41878;
startFace 5269348;
rotationAxis (0 0 1);
nCopies 30;
shadowPatch outercylinder;
zone innercylinder_faces;
}
outercylinder
{
type overlapGgi;
nFaces 41880;
startFace 5326982;
rotationAxis (0 0 1);
nCopies 30;
shadowPatch innercylinder;
zone outercylinder_faces;
}
farfield
{
type patch;
nFaces 15756;
startFace 5311226;
}


setBatch


faceSet innercylinder_faces new patchToFace innercylinder
faceSet outercylinder_faces new patchToFace outercylinder
cellSet rotor new cellToCell cellRegion0
quit




dynamicMeshDict

dynamicFvMeshLib "libtopoChangerFvMesh.so";
dynamicFvMesh turboFvMesh;//mixerGgiFvMesh;

turboFvMeshCoeffs//mixerGgiFvMeshCoeffs
{
coordinateSystem
{
type cylindrical;
origin (0 0 0);
axis (0 0 1);
direction (1 0 0);
}

rpm
{
cellRegion0 360;
cellRegion1 0.0;
}

slider
{
insidecylinder_faces 360;
}

}


MRFZones
cellRegion0//rotor
{
nonRotatingPatches (farfield);

origin origin [0 1 0 0 0 0 0] (0 0 0);
axis axis [0 0 0 0 0 0 0] (0 0 1);
omega omega [0 0 -1 0 0 0 0] 360;
}




Command
regionCellSets
setSet -batch setBatch
setsToZones -noFlipMap
solverName


Can any one tell me how to resolve this error.


The figure shows blade1, blade2 and innercylinder.



Thanks a lot.
Attached Images
File Type: png CT.png (10.0 KB, 7 views)
BSengupta is offline   Reply With Quote

Old   October 28, 2019, 23:51
Default
  #2
Member
 
Bidesh Sengupta
Join Date: Sep 2018
Location: Sngapore
Posts: 76
Rep Power: 7
BSengupta is on a distinguished road
any answer please
BSengupta is offline   Reply With Quote

Old   October 29, 2019, 21:19
Default
  #3
Member
 
Bidesh Sengupta
Join Date: Sep 2018
Location: Sngapore
Posts: 76
Rep Power: 7
BSengupta is on a distinguished road
I solved the issue using ggi instead of overlapGgi.


The sample is given below:


cylr
{
type ggi;
nFaces 1656;
startFace 9801445;
rotationAxis (0 0 1);
nCopies 30;
shadowPatch cyls;
zone cylr_faces;
bridgeOverlap true; //This was also important.
}


cyls
{
type ggi;
nFaces 1656;
startFace 9829183;
rotationAxis (0 0 1);
nCopies 30;
shadowPatch cylr;
zone cyls_faces;
bridgeOverlap true;
}


Thank you.
Bidesh
galoisati likes this.
BSengupta is offline   Reply With Quote

Reply

Tags
foam ext 4.0, ggi, openfaom


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
[snappyHexMesh] SHM Layer Addition Phase dickcruz OpenFOAM Meshing & Mesh Conversion 4 November 1, 2018 07:05
[Other] Mesh Importing Problem cuteapathy ANSYS Meshing & Geometry 2 June 24, 2017 05:29
[snappyHexMesh] sHM layer process keeps getting killed MBttR OpenFOAM Meshing & Mesh Conversion 4 August 15, 2016 03:21
[mesh manipulation] Importing Multiple Meshes thomasnwalshiii OpenFOAM Meshing & Mesh Conversion 18 December 19, 2015 18:57
[snappyHexMesh] No layers in a small gap bobburnquist OpenFOAM Meshing & Mesh Conversion 6 August 26, 2015 09:38


All times are GMT -4. The time now is 09:11.