|
[Sponsors] |
April 15, 2013, 04:56 |
Whate are cyclic BC restrictions
|
#1 |
New Member
Esmaeil Ahmadiyan
Join Date: Sep 2011
Posts: 26
Rep Power: 15 |
Hi every body
In fact I want to simulate a simple L shape channel with dsmcFoam as shows in the bellow shape: Screenshot.jpg boundary condition type in inlet and outlet boundaries are cyclic and in other boundaries are wall.the boundary file as below: 4 ( frontAndBack { type empty; nFaces 600; startFace 8300; } wall { type wall; nFaces 600; startFace 8900; } inlet1 { type cyclic; nFaces 100; startFace 9500; matchTolerance 0.0001; neighbourPatch outlet1; } outlet1 { type cyclic; nFaces 100; startFace 9600; matchTolerance 0.0001; neighbourPatch inlet1; } ) But when I run the case runs failed and give this errors: --> FOAM Serious Error : From function cyclicPolyPatch:rder(const primitivePatch&, labelList&, labelList&) const in file meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C at line 1385 Patchutlet1 : Cannot match vectors to faces on both sides of patch Perhaps your faces do not match? The obj files written contain the current match. --> FOAM FATAL ERROR: No base point for face 9691, 4(340 341 1502 1483), produces a decomposition that has a minimum volume greater than tolerance. My test case is ... cyclic.zip Is this problem depend on cyclic restrictions that could not be able to match two faces that are not parallel ? are there such restriction ? Please help me to resolve this problem. Thanks. e.ahmadiyan. Last edited by e.ahmadiyan; April 15, 2013 at 10:51. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[mesh manipulation] Cyclic Mesh Error | vbchris | OpenFOAM Meshing & Mesh Conversion | 4 | November 15, 2012 14:04 |
Cyclic bc. and overlapGgi | Pekka | OpenFOAM | 12 | February 15, 2012 08:10 |
Problem with cyclic patches | sven | OpenFOAM Running, Solving & CFD | 0 | December 5, 2011 15:27 |
[Commercial meshers] Handling cyclic BC from gambit to openfoam for a cascade airfoil problem - OF 1.6 | maverick | OpenFOAM Meshing & Mesh Conversion | 2 | June 18, 2011 05:36 |
Pressure instability with rhoSimpleFoam | daniel_mills | OpenFOAM Running, Solving & CFD | 44 | February 17, 2011 18:08 |