|
[Sponsors] |
March 4, 2013, 04:27 |
Mixer,ICEM and AMI
|
#1 |
Senior Member
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 848
Rep Power: 18 |
Hi foamers;
I am using pimpleDyMFoam,the mesh was generated by ICEM.I find my result is a little wired.Anyone can help me?I dont know where is going wrong. first I copy the fluent.msh into /incompressible/pimpleDyMFoam/mixerVessel2DAMI 1,Stationary Mesh. The image is attached. 2,Rotate mesh. The image is attached. 3,Merge mesh I use ICEM to merge mesh,the image is attached. AMI1 and AMI2 is actually the same.but there are two boundaries. 4,fluentMeshToFoam -writeZones fluent.msh After this I get the polyMesh.and there are two parts in cellzones dictionary. 5,Change boundary dictionary. Code:
5 ( AMI1 { type cyclicAMI; nFaces 116; startFace 6944; neighbourPatch AMI2; transform noOrdering; } IMPELLER { type wall; nFaces 116; startFace 7060; } AMI2 { type cyclicAMI; nFaces 156; startFace 7176; neighbourPatch AMI1; transform noOrdering; } WALLS { type wall; nFaces 156; startFace 7332; } frontAndBackPlanes { type empty; nFaces 7216; startFace 7488; } ) Code:
dynamicFvMesh solidBodyMotionFvMesh; motionSolverLibs ( "libfvMotionSolvers.so" ); solidBodyMotionFvMeshCoeffs { cellZone ROTATE; solidBodyMotionFunction rotatingMotion; rotatingMotionCoeffs { CofG (0 0 0); radialVelocity (0 0 5000); // deg/s } } Code:
internalField uniform 0; boundaryField { AMI1 { type cyclicAMI; value $internalField; } AMI2 { type cyclicAMI; value $internalField; } IMPELLER { type zeroGradient; } WALLS { type zeroGradient; } } Code:
dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { AMI1 { type cyclicAMI; value $internalField; } AMI2 { type cyclicAMI; value $internalField; } IMPELLER { type movingWallVelocity; // fixedValue; value uniform (0 0 0); } WALLS { type movingWallVelocity; // fixedValue; value uniform (0 0 0); } } the result is here.Looks like the velocity in the stationry mesh and rotate mesh is totally different, in the rotate mesh the velocity is big. in the stationary is small. Looks like the velocity can not penetrate the AMI boundary. Anyone know how to handle this? |
|
March 4, 2013, 22:48 |
|
#2 |
Senior Member
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 848
Rep Power: 18 |
but in interDyMFoam, it looks fine. check it out here:http://www.cfd-online.com/Forums/ope...tml#post411534
|
|
July 24, 2013, 11:06 |
|
#3 |
Senior Member
M. Montero
Join Date: Mar 2009
Location: Madrid
Posts: 155
Rep Power: 17 |
Hi,
Did you solve the issue with pimpleDyMFoam? I am facing a similar problem. I have merged the two zones using Fluent. The AMI interfaces were set as "wall" inside Fluent and then, after conversion to OF with fluent3DMeshtoFoam, I change the type to cyclicAMI. I have run simpleFoam previously to have a field initialized with no problems in the AMI patches. Then I changed to pimpleDyMFoam and it fails. The max Courant goes to 5.86138e+07. If I start from time 0, the solver runs but after some pimple iterations, the number of iterations required to converge Ux goes up to 1001 and it crashes. Comparing my case with the propeller case(tutorial) I do not know if it is needed to do all those steps if previously I have already generated the AMI patchs with ICEM and I have already two regions. Thank you very much |
|
July 24, 2013, 11:18 |
|
#4 | |
Senior Member
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 848
Rep Power: 18 |
Quote:
If it works well in simpleFoam and crashes with pimpleDyMFoam, it's probably incurred by the AMI mesh, in your pimpleDyFoam, run this solver: moveDynamicMesh and see if the mesh is rotating. Regards. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem using AMI | vinz | OpenFOAM Running, Solving & CFD | 298 | November 13, 2023 09:19 |
Trouble with simple AMI case | Horus | OpenFOAM | 0 | February 26, 2013 10:31 |
Problem with inconsistent patches (AMI, interDyMFoam) | jrrygg | OpenFOAM Running, Solving & CFD | 3 | February 1, 2013 04:23 |
problems running AMI | MUZ | OpenFOAM | 6 | November 20, 2012 07:18 |
[Other] Problem when case with AMI | A.A. | OpenFOAM Meshing & Mesh Conversion | 1 | October 4, 2012 12:54 |