tutorials and templates: Updated wall BC for velocity to noSlip

This commit is contained in:
Henry Weller
2016-02-09 20:08:34 +00:00
parent 9233361899
commit daf44fda3d
164 changed files with 314 additions and 626 deletions

View File

@ -22,13 +22,13 @@ boundaryField
{
rotor
{
type movingWallVelocity; // fixedValue;
type movingWallVelocity;
value uniform (0 0 0);
}
stator
{
type movingWallVelocity; // fixedValue;
type movingWallVelocity;
value uniform (0 0 0);
}

View File

@ -28,14 +28,12 @@ boundaryField
farFieldMoving
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
fixedWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
left
@ -46,8 +44,7 @@ boundaryField
farField
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
back

View File

@ -43,8 +43,7 @@ boundaryField
}
ACMI1_blockage
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
ACMI1_couple
{
@ -53,8 +52,7 @@ boundaryField
}
ACMI2_blockage
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
ACMI2_couple
{

View File

@ -39,8 +39,7 @@ boundaryField
outerCylinder
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
"propeller.*"

View File

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