|
[Sponsors] |
How can i use cyclicAmi Boudary conditions in 2.1.x |
![]() |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
![]() |
![]() |
#1 |
New Member
Felix
Join Date: Sep 2015
Location: Hannover, Berlin
Posts: 23
Rep Power: 11 ![]() |
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? |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Senior Member
Join Date: Aug 2013
Posts: 407
Rep Power: 16 ![]() |
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 |
|
![]() |
![]() |
![]() |
![]() |
#3 |
New Member
Felix
Join Date: Sep 2015
Location: Hannover, Berlin
Posts: 23
Rep Power: 11 ![]() |
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); } ... Code:
... insideSlider { type cyclicAMI; value uniform 1; } outsideSlider { type cyclicAMI; value uniform 1; } ... Code:
... insideSlider { type cyclicAMI; value uniform 105000; } outsideSlider { type cyclicAMI; value uniform 105000; } ... These BC's are given from my predecessor who have worked on these case in the past. |
|
![]() |
![]() |
![]() |
![]() |
#4 |
Senior Member
Join Date: Aug 2013
Posts: 407
Rep Power: 16 ![]() |
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 |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wind turbine simulation | Saturn | CFX | 60 | July 17, 2024 06:45 |
Wind Turbine blade in 120° wedge - boundary conditions | Fcamp | OpenFOAM Running, Solving & CFD | 1 | December 2, 2019 07:47 |
Translational Periodic Boundary Conditions | HeatTransferFan | CFX | 19 | December 12, 2016 12:15 |
Wrong flow in ratating domain problem | Sanyo | CFX | 17 | August 15, 2015 07:20 |
Boudary conditions | monochrome | FLUENT | 2 | May 19, 2010 03:07 |