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,33 +34,27 @@ boundaryField
}
minY
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
minZ
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
maxZ
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
bottomWater_to_rightSolid
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
bottomWater_to_leftSolid
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
bottomWater_to_heater
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
}