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
c997b16d
Commit
c997b16d
authored
Jun 26, 2019
by
Mark OLESEN
Committed by
Andrew Heather
Jun 26, 2019
Browse files
TUT: add '-n' when linking tutorial directory
parent
51bb4e00
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/verificationAndValidation/turbulentInflow/Allrun
View file @
c997b16d
...
...
@@ -14,8 +14,8 @@ for modelType in $modelTypes
do
echo
echo
"Running with model:
$modelType
"
(
cd
0
&&
ln
-sf
"inlet.
$modelType
"
inlet
)
(
cd
constant/boundaryData
&&
ln
-sf
"inlet.
$modelType
"
inlet
)
(
cd
0
&&
ln
-s
n
f
"inlet.
$modelType
"
inlet
)
(
cd
constant/boundaryData
&&
ln
-s
n
f
"inlet.
$modelType
"
inlet
)
runApplication
-s
"
$modelType
"
pimpleFoam
./createGraphs
...
...
tutorials/verificationAndValidation/turbulentInflow/Allrun-parallel
View file @
c997b16d
...
...
@@ -14,8 +14,8 @@ for modelType in $modelTypes
do
echo
echo
"Running with model:
$modelType
"
(
cd
0
&&
ln
-sf
"inlet.
$modelType
"
inlet
)
(
cd
constant/boundaryData
&&
ln
-sf
"inlet.
$modelType
"
inlet
)
(
cd
0
&&
ln
-s
n
f
"inlet.
$modelType
"
inlet
)
(
cd
constant/boundaryData
&&
ln
-s
n
f
"inlet.
$modelType
"
inlet
)
runApplication
-s
"
$modelType
"
decomposePar
runParallel
-s
"
$modelType
"
pimpleFoam
...
...
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