|
[Sponsors] |
May 22, 2019, 11:11 |
Problem AMI roating mesh
|
#1 |
New Member
Edoardo
Join Date: Mar 2019
Posts: 15
Rep Power: 7 |
Hello everybody,
I am working on a simplyfied test case for a moving flap. I have a stationary zone and a rotating zone and all of the mesh and the simulation seems to works well. The problem it that watching at the tke seems like that the two zones (stationary and rotating) are not talking each others. Looking at the velocity fields, epsilon and nut and p the two zones are talking each others but not tke. Is something that is needed to be activated or something that I am missing? I add two screen of two different time step on a plane cutting the rotating part for k and U and my BCs for k. Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 4.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; object k; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -2 0 0 0 0]; internalField uniform 0.01; boundaryField { "rotor|stator" { type kqRWallFunction; value $internalField; } inlet { type fixedValue; value uniform 0.01; } outlet { type zeroGradient; } "AMI.*" { type cyclicAMI; value $internalField; } defaultFaces { type slip; } } // ************************************************************************* // Thanks in advance as always, Edoardo. |
|
May 27, 2019, 06:52 |
|
#2 |
New Member
Edoardo
Join Date: Mar 2019
Posts: 15
Rep Power: 7 |
Is there anybody out there?
|
|
May 27, 2019, 08:19 |
|
#3 |
Senior Member
|
Ciao Edoardo,
Your post made me curious so I tried running a similar tutorial from my OpenFOAM version (foundation's release, build "dev"), and found that k was, at least apparently, properly transmitted across the AMI interface. See my attached snapshot. The snapshot comes from the mixerVesselAMI tutorial, maybe you could find the difference between that tutorial and your case to understand why this issue happens on your setup. From what I see it is likely not caused by the k boundary condition file you pasted here.... Kind regards, -Louis |
|
May 27, 2019, 08:31 |
|
#4 |
New Member
Edoardo
Join Date: Mar 2019
Posts: 15
Rep Power: 7 |
Ciao Louis,
thanks for caring. The problem is that I've started my case from that tutorial because it seemed to be the closest to mine problem and in that tutorial k seemed to be transmitted across the AMI. If you have any ideas about this strange behaviour please share it. |
|
May 27, 2019, 08:43 |
|
#5 |
Senior Member
|
I'm not sure I would know more as I did not have such issues before (I often run without turbulence).
The only further advice I can give is to compare the fvSchemes and fvSolution files... did you change something? |
|
Tags |
amicyclic, openfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
AMI speed performance | danny123 | OpenFOAM | 21 | October 24, 2020 05:13 |
[ICEM] problem in mesh output | mehrzad | ANSYS Meshing & Geometry | 2 | December 10, 2014 19:07 |
Compressor Simulation using rhoPimpleDyMFoam | Jetfire | OpenFOAM Running, Solving & CFD | 107 | December 9, 2014 14:38 |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |