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

foam-extend lacking rhoCentralDyMFoam - what to do? I need ggi BC

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 27, 2018, 02:55
Default foam-extend lacking rhoCentralDyMFoam - what to do? I need ggi BC
  #1
Member
 
Martin
Join Date: Aug 2018
Posts: 33
Rep Power: 7
artymk4 is on a distinguished road
I want to use density-based solver to solve rotating case (turbomachinery) so I chose solver rhoCentralDyMFoam. I successfully ran the simulation and it took 25 hours on 1 core. Geometry is periodic so now I want to simulate only one period of it. I tried with cyclicAMI boundary condition on periodic patches, but it didn't work.
Looks like I need to use ggi, I mean cyclicGgi BC. The problem is that original Openfoam doesn't have ggi BCs so I installed foam-extend - but this one lacks rhoCentralDyMFoam, it only has rhoCentralFoam.
I tried to use rhoCentralFoam with dynamicMeshDict but it didn't work. Is there any possibility to use rhoCentralDyMFoam with ggi BCs?
What else can I do?
artymk4 is offline   Reply With Quote

Old   December 11, 2018, 15:26
Default
  #2
Senior Member
 
Peter Baskovich
Join Date: Jul 2014
Posts: 127
Rep Power: 11
pete20r2 is on a distinguished road
Let's jump back to your original case with rhoCentralDyMFoam on "original openfoam".
I think we can fix the cyclicAMI. Can you share more information? If the case is not secret and isn't too big, can you archive the whole thing and share it. Otherwise can you share the 0 and system folders and the boundary file from constant.
A diagram or dimensioned drawing of the geometry/mesh would also be super useful.
Also please let us know exactly which version you are running

-Peter
pete20r2 is offline   Reply With Quote

Old   December 18, 2018, 08:34
Default
  #3
Member
 
Martin
Join Date: Aug 2018
Posts: 33
Rep Power: 7
artymk4 is on a distinguished road
Quote:
Originally Posted by pete20r2 View Post
Let's jump back to your original case with rhoCentralDyMFoam on "original openfoam".
I think we can fix the cyclicAMI. Can you share more information? If the case is not secret and isn't too big, can you archive the whole thing and share it. Otherwise can you share the 0 and system folders and the boundary file from constant.
A diagram or dimensioned drawing of the geometry/mesh would also be super useful.
Also please let us know exactly which version you are running

-Peter
I am using OpenFoam 6 (openfoam.org). Here is the whole thing: https://drive.google.com/drive/folde...3D?usp=sharing
So there are 3 cellZones, the main one is called rotor, it is rotating in the middle of other two zones which are stationary.
I did "createPatch" successfully so I have some cyclic patches which are correctly linked (I need cyclic because mesh is just one period (1/7) of impeller). I also have 2 pairs of cyclicAMI patches - one pair is located where "inlet zone" is connected to rotor and another pair where rotor is connected to "outlet zone".
If you look at the file "boundary", cyclicAMI patches are at the bottom and there is this setting:
Code:
transform     noOrdering;
This way the case starts running but crashes after 3.2e-06 seconds because the patch target weight drops to zero (see log01). If you look at the results at time 3e-06 with paraview, you can see that cellZone rotor rotated for approximately one cell face so some cell faces lose contact with their neighbour cell faces. I think this is the problem. But AMI should connect them even after the mesh is moved, right?

The original setting I had was
Code:
transform     rotational;
but in this case, the case doesn't even start running (see log02)

If you want to see the mesh in Paraview, you need to rename folder 0 to 0_, otherwise Paraview crashes. Attaching picture of mesh and picture of second cyclicAMI pair. As you can see, faces are not exactly the same, number of faces is slightly different as well, but patches are similar enough for AMI to work, in my opinion.
Attached Images
File Type: png mesh.png (61.2 KB, 19 views)
File Type: png AMIpair2.png (40.6 KB, 13 views)
artymk4 is offline   Reply With Quote

Old   December 19, 2018, 03:13
Default cyclicRepeatAMI !!
  #4
Member
 
Martin
Join Date: Aug 2018
Posts: 33
Rep Power: 7
artymk4 is on a distinguished road
Apparently cyclicAMI boundary condition does not support transient simulation of cyclic (periodic) geometries. It lacks ability to connect faces from one side of geometry to faces on other side. This was implemented only recently in Openfoam 6 with new type of BC - cyclicRepeatAMI. More info about it: https://github.com/OpenFOAM/OpenFOAM...29439fac374a60


Now my case finally runs past that time 3.2e-6
Edit: If you want to run my case, change U/massFlowRate to 0.005 (0.035 is appropriate for whole 360° geometry, so 0.005 for 1/7 period) and dynamicMeshDict/omega to 4294 (41000 RPM)
artymk4 is offline   Reply With Quote

Reply

Tags
foam-extend, foam-extend-4.0, ggi, rhocentraldymfoam, rhocentralfoam


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
error with reactingFoam BakedAlmonds OpenFOAM Running, Solving & CFD 4 June 22, 2016 02:21
[blockMesh] error message with modeling a cube with a hold at the center hsingtzu OpenFOAM Meshing & Mesh Conversion 2 March 14, 2012 09:56
[blockMesh] BlockMesh FOAM warning gaottino OpenFOAM Meshing & Mesh Conversion 7 July 19, 2010 14:11
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 14:00
[Gmsh] Import gmsh msh to Foam adorean OpenFOAM Meshing & Mesh Conversion 24 April 27, 2005 08:19


All times are GMT -4. The time now is 09:08.