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

cyclicAMI issue for infinitely long circular cylinder

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 11, 2017, 22:38
Default cyclicAMI issue for infinitely long circular cylinder
  #1
New Member
 
SSSSS
Join Date: Jun 2011
Posts: 29
Rep Power: 15
doctorWho is on a distinguished road
Hi,

I am trying to simulate flow around a circular cylinder.
To mimic infinitely long span, I want to use periodic BC on the two sides spanwise (span length is 8 and origin is located in the center of the cylinder).

mesh was made by cfMesh so cyclicAMI instead of cyclic type is used.
boundary patches are as follows:
inlet (in flow direction, -x)
outlet (in flow direction, +x)
top (in cross flow direction, +y)
bottom (in cross flow direction, -y)
side1 (in spanwise, -z)
side2 (in spanwise, +z)

so in polyMesh/boundary, I applied cyclicAMI as follows:

side1
{
type cyclicAMI;
nFaces 28010;
startFace 12947067;
neighbourPatch side2;
matchTolerance 0.0001;
transform translational;
separationVector (0 0 8);
}

side2
{
type cyclicAMI;
nFaces 28010;
startFace 12975077;
neighbourPatch side1;
matchTolerance 0.0001;
transform translational;
separationVector (0 0 -8);
}

assuming laminar flow, I applied cyclicAMI to 0/U and 0/p as follows:
"side1|side2"
{
type cyclicAMI;
}

Update:
fixing typo and separationVector sign get to work.
doctorWho is offline   Reply With Quote

Old   July 17, 2017, 09:23
Default
  #2
New Member
 
Join Date: Jul 2017
Posts: 6
Rep Power: 9
drinkWater is on a distinguished road
Hi
I have got the same problem, and I haven't solve it yet.So I reply your post, and wait for the result.
drinkWater is offline   Reply With Quote

Reply


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
flow around a circular cylinder with velocity inlet and outflow outlet shuoxue OpenFOAM 1 March 3, 2014 11:42
flow around a circular cylinder with velocity inlet and outflow outlet shuoxue OpenFOAM Running, Solving & CFD 0 November 2, 2013 05:32
benchmark: flow over a circular cylinder goodegg Main CFD Forum 12 January 22, 2013 12:47
Circular cylinder delayed separation on star-ccm+ lovecraft22 STAR-CCM+ 6 March 9, 2010 18:24
Turbulent steady flow around a circular cylinder Mirek Kabacinski FLUENT 0 July 23, 2003 19:40


All times are GMT -4. The time now is 21:59.