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

cyclicAMI+fixedJumpAMI

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 27, 2022, 07:12
Default cyclicAMI+fixedJumpAMI
  #1
New Member
 
Takahiro Adachi
Join Date: Jan 2022
Location: I live in Akita, Japan
Posts: 2
Rep Power: 0
Adachi is on a distinguished road
Hello, Nice to write to you.

It is the first time to write to you.


Now I am calculating planer flow between to parallel plates.

So, I wanna use cyclicAMI for velocity between inlet and outlet,

together with jump condition for pressure.

Namely, I want to give a pressure drop between inlet and outlet.

However I am not sure to set the cyclicAMI and fixedJumpAMI.

My setteng is as follows. I appropriately set the pressure drop as

del p = 1.0 Pa in the following?



If you give me some advices, I am very happy.



My setting is as follows;



1) polymesh/boudary



inlet
{
type cyclicAMI;
nFaces 18;
startFace 4224;
matchTolerance 0.001;
transform translational;
separationVector (0.048 0 0 );
neighbourPatch outlet;

}

outlet
{
type cyclicAMI;
nFaces 18;
startFace 4242;
matchTolerance 0.001;
transform translational;
separationVector (-0.048 0 0 );
neighbourPatch inlet;
}






2) 0/p


inlet
{
type fixedJumpAMI;
patchType cyclicAMI;
jump uniform 1.0;

}
outlet
{
type fixedJumpAMI;
patchType cyclicAMI;
}
Adachi 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
Using createPatch and cyclicAMI in FOAM Extend to create periodicbox manuc OpenFOAM Running, Solving & CFD 1 April 12, 2022 11:36
cyclicAMI bc - Error: Unable to set source and target faces Claire88 OpenFOAM Pre-Processing 0 August 28, 2021 19:46
p_rgh devergence with chtMutiRegionFoam in first iteration Liz1219 OpenFOAM Running, Solving & CFD 0 March 5, 2021 22:49
snappyHexMesh multiRegion failure Liz1219 OpenFOAM 7 March 5, 2021 06:00
cyclicAMI - kOmegaSST - divergence issue cyln OpenFOAM Running, Solving & CFD 1 October 5, 2018 10:06


All times are GMT -4. The time now is 05:49.