ENH: structuredDecomp : new decomposition method. fixedNormalSlip : variant of slip point bc with user-specified normal.

This commit is contained in:
mattijs
2010-08-24 12:39:32 +01:00
parent 3982b7baa3
commit 58e969c376
17 changed files with 1194 additions and 30 deletions

View File

@ -84,22 +84,26 @@ boundaryField
maxX
{
type slip;
type fixedNormalSlip;
n (1 0 0);
}
minX
{
type slip;
type fixedNormalSlip;
n (1 0 0);
}
minY
{
type slip;
type fixedNormalSlip;
n (0 1 0);
}
maxY
{
type slip;
type fixedNormalSlip;
n (0 1 0);
}
}