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 8c152cbc38
commit d5d304f795
3 changed files with 4 additions and 3 deletions

View File

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

View File

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

View File

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