|
[Sponsors] |
[mesh manipulation] cyclic patches with different no. of faces - snappyHexMesh - createPatch |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 16, 2013, 12:02 |
cyclic patches with different no. of faces - snappyHexMesh - createPatch
|
#1 |
New Member
Join Date: Aug 2013
Posts: 20
Rep Power: 13 |
My aim is to set cyclic boundaries to meshes created with snappyHexMesh, by means of createPatch utility.
The problem arises when patches to be joined (say inlet and outlet of a pipe) have different number of faces, which is a result of the mesh: createPatch gives what follows: --> FOAM Serious Error : From function cyclicPolyPatch:rder(const primitivePatch&, labelList&, labelList&) const in file meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C at line 1383 Patchutlet_cyclic : 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! --> FOAM FATAL ERROR: For patch inlet_cyclic there are 7269 face centres, for the neighbour patch outlet_cyclic there are 7398 From function cyclicPolyPatch::calcTransforms() in file meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C at line 160. FOAM exiting Does anyone know how to proceed in such a case? thanks |
|
September 27, 2013, 08:13 |
|
#2 |
New Member
Join Date: Aug 2013
Posts: 20
Rep Power: 13 |
ok,
the answer was: use cyclicAMI conditions ----> http://www.cfd-online.com/Forums/ope...ber-faces.html |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Foam::error::PrintStack | almir | OpenFOAM Running, Solving & CFD | 92 | May 21, 2024 08:56 |
Decomposing meshes | Tobi | OpenFOAM Pre-Processing | 22 | February 24, 2023 10:23 |
[snappyHexMesh] SHM is not extruding/adding Layers everywhere | matthiasd | OpenFOAM Meshing & Mesh Conversion | 2 | October 16, 2016 17:45 |
[snappyHexMesh] sHM layer process keeps getting killed | MBttR | OpenFOAM Meshing & Mesh Conversion | 4 | August 15, 2016 04:21 |
[snappyHexMesh] snappyHexMesh with cyclic patches? | Axel_T | OpenFOAM Meshing & Mesh Conversion | 1 | October 12, 2010 11:03 |