$FOAM_TUTORIALS/multiphase/interDyMFoam/ras/mixerVesselAMI
We calculate the fluid flow in a tank that is agitated with gas for 5 seconds. The rotation of the blades is modeled with the AMI function. The geometry of the tank is set up with (STL format) shape files under the directory "constant/triSurface".
			Model geometry (entire)
		
			Model geometry (mixer blades and stator)
		The rotation speed of the mixer is specified in the file "constant/dynamicMeshDict" as follows. The blades rotate on Z axis at a speed of 5 rad/s.
dynamicFvMesh   solidBodyMotionFvMesh;
motionSolverLibs ( "libfvMotionSolvers.so" );
solidBodyMotionFvMeshCoeffs
{
    cellZone        rotating;
    solidBodyMotionFunction  rotatingMotion;
    rotatingMotionCoeffs
    {
        origin        (0 0 0);
        axis          (0 0 1);
        omega         -5; // 5 rad/s
    }
}
		The meshes are as follows, and the number of mesh is 988680.
			Meshes
		
			Meshes (mixer blades and stator)
		The calculation result is as follows.
			Flow velocity at final time (U)
		
			Volume ratio of gas at final time (alpha-phase1)
		*Inter(R) Core(TM) i7-2600 CPU @ 3.40GHz 3.40GHz