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

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

View File

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

View File

@ -22,33 +22,27 @@ boundaryField
{
sectionAEnd
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
sectionCEnd
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
front
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
back
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
top
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
bottom
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
}