$FOAM_TUTORIALS/incompressible/simpleFoam/mixerVessel2D
We analyze a mixer as shown in the figure below using MRF function. The region "rotor" rotates at 104.72 rad/s with the Z-axis as the axis of rotation, and the calculation is performed as a two-dimensional problem with a single mesh in the Z direction.
 Model geometry
			Model geometry
		The rotation axis and the rotation speed are defined in the file constant/MRFProperties as follows.
MRF1
{
    cellZone    rotor;
    active      yes;
    nonRotatingPatches ();
    origin    (0 0 0);
    axis      (0 0 1);
    omega     104.72;
}		
		The rotation area is defined as the cell zone "rotor" as shown in the figure below (white part).
 Cell zone "rotor"
			Cell zone "rotor"
		The standard k-ε model is used for the turbulence model.
The meshes are as follows, and the number of mesh is 3072.
 Meshes
			Meshes
		The calculation result is as follows.
 Flow velocity (U)
			Flow velocity (U)
		 Pressure (p)
			Pressure (p)
		 Turbulent energy (k)
			Turbulent energy (k)
		 Turbulent dissipation rate (epsilon)
			Turbulent dissipation rate (epsilon)
		The macro language processor m4 is used to create the mesh. We run m4 with the prepared file "system/blockMeshDict.m4", and the output is saved in "system/blockMeshDict". After that, we run blockMesh to create the mesh for the calculation.
5.41 seconds *Single, Inter(R) Core(TM) i7-2600 CPU @ 3.40GHz 3.40GHz