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

CyclicAMI: Problems with pressure field

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree1Likes
  • 1 Post By maHein

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 20, 2012, 00:10
Default CyclicAMI: Problems with pressure field
  #1
New Member
 
Thomas S
Join Date: Aug 2012
Posts: 11
Rep Power: 13
Thoma is on a distinguished road
Hello,

I am working with cyclicAMI boundary condition. But on the edges to other bcs I am getting weird results for the pressure field.
I have attached a screenshot to make my problem clear.

And that is the content of .../0/p:

PHP Code:
/*--------------------------------*- C++ -*----------------------------------*| =========                 |                                                 |
| \      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \    /   O peration     | Version:  2.0.1                                 |
|   \  /    A nd           | Web:      www.OpenFOAM.com                      |
|    \/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    
version     2.0;
    
format      ascii;
    class       
volScalarField;
    
object      p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 2 -2 0 0 0 0];

internalField   uniform 100000;

boundaryField
{
inlet
{
       
type            zeroGradient;
}
outlet
{
        
type            fixedValue
        
value           uniform 100000;
}
wall
{
        
type            zeroGradient;
}
vane
{
        
type            zeroGradient;
}
side1
{
        
type            cyclicAMI;
}
side2
{
        
type            cyclicAMI;
}
inject
{
       
type            zeroGradient;
}
sym
{
    
type        slip;
}
hole
{
        
type            zeroGradient;
}
vane_inflow
{
        
type            zeroGradient;
}

Does anybody know what is wrong in my simulation? Thank you very much for your help!!

Regards, Thomas
Attached Images
File Type: jpg cyclic1.jpg (23.6 KB, 289 views)
Thoma is offline   Reply With Quote

Old   September 21, 2012, 09:20
Default
  #2
Member
 
Hugh Ingham
Join Date: Aug 2012
Posts: 35
Rep Power: 13
martyn88 is on a distinguished road
I have a similar problem with my pressure field when I use cyclicAMI. Can I ask why you didn't just use cyclic conditions?
martyn88 is offline   Reply With Quote

Old   September 23, 2012, 21:58
Default
  #3
New Member
 
Thomas S
Join Date: Aug 2012
Posts: 11
Rep Power: 13
Thoma is on a distinguished road
Hey,

the cyclic Boundary condition never worked for me in this model. I had always mismatching problems with the mesh. (I am using Salome 6.3 for the mesh generation). But with AMI it seemed to work. Though it looks like that OpenFoam sets some default boundary conditions on the edges.

Does anyone knows how to solve this issue?
Thoma is offline   Reply With Quote

Old   November 14, 2012, 03:41
Default Similar issue
  #4
New Member
 
Join Date: Oct 2012
Posts: 4
Rep Power: 13
javier_b is on a distinguished road
Hey Thomas,
Did you manage to solve your problem? I am having a very similar issue.
Javier
javier_b is offline   Reply With Quote

Old   January 10, 2013, 14:15
Default cyclicAMI pressure boundary
  #5
New Member
 
Shantan
Join Date: Nov 2011
Posts: 1
Rep Power: 0
shantan is on a distinguished road
I have also the same problem! does somebody have any idea or could comment on it, if it would be a bug?!
shantan is offline   Reply With Quote

Old   January 10, 2013, 14:34
Default
  #6
New Member
 
Thomas S
Join Date: Aug 2012
Posts: 11
Rep Power: 13
Thoma is on a distinguished road
Hey,

no sorry, I never solved the problem. I just neglected it in the end....

But let me know if you find a solution!
Thoma is offline   Reply With Quote

Old   January 11, 2013, 17:17
Default
  #7
Member
 
Join Date: Jun 2012
Posts: 76
Rep Power: 13
maHein is on a distinguished road
I successfully used cyclicAMIs for turbomachinery flow simulation. I don't know, if you are using MRF. However, I experienced promblems when not correctly defining the "nonRotatingPatches" in the MRFDict.
Chandsome likes this.
maHein is offline   Reply With Quote

Old   January 24, 2013, 05:41
Default
  #8
Senior Member
 
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 838
Rep Power: 17
sharonyue is on a distinguished road
I am having a very similar issue too.....
sharonyue is offline   Reply With Quote

Old   February 21, 2013, 05:51
Default cyclicAMI for nonConformal meshes
  #9
Member
 
prasant
Join Date: Jan 2013
Posts: 33
Rep Power: 13
prasant is on a distinguished road
Hello All,

Did anybody face an issue while using cyclicAMI on nonConformal Meshes?
My case is an impeller with volute also. Impeller is having pure Hexhedral and volute is having tetrahedral grid. I am giving cyclicAMI boundary condition for those interfaces.

I am giving mass flow at outlet and totalPressure at inlet.

By using the above settings, Mass is not balancing. The issue is, data is not transferring between these two interfaces. because of cyclicAMI.

And also Temperature values are not coming correct at outlet. Actually Ggi (OpenFOAM-1.6-Extd) is working fine with these settings. but here, Compressible solver with MRF is not available in this version. I modified the code. But there are some other issues.

So, Finally I came back to OpenFOAM current version (i.e) OF-2.1.1.

Please help me, If anybody success with cyclicAMI boundary conditon.

Regards
Prasant.
prasant is offline   Reply With Quote

Old   February 21, 2013, 11:04
Default
  #10
Member
 
Join Date: Jun 2012
Posts: 76
Rep Power: 13
maHein is on a distinguished road
Can you post your boundary file and the weithing factors for your case?
maHein is offline   Reply With Quote

Old   February 22, 2013, 03:51
Default
  #11
Member
 
prasant
Join Date: Jan 2013
Posts: 33
Rep Power: 13
prasant is on a distinguished road
Hello,

I am attaching my boundary file and weithing factors here:

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.1 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

8
(
r1-default
{
type wall;
nFaces 4176;
startFace 410703;
}
r1-hub
{
type wall;
nFaces 4914;
startFace 414879;
}
r1-inlet
{
type patch;
nFaces 864;
startFace 419793;
}
r1-shroud
{
type wall;
nFaces 4914;
startFace 420657;
}
s1-to-r1-side-2
{
type cyclicAMI;
nFaces 1008;
startFace 425571;
matchTolerance 0.0001;
neighbourPatch s1-to-r1-side-1;
transform noOrdering;

}
s1-default
{
type wall;
nFaces 16418;
startFace 426579;
}
s1-outlet
{
type patch;
nFaces 360;
startFace 442997;
}
s1-to-r1-side-1
{
type cyclicAMI;
nFaces 1926;
startFace 443357;
matchTolerance 0.0001;
neighbourPatch s1-to-r1-side-2;
transform noOrdering;

}
)

// ************************************************** *********************** //
and weithing factors are

Selecting thermodynamics package hPsiThermo<pureMixture<constTransport<specieThermo <hConstThermo<perfectGas>>>>>
AMI: Creating addressing and weights between 1008 source faces and 1926 target faces
AMI: Patch source weights min/max/average = 0.96403269, 1.0072789, 0.99952117
AMI: Patch target weights min/max/average = 0.83982674, 1.0035554, 0.99658895

Please view it and help me regarding this.

Thanks & Regards
Prasant
prasant is offline   Reply With Quote

Old   April 28, 2014, 09:25
Default No solution
  #12
New Member
 
Víctor Mendoza García
Join Date: Nov 2012
Posts: 2
Rep Power: 0
vitoco is on a distinguished road
Hey Foamers...
Exactly the same here... and not solution. The edges take the pressure (atmospherical in my cases) and stays in a fixed value during all the simulation. This creates a non realistic field. Best regards,

Victor Mendoza
vitoco is offline   Reply With Quote

Old   May 9, 2014, 10:05
Default
  #13
Ros
New Member
 
Rostyslav Lyulinetskyy
Join Date: Jul 2011
Location: Stuttgart
Posts: 14
Rep Power: 14
Ros is on a distinguished road
Hi,

I am having the same problem with the pressure field. I already tested it on a straight channel with cyclicAMI and cyclic BC's. Only with the cyclic BC the pressure field is correctly calculated.

My geometry is similar to the geometry posted by Thomas. So in my case only cyclicAMI can work.

Does anyone have an idea what to do?

Thanks
Ros is offline   Reply With Quote

Old   June 28, 2014, 08:34
Default
  #14
Senior Member
 
M. C.
Join Date: May 2013
Location: Italy
Posts: 286
Blog Entries: 6
Rep Power: 16
student666 is on a distinguished road
Hi all,

any news about cyclic AMI Problem?
student666 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Calculation of the Governing Equations Mihail CFX 7 September 7, 2014 06:27
Translate the pressure field on a cylinder side to a plane rockzh CFX 7 November 23, 2011 00:50
Help creating a field function to create a sine pressure wave Pleb STAR-CCM+ 2 February 17, 2011 12:16
Pressure more accurate than velocity field? jrg FLUENT 1 October 30, 2007 11:11
Neumann pressure BC and velocity field Antech Main CFD Forum 0 April 25, 2006 02:15


All times are GMT -4. The time now is 06:58.