|
[Sponsors] | |||||
|
|
|
#21 | |
|
Member
Aqua
Join Date: Oct 2011
Posts: 78
Rep Power: 2 ![]() |
Quote:
I created my mesh by blockMesh, snappyHexmesh, but still have the problem "face 391 area does not match neighbour 791 by 0.0136179% -- possible face ordering problem." I also set writeprecision as 10.. Could you please give some suggestion? Thank you so much! Aqua |
||
|
|
|
||
|
|
|
#22 |
|
New Member
Vishal Achasrya
Join Date: Nov 2011
Posts: 9
Rep Power: 2 ![]() |
Dear aqua,
In "createPatchDict" file from the applications/utilities/mesh/manipulation folder, you will see the following... // 2. Correct incorrect cyclic: // This will usually fail upon loading: // "face 0 area does not match neighbour 2 by 0.0100005%" // " -- possible face ordering problem." // - in polyMesh/boundary file: // - loosen matchTolerance of all cyclics to get case to load // - or change patch type from 'cyclic' to 'patch' // and regenerate cyclic as above So, you can loosen matchTolerance of your cyclics to get it to work or change the patch type to patch from cyclic and use createPatch to make your cyclic. Hope this helps, let me know. |
|
|
|
|
|
|
|
|
#23 | |
|
Member
Aqua
Join Date: Oct 2011
Posts: 78
Rep Power: 2 ![]() |
Quote:
Thank you so much for your kind reply. I knew the matchTolerance, so I tried to give it a big value, even 3. but it still didn't work. For me the interesting thing was: I could create the cyclic in OF2.0 with a matchTolerance of 0.001; But I couldn't create the cyclic in OF 1.6-ext even the matchTolerance was 3... So I assumed that OF1.6ext has something not that right... cheers! Aqua |
||
|
|
|
||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| OpenFOAM 1.5 installation on OpenSUSE 11.0 | bigphil | OpenFOAM Installation | 16 | April 29, 2009 06:28 |
| 64bitrhel5 OF installation instructions | mirko | OpenFOAM Installation | 2 | August 12, 2008 18:07 |
| Solving a Riemann problem in OpenFoam | srinath | OpenFOAM Running, Solving & CFD | 2 | July 15, 2008 09:34 |
| Adventure of fisrst openfoam installation on Ubuntu 710 | jussi | OpenFOAM Installation | 0 | April 24, 2008 14:25 |
| Riemann problem at boundaries | K. I. Chan | Main CFD Forum | 0 | December 10, 2000 22:56 |