$FOAM_TUTORIALS/incompressible/pimpleDyMFoam/propeller
We will calculate the flow around a rotating propeller with an axis along the main flow for 0.1 second.
The fluid flows in from the region "inlet" at (0, -5, 0) m/s and out from the region "outlet". The propeller rotates with the Y axis at 158 rad/s. The rotation area, axis, and speed are specified in the file constant/dynamicMeshDict as follows.
dynamicFvMesh solidBodyMotionFvMesh;
motionSolverLibs ( "libfvMotionSolvers.so" );
solidBodyMotionFvMeshCoeffs
{
cellZone innerCylinderSmall;
solidBodyMotionFunction rotatingMotion;
rotatingMotionCoeffs
{
origin (0 0 0);
axis (0 1 0);
omega 158;
}
}
Include the files system/forces and system/surfaces in the file system/controlDict to output "forces and moments" and "values for specified surfaces", respectively.
The meshes are as follows, and the number of mesh is 903254.
Mesh (entire)
Mesh (XZ-plane)
Mesh (near AMI)
Mesh (propeller)
The calculation result is as follows.
Flow velocity at final time (U)
Pressure at final time (p)
Pressure at blades surface (p)
*Inter(R) Core(TM) i7-2600 CPU @ 3.40GHz 3.40GHz