Removed fixedWalls from cuttingPatches because it is redundant now fixedWalls is noSlip
This commit is contained in:
parent
e4dec4bb7c
commit
fcf23db681
1 changed files with 2 additions and 2 deletions
|
|
@ -15,9 +15,9 @@ FoamFile
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
patchMap ( lid movingWall );
|
patchMap (lid movingWall);
|
||||||
|
|
||||||
cuttingPatches ( fixedWalls );
|
cuttingPatches ();
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue