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

@ -34,8 +34,7 @@ boundaryField
walls
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
frontAndBack

View File

@ -22,14 +22,12 @@ boundaryField
{
rotor
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
stator
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
front

View File

@ -43,8 +43,7 @@ boundaryField
motorBikeGroup
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
#include "include/frontBackUpperPatches"

View File

@ -48,8 +48,7 @@ boundaryField
walls
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
}

View File

@ -34,14 +34,12 @@ boundaryField
upperWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
lowerWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
frontAndBack

View File

@ -36,8 +36,7 @@ boundaryField
wall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
#includeEtc "caseDicts/setConstraintTypes"