tutorials/incompressible/icoFoam: Simplified the handling of the wall BCs in cavityClipped

This commit is contained in:
Henry Weller 2016-02-12 18:09:21 +00:00
parent 0315d654d9
commit e405c69c39
2 changed files with 0 additions and 13 deletions

View File

@ -79,11 +79,6 @@ do
cavityClipped)
cp -r $caseName/0 $caseName/0.5
runMapFields cavity $caseName
if [ ".`grep nonuniform $caseName/0.5/U`" != "." ]
then
sed -f resetFixedWallsScr $caseName/0.5/U > $caseName/0.5/U.temp
mv $caseName/0.5/U.temp $caseName/0.5/U
fi
;;
esac

View File

@ -1,8 +0,0 @@
/fixedWalls/,/}/{
/fixedWalls/p
/{/p
/type fixedValue;/p
s/value[ \t]*nonuniform[ \t]*List<vector>[ \t]*/value uniform (0 0 0);/p
/}/p
d
}