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

[Commercial meshers] Fluent msh and cyclic boundary

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 4, 2009, 03:35
Default
  #41
Member
 
Tomislav Sencic
Join Date: Mar 2009
Posts: 42
Rep Power: 17
tsencic is on a distinguished road
I solved my problem by modifying featureCos in
/home/tom/OpenFOAM/OpenFOAM-1.4.1-dev/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C
from 0.9999 to 0.99999999 or so, which allowed me tu use meshes of 179.5 degree central angle.
tsencic is offline   Reply With Quote

Old   December 20, 2009, 07:30
Default
  #42
Member
 
Join Date: Sep 2009
Posts: 45
Rep Power: 16
AirS is on a distinguished road
This can be a silly question, but can anyone explain what is the meaning of featureCos()
and featureCos 0.9 ?
Thank you
AirS is offline   Reply With Quote

Old   May 6, 2010, 03:02
Default how to solve
  #43
New Member
 
jan
Join Date: Oct 2009
Posts: 6
Rep Power: 16
fluent145 is on a distinguished road
I made a mesh in Gambit, coupled the 'in' and 'out' edges, saved them together as 'wall', ran fluentMeshToFoam, ran createPatch with "symmetry" as posted here before and afterwards changed the type of my 'in_out' edge in polymesh/boundary to 'cyclic'
I still get :

face 0 area does not match neighbour 321 by 53.8581% -- possible face ordering problem.
patch:InOut my area:0.304138 neighbour area:0.528308 matching tolerance:0.001
Mesh face:1541679 vertices:4((100 50 3.04138) (100 49.95 3.04138) (100 49.95 -3.04138) (100 50 -3.04138))
Neighbour face:1542000 vertices:4((100 2.71793 3.04138) (100 2.71793 -3.04138) (100 2.80478 -3.04138) (100 2.80478 3.04138))
Rerun with cyclic debug flag set for more information.
From function cyclicPolyPatch::calcTransforms()
in file meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C at line 180.
FOAM exiting


Anyone else with the same problem ?

Last edited by fluent145; May 14, 2010 at 11:13.
fluent145 is offline   Reply With Quote

Old   June 8, 2010, 07:58
Default cyclic sollution
  #44
New Member
 
jan
Join Date: Oct 2009
Posts: 6
Rep Power: 16
fluent145 is on a distinguished road
I found the answer to my problem. Actually, it is all written here in previous post, but it took me a while to get all the pieces right. So I'll summarize it again here. I'm using Gambit and fluentMeshToFoam for the mesh.


GAMBIT
1. Link the "in" and "out" edges. It's the chain kinda looking button on the bottom left in the "Mesh edge" folder, and select "periodic" as-well. After that, just continue meshing as usual.
2. before exporting the mesh, I define both "in" and "out" (separately) as "wall".

OF
3. run fluentMeshToFoam
4. in xx/constant/polymesh, edit the "boundary" file and change the type of both "in" and "out" to "symmetryPlane"
5. make a "createPatchDict" file and save it in xx/system. Mine looks like this :

FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object createPatchDict;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
matchTolerance 1E-7;
pointSync true;

patches
(
{
name InOut;

dictionary
{
type symmetryPlane;
}

constructFrom patches;

patches (In Out);
}
);

6. Run "createPatch"
7. createPatch should give you a new directory (like 0.02 or something, depending on your timestep) which looks like the polymesh directory. Go to xx/0.02/polymesh and open the "boundary" file.
As you can see in the createPatchDict file, my "in" and "out" have chaged to one "InOut" edge. You will see "InOut" in the new boundary file with the type "symmetryPlane". Change this to "cyclic" and copy the whole directory to xx/contant/polymesh.
8. also, don't forget to adapt all your initial settings (files in xx/0) to contain the patch "InOut" with the type "cyclic".

Then I just run channelFoam and it works .

Good luck everyone !
fluent145 is offline   Reply With Quote

Old   January 28, 2011, 18:14
Default featureCos 0.9
  #45
New Member
 
Brian Fiedler
Join Date: Jul 2009
Location: Norman, Oklahoma USA
Posts: 5
Rep Power: 16
bfiedler is on a distinguished road
I would also appreciate an answer to this "silly" question.

Quote:
Originally Posted by AirS View Post
This can be a silly question, but can anyone explain what is the meaning of featureCos()
and featureCos 0.9 ?
Thank you
bfiedler is offline   Reply With Quote

Old   March 23, 2011, 06:00
Default createPatch problem
  #46
Senior Member
 
stephane sanchi
Join Date: Mar 2009
Posts: 314
Rep Power: 18
openfoam_user is on a distinguished road
Dear OF users,

When I use the createPatch command I get the following error message. I have generated the mesh with ICEMCFD HEXA.

It seems that an answer is to reorder (or renumber) the mesh faces ! Can someone explain me in details how to do it inside ICEM ?

Thanks a lot for helping me,
Stephane.



Create time

Reading createPatchDict.

Using relative tolerance 0.001 to match up faces and points

Create polyMesh for time = 0

Adding new patch sides as patch 5 from
{
type cyclic;
}


Moving faces from patch SYM1 to patch 5
Moving faces from patch SYM2 to patch 5

Doing topology modification to order faces.

cyclicPolyPatch:rder : Writing half0 faces to OBJ file "sides_half0_faces.obj"
cyclicPolyPatch:rder : Writing half1 faces to OBJ file "sides_half1_faces.obj"
cyclicPolyPatch:rder : Dumping currently found cyclic match as lines between corresponding face centres to file "/shared/sanchi/OpenFOAM/sanchi-1.7.x/essai_hexa_MRF/sides_faceCentres.obj"
--> FOAM Serious Error :
From function cyclicPolyPatch:rder(const primitivePatch&, labelList&, labelList&) const
in file meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C at line 1557
Patch:sides : Cannot match vectors to faces on both sides of patch
Perhaps your faces do not match? The obj files written contain the current match.
Continuing with incorrect face ordering from now on!
Dumping sides half0 faces to "coupled_sides_half0.obj"
Dumping sides half1 faces to "coupled_sides_half1.obj"
Dumping cyclic match as lines between face centres to "coupled_sides_match.obj"
Synchronising points.

On coupled patch sides forcing uniform rotation of (0.309017 -0.951057 -7.45058e-06 0.951057 0.309017 -4.04268e-06 6.14717e-06 -5.83666e-06 1)
On coupled patch sides forcing uniform rotation of 1((0.309017 -0.951057 -7.45058e-06 0.951057 0.309017 -4.04268e-06 6.14717e-06 -5.83666e-06 1))
Synchronising points.
--> FOAM Warning :
From function syncPoints(const polyMesh&, pointField&, const CombineOp&, const point&)
in file createPatch.C at line 482
There are decomposed cyclics in this mesh with transformations.
This is not supported. The result will be incorrect
Points changed by average:0.192361 max:11.7557



--> FOAM FATAL ERROR:
face 0 area does not match neighbour 882 by 143.445% -- possible face ordering problem.
patch:sides my area:13.7706 neighbour area:2.26757 matching tolerance:0.001
Mesh face:35523 vertices:4((4.39478 2.38451 0) (4.02876 -3.8254 4.08159) (4.43163 -4.20789 -5.1802e-05) (4.88308 2.64947 0))
Neighbour face:36405 vertices:4((3.62586 -3.44284 -4.23835e-05) (4.02875 -3.82536 -4.70928e-05) (4.43163 -4.20789 -5.1802e-05) (4.02876 -3.8254 4.08159))
Rerun with cyclic debug flag set for more information.

From function cyclicPolyPatch::calcTransforms()
in file meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C at line 167.

FOAM exiting
openfoam_user is offline   Reply With Quote

Old   March 23, 2011, 06:16
Default
  #47
Senior Member
 
stephane sanchi
Join Date: Mar 2009
Posts: 314
Rep Power: 18
openfoam_user is on a distinguished road
Dear users,

with the following creatPatchDict file it works. After I will check if the computation runs as well.
-----------------------
matchTolerance 1E-3;
pointSync true;
patchInfo
(
{
// Name of new patch
name sides;
// Type of new patch
dictionary
{
type cyclic;
transform rotational;
rotationAxis (0 0 1);
rotationCentre (0 0 0);
}
constructFrom patches;
patches (SYM1 SYM2);
}
);
-----------------------
Without the following 3 lines it does not work !
transform rotational;
rotationAxis (0 0 1);
rotationCentre (0 0 0);

Best regads,
Stephane
openfoam_user is offline   Reply With Quote

Old   February 1, 2012, 13:25
Default
  #48
Member
 
Aqua
Join Date: Oct 2011
Posts: 96
Rep Power: 14
aqua is on a distinguished road
Quote:
Originally Posted by steja View Post
Thanks for the answers!
The solution was much simpler and is already mentioned in the thread. Only the error message was confusing me....
So I realized that a simple renumbering of the mesh solved the problem.

//Steffen
Hi, Steffen,
My mesh is created in Openfoam, by blockMesh, then SnappyHexMesh.
Could you please tell me how to renumber the mesh?
Thank you so much!
Aqua
aqua is offline   Reply With Quote

Old   January 25, 2013, 03:28
Default
  #49
Member
 
ali jafari
Join Date: Sep 2012
Posts: 50
Rep Power: 13
ali jafari is on a distinguished road
hi everybody
i used fluent3dmeshtofoam , and i did these suggestions , but this error apeared :
matchTolerance 1E-7;
pointSync true;

// Patches to create.
patches
(
{
// Name of new patch
name p1_1;

// Type of new patch
dictionary
{
type cyclic;
}

// How to construct: either from 'patches' or 'set'
constructFrom patches;

// If constructFrom = patches : names of patches. Wildcards allowed.
patches ("p1 p1_shadow");

// If constructFrom = set : name of faceSet
set f0;
}
);

--> FOAM FATAL IO ERROR:
keyword pointSync is undefined in dictionary "/home/ali/OpenFOAM/ali-2.1.1/run/tutorials/2Gesikes/system/createPatchDict"

file: /home/ali/OpenFOAM/ali-2.1.1/run/tutorials/2Gesikes/system/createPatchDict from line 16 to line 20.

From function dictionary::lookupEntry(const word&, bool, bool) const
in file db/dictionary/dictionary.C at line 400.

FOAM exiting

whats happen ?
ali jafari 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
Cyclic boundaries importing Gambit msh file and interFoam chegdan OpenFOAM Running, Solving & CFD 16 February 14, 2023 03:56
[snappyHexMesh] Solution Snappy Hex 2D Msh with Surface Layers and cyclic bc for symmetric geometry flexi182 OpenFOAM Meshing & Mesh Conversion 0 May 24, 2013 08:38


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