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

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

View File

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

View File

@ -23,13 +23,11 @@ boundaryField
{
bottomWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
topWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
sides1_half0
{

View File

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

View File

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