CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

CyclicAMI Boundary Condition

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 21, 2014, 18:34
Default CyclicAMI Boundary Condition
  #1
New Member
 
Join Date: May 2013
Posts: 3
Rep Power: 12
CUBoulderPhDStudent is on a distinguished road
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)
CUBoulderPhDStudent is offline   Reply With Quote

Reply

Tags
cyclicami, error, gmsh, openfoam, periodic bc


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
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 07:38
Outflow boundary condition in cartesian grid SIMPLE velocity-pressure coupling ghobold Main CFD Forum 9 September 19, 2015 02:50
Radiation interface hinca CFX 15 January 26, 2014 17:11
An error has occurred in cfx5solve: volo87 CFX 5 June 14, 2013 17:44
How exactly the "pressure outlet" bdry condition compute properties on the boundary? yating9901 FLUENT 3 June 28, 2010 12:26


All times are GMT -4. The time now is 01:20.