|
[Sponsors] |
cyclicAMI issue for infinitely long circular cylinder |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 11, 2017, 22:38 |
cyclicAMI issue for infinitely long circular cylinder
|
#1 |
New Member
SSSSS
Join Date: Jun 2011
Posts: 29
Rep Power: 15 |
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. |
|
July 17, 2017, 09:23 |
|
#2 |
New Member
Join Date: Jul 2017
Posts: 6
Rep Power: 9 |
Hi
I have got the same problem, and I haven't solve it yet.So I reply your post, and wait for the result. |
|
|
|
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 |