Removed fixedWalls from cuttingPatches because it is redundant now fixedWalls is noSlip
This commit is contained in:
@ -15,9 +15,9 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
patchMap ( lid movingWall );
|
||||
patchMap (lid movingWall);
|
||||
|
||||
cuttingPatches ( fixedWalls );
|
||||
cuttingPatches ();
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user