mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: structuredDecomp : new decomposition method. fixedNormalSlip : variant of slip point bc with user-specified normal.
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user