tutorials/incompressible/pimpleFoam/RAS/wingMotion: Corrected U BCs

Resolves bug-report https://bugs.openfoam.org/view.php?id=3029
This commit is contained in:
Henry Weller
2018-08-07 14:34:48 +01:00
parent 0f14683c11
commit 9917d8a761
3 changed files with 4 additions and 3 deletions

View File

@ -33,7 +33,7 @@ writeInterval 1e-2;
purgeWrite 0; purgeWrite 0;
writeFormat ascii; writeFormat binary;
writePrecision 10; writePrecision 10;

View File

@ -34,7 +34,8 @@ boundaryField
wing wing
{ {
type noSlip; type movingWallVelocity;
value uniform (0 0 0);
} }
#include "include/frontBackTopBottomPatches" #include "include/frontBackTopBottomPatches"

View File

@ -33,7 +33,7 @@ writeInterval 100;
purgeWrite 0; purgeWrite 0;
writeFormat ascii; writeFormat binary;
writePrecision 6; writePrecision 6;