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
e5f921e7
You need to sign in or sign up before continuing.
Commit
e5f921e7
authored
14 years ago
by
mattijs
Browse files
Options
Downloads
Patches
Plain Diff
ENH: simpleShapes: avoid runApplication because of quote parsing.
parent
c4795a75
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tutorials/mesh/cvMesh/simpleShapes/Allrun
+5
-5
5 additions, 5 deletions
tutorials/mesh/cvMesh/simpleShapes/Allrun
with
5 additions
and
5 deletions
tutorials/mesh/cvMesh/simpleShapes/Allrun
+
5
−
5
View file @
e5f921e7
...
...
@@ -12,11 +12,11 @@ runApplication surfaceClean \
constant/triSurface/coneAndSphere_clean.obj
mv
log.surfaceClean log.surfaceClean.coneAndSphere
# Orient so point to be meshed is inside surface
runApplication
surfaceOrient
\
surfaceOrient
\
constant/triSurface/coneAndSphere_clean.obj
\
-inside
'(0 -0.5 0)'
\
constant/triSurface/coneAndSphere_clean_orient.obj
mv
log.surfaceOrient
log.surfaceOrient.coneAndSphere
constant/triSurface/coneAndSphere_clean_orient.obj
\
>
log.surfaceOrient.coneAndSphere
2>&1
# Same for outside
runApplication surfaceClean
\
...
...
@@ -24,11 +24,11 @@ runApplication surfaceClean \
1e-4 1e-6
\
constant/triSurface/domain_clean.stl
mv
log.surfaceClean log.surfaceClean.domain
runApplication
surfaceOrient
\
surfaceOrient
\
constant/triSurface/domain_clean.stl
\
-inside
'(0 -0.5 0)'
\
constant/triSurface/domain_clean_orient.stl
mv
log.surfaceOrient
log.surfaceOrient.domain
>
log.surfaceOrient.domain
2>&1
runApplication surfaceFeatureExtract
\
constant/triSurface/coneAndSphere_clean_orient.obj
\
...
...
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