Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
805e8ead
Commit
805e8ead
authored
11 years ago
by
laurence
Browse files
Options
Downloads
Patches
Plain Diff
ENH: foamyHexMesh: Update tutorials
parent
f0b562e6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tutorials/mesh/foamyHexMesh/flange/Allrun-parallel
+2
-6
2 additions, 6 deletions
tutorials/mesh/foamyHexMesh/flange/Allrun-parallel
tutorials/mesh/foamyHexMesh/mixerVessel/Allrun
+2
-2
2 additions, 2 deletions
tutorials/mesh/foamyHexMesh/mixerVessel/Allrun
with
4 additions
and
8 deletions
tutorials/mesh/foamyHexMesh/flange/Allrun-parallel
+
2
−
6
View file @
805e8ead
...
...
@@ -11,12 +11,8 @@ nProc=$(getNumberOfProcessors)
cp
$FOAM_TUTORIALS
/resources/geometry/flange.stl.gz constant/triSurface/
# Create tight-fitting background mesh
runApplication blockMesh
runApplication topoSet
-dict
system/topoSetDict-background
mv
log.topoSet log.topoSet.background
runApplication subsetMesh background
-patch
walls
-overwrite
runApplication decomposePar
runApplication blockMesh
-region
backgroundMeshDecomposition
runApplication decomposePar
-region
backgroundMeshDecomposition
runParallel foamyHexMesh
$nProc
runParallel collapseEdges
$nProc
-latestTime
-collapseFaces
...
...
This diff is collapsed.
Click to expand it.
tutorials/mesh/foamyHexMesh/mixerVessel/Allrun
+
2
−
2
View file @
805e8ead
...
...
@@ -43,8 +43,8 @@ mv log.surfaceBooleanFeatures log.surfaceBooleanFeatures.stirrer_shaftRotating
runApplication surfaceFeatureExtract
runApplication blockMesh
runApplication decomposePar
runApplication blockMesh
-region
backgroundMeshDecomposition
runApplication decomposePar
-region
backgroundMeshDecomposition
runParallel foamyHexMesh
$nProcs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment