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
ae1e1cc9
Commit
ae1e1cc9
authored
Nov 25, 2010
by
mattijs
Browse files
BUG: tutorial scripts bashisms
parent
22b85e36
Changes
5
Hide whitespace changes
Inline
Side-by-side
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/makeMesh
View file @
ae1e1cc9
...
...
@@ -2,4 +2,4 @@
set
-x
m4 < constant/polyMesh/blockMeshDict.m4
>
constant/polyMesh/blockMeshDict
blockMesh
>
&
log.blockMesh
blockMesh
>
log.blockMesh
2>&1
tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/Allrun-parallel
View file @
ae1e1cc9
...
...
@@ -7,11 +7,11 @@ cd ${0%/*} || exit 1 # run from this directory
./Allrun.pre
decomposePar
-region
wallFilmRegion
>
&
log.decomposePar.wallFilmRegion
decomposePar
>
&
log.decomposePar.primaryRegion
decomposePar
-region
wallFilmRegion
>
log.decomposePar.wallFilmRegion
2>&1
decomposePar
>
log.decomposePar.primaryRegion
2>&1
runParallel reactingParcelFilmFoam 4
reconstructPar
-region
wallFilmRegion
>
&
log.reconstructPar.wallFilmRegion
reconstructPar
>
&
log.reconstructPar.primaryRegion
reconstructPar
-region
wallFilmRegion
>
log.reconstructPar.wallFilmRegion
2>&1
reconstructPar
>
log.reconstructPar.primaryRegion
2>&1
tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/Allrun.pre
View file @
ae1e1cc9
...
...
@@ -14,7 +14,7 @@ runApplication subsetMesh c0 -patch wallFilm -overwrite
# split the obstacle patches into cube[1-6]_patch[1-6]
echo
"running patchifyObstacles"
./patchifyObstacles
>
&
log.patchifyObstacles
./patchifyObstacles
>
log.patchifyObstacles
2>&1
# Create the wall film region via extrusion
runApplication extrudeToRegionMesh
\
...
...
tutorials/lagrangian/reactingParcelFilmFoam/multipleBoxes/Allrun-parallel
View file @
ae1e1cc9
...
...
@@ -4,11 +4,11 @@
./Allrun.pre
decomposePar
-region
wallFilmRegion
>
&
log.decomposePar.wallFilmRegion
decomposePar
>
&
log.decomposePar.primaryRegion
decomposePar
-region
wallFilmRegion
>
log.decomposePar.wallFilmRegion
2>&1
decomposePar
>
log.decomposePar.primaryRegion
2>&1
runParallel reactingParcelFilmFoam 4
reconstructPar
-region
wallFilmRegion
>
&
log.reconstructPar.wallFilmRegion
reconstructPar
>
&
log.reconstructPar.primaryRegion
reconstructPar
-region
wallFilmRegion
>
log.reconstructPar.wallFilmRegion
2>&1
reconstructPar
>
log.reconstructPar.primaryRegion
2>&1
tutorials/lagrangian/reactingParcelFilmFoam/multipleBoxes/Allrun.pre
View file @
ae1e1cc9
...
...
@@ -14,7 +14,7 @@ runApplication subsetMesh c0 -patch wallFilm -overwrite
# split the obstacle patches into cube[1-6]_patch[1-6]
echo
"running patchifyObstacles"
./patchifyObstacles
>
&
log.patchifyObstacles
./patchifyObstacles
>
log.patchifyObstacles
2>&1
# Create the wall film region via extrusion
runApplication extrudeToRegionMesh
\
...
...
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