Removed fixedWalls from cuttingPatches because it is redundant now fixedWalls is noSlip

This commit is contained in:
Chris Greenshields
2016-06-08 14:08:26 +01:00
parent c32f4fef00
commit ee6188ed09

View File

@ -15,9 +15,9 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
patchMap ( lid movingWall );
patchMap (lid movingWall);
cuttingPatches ( fixedWalls );
cuttingPatches ();
// ************************************************************************* //