|
[Sponsors] |
May 21, 2014, 19:34 |
CyclicAMI Boundary Condition
|
#1 |
New Member
Join Date: May 2013
Posts: 3
Rep Power: 13 |
For a more complex case involve a 45 degree mesh imprint I need to create periodic boundary conditions.
My meshing system GMSH is unable to generate for this complex geometry mesh with identical sides for ordinary cyclic to work as a boundary condition. Even with the duplicate mesh surface feature. As such I decided to switch to cyclicAMI because it does not require exact duplicate mesh. On simple square cases cyclicAMI works fine with a boundary like this 6 ( front { type cyclicAMI; physicalType cyclicAMI; nFaces 113; startFace 2754; neighbourPatch back; matchTolerance 1e-3; } back { type cyclicAMI; physicalType cyclicAMI; nFaces 113; startFace 2867; neighbourPatch front; matchTolerance 1e-3; } top { type patch; physicalType patch; nFaces 4; startFace 2980; } bottom { type wall; physicalType wall; nFaces 244; startFace 2984; } right { type patch; physicalType patch; nFaces 113; startFace 3228; } left { type patch; physicalType patch; nFaces 113; startFace 3341; } ) however, if the mesh is more complicated than the exact same boundary conditions no longer works and either the courant number blows up or an error message saying that the target and source face do not match. Does anyone understand what that problem is or otherwise how to create periodic mesh surfaces on an opensource meshing program for complex geometry? Thank you for your help. I have been stuck on getting this case to work since last November (about 7 months now) |
|
Tags |
cyclicami, error, gmsh, openfoam, periodic bc |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
sliding mesh problem in CFX | Saima | CFX | 46 | September 11, 2021 08:38 |
Outflow boundary condition in cartesian grid SIMPLE velocity-pressure coupling | ghobold | Main CFD Forum | 9 | September 19, 2015 03:50 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
An error has occurred in cfx5solve: | volo87 | CFX | 5 | June 14, 2013 18:44 |
How exactly the "pressure outlet" bdry condition compute properties on the boundary? | yating9901 | FLUENT | 3 | June 28, 2010 13:26 |