Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
e405c69c
Commit
e405c69c
authored
Feb 12, 2016
by
Henry Weller
Browse files
tutorials/incompressible/icoFoam: Simplified the handling of the wall BCs in cavityClipped
parent
0315d654
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/incompressible/icoFoam/Allrun
View file @
e405c69c
...
...
@@ -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
...
...
tutorials/incompressible/icoFoam/resetFixedWallsScr
deleted
100644 → 0
View file @
0315d654
/fixedWalls/,/}/{
/fixedWalls/p
/{/p
/type fixedValue;/p
s/value[ \t]*nonuniform[ \t]*List<vector>[ \t]*/value uniform (0 0 0);/p
/}/p
d
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment