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

Problem with cyclicAMI and simpleFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By taxalian

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   September 25, 2014, 08:29
Default Problem with cyclicAMI and simpleFoam
  #1
New Member
 
Matej Milavec
Join Date: Nov 2013
Posts: 3
Rep Power: 12
Bluewater is on a distinguished road
Dear Foamers,

i am learning how to calculate rotating machines in OpenFOAM. I have a problem with the cyclic boundary condition in the rotor domain. Attached a picture that shows the cross section at the midle of the rotor domain of pressure contour with very high or low (unrealistic) values close to the cycly BC.

Basically I have done the following steps.

1)The mesh I converted to OpenFoam using "Fluent3DMeshToFoam".

2)Then I defined for the cyclic boundary conditions "cyclicAMI" in the boundary file as below

...

p1-rotor
{
type cyclicAMI;
inGroups 1(cyclicAMI);
matchTolerance 0.0001;
transform rotational;
neighbourPatch p2_rotor;
rotationAxis (0 0 1);
rotationCentre (0 0 0);
nFaces 5871;
startFace 6734366;
}
p2_rotor
{
type cyclicAMI;
inGroups 1(cyclicAMI);
matchTolerance 0.0001;
transform rotational;
neighbourPatch p1_rotor;
rotationAxis (0 0 1);
rotationCentre (0 0 0);
nFaces 5871;
startFace 6751983;
}...

3) In the fvOptions the corresponding angular velocity on rotor domain.

MRF1
{
type MRFSource;
active true;
selectionMode cellZone;
cellZone rotor;

MRFSourceCoeffs
{
origin (0 0 0);
axis (0 0 1);
omega 77.5;
}
}

The residuals after 4000 iterations are for pressure just below 10-e3, velocities below 10-e4 and k and omega below 10-e5.

Does anyone knows why my strange results chose to the cyclicAMI boundary condition?

Thanks in advance,
Mat
Attached Images
File Type: jpg p_pMid_p01.jpg (15.6 KB, 138 views)

Last edited by Bluewater; September 30, 2014 at 01:06. Reason: I uploaded a .png file but something went wrong
Bluewater is offline   Reply With Quote

 

Tags
cyclicami, frozen rotor, simplefoam


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
cyclicAMI + simpleFoam crashes in parallel jmf OpenFOAM Running, Solving & CFD 6 June 28, 2017 15:30
Law of the wall: k-omega vs. Spalart-Allmaras (simpleFoam) MrFourier OpenFOAM Running, Solving & CFD 17 June 17, 2014 04:08
CyclicAMI with translation and pressure jump across inlet and outlet santoshgoku OpenFOAM Running, Solving & CFD 5 January 15, 2014 11:37


All times are GMT -4. The time now is 13:54.