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.
The meshes are as follows, and the number of mesh is 988680.
Meshes
Meshes (mixer blades and stator)
The calculation result is as follows.
In OpenFOAM 4.0, there is a bug in the configuration file constant/transportProperties that the names of the properties air and water are reversed. Note that this causes the air phase to be displayed as alpha.water.
Flow velocity (U)
Volume ratio of gas (alpha-phase1)
Flow velocity at final time (U)
Volume ratio of gas at final time (alpha-phase1)
Commands
cp -r $FOAM_TUTORIALS/multiphase/interDyMFoam/ras/mixerVesselAMI mixerVesselAMI
cd mixerVesselAMI