mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove deprecated constraints format from tutorials
This commit is contained in:
@ -18,15 +18,19 @@ numberOfSubdomains 4;
|
||||
|
||||
method scotch;
|
||||
|
||||
preserveFaceZones
|
||||
(
|
||||
cycLeft
|
||||
cycRight
|
||||
);
|
||||
|
||||
coeffs
|
||||
{
|
||||
n (2 2 1);
|
||||
}
|
||||
|
||||
constraints
|
||||
{
|
||||
//- Keep owner and neighbour on same processor for faces in zones:
|
||||
faces
|
||||
{
|
||||
type preserveFaceZones,
|
||||
zones (cycLeft cycRight);
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user