mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
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