CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

How can i use cyclicAmi Boudary conditions in 2.1.x

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 28, 2016, 09:59
Default How can i use cyclicAmi Boudary conditions in 2.1.x
  #1
New Member
 
Felix
Join Date: Sep 2015
Location: Hannover, Berlin
Posts: 23
Rep Power: 10
fimbull is on a distinguished road
Hello,

im trying to reactivate some OF Code, wich is made in 2.1.x.

I have a rotating inner Region and a not moving outer region in my case.

At the interfaces i have used cyclicAMI BCs but after a few timesteps the simulation is aborted.

I think i have figured out the problem. I has something to do with my BCs at the sliding interface plane.

So my question is: Do i really need fixedValues for the cyclicAMI Boundary condition?
fimbull is offline   Reply With Quote

Old   April 29, 2016, 03:08
Default
  #2
Senior Member
 
Join Date: Aug 2013
Posts: 407
Rep Power: 15
Antimony is on a distinguished road
Hi,

For AMI, to the best of my knowledge, the BCs for the cyclicAMI should simple say cyclicAMI.

Example, in the "p" file if there is a boundary patch called "hello" that is an AMI patch, then:

hello
{ type cyclicAMI; }

Hope this helps.

Cheers,
Antimony
Antimony is offline   Reply With Quote

Old   April 29, 2016, 07:39
Default
  #3
New Member
 
Felix
Join Date: Sep 2015
Location: Hannover, Berlin
Posts: 23
Rep Power: 10
fimbull is on a distinguished road
Well to make my problem more clear, i will post exactly my current cyclicami patches and my thoughts about it (Sorry english isn't my first language).

Im using 3 variables in my case, these are p_rgh, U and alpha.

for my patches in the 0 Folder im using these conditions:

for U
Code:
...
    insideSlider
    {
        type            cyclicAMI;
        value           uniform (0 0 0);
    }
    outsideSlider
    {
        type            cyclicAMI;
        value           uniform (0 0 0);
    }
...
for alpha1
Code:
...
    insideSlider
    {
        type            cyclicAMI;
        value           uniform 1;
    }
    outsideSlider
    {
        type            cyclicAMI;
        value           uniform 1;
    }
...
for p_rgh
Code:
...
    insideSlider
    {
        type            cyclicAMI;
        value           uniform 105000;
    }
    outsideSlider
    {
        type            cyclicAMI;
        value           uniform 105000;
    }
...
I dont think it make sense to have a plane inside my mesh in which are all variables fixed. This will somehow split my calculations into one in the rotating part and in one in the static part of my mesh. Am i right?
These BC's are given from my predecessor who have worked on these case in the past.
fimbull is offline   Reply With Quote

Old   April 29, 2016, 23:12
Default
  #4
Senior Member
 
Join Date: Aug 2013
Posts: 407
Rep Power: 15
Antimony is on a distinguished road
Hi,

As long as you have stated "cyclicAMI" as the type, the "value" field is not needed. So the value fields of "(0 0 0)" are redundant.

In your constant/polyMesh/boundary file, make sure that the cyclicAMI patches have been defined properly. Since yours is a stator-rotor problem, I suggest you look at the mixerVessel2DAMI tutorial under pimpleDyMFoam.

Hope this helps.

Cheers,
Antimony
Antimony 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
Wind turbine simulation Saturn CFX 58 July 3, 2020 01:13
Wind Turbine blade in 120° wedge - boundary conditions Fcamp OpenFOAM Running, Solving & CFD 1 December 2, 2019 06:47
Translational Periodic Boundary Conditions HeatTransferFan CFX 19 December 12, 2016 11:15
Wrong flow in ratating domain problem Sanyo CFX 17 August 15, 2015 06:20
Boudary conditions monochrome FLUENT 2 May 19, 2010 02:07


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