mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: add '-n' when linking tutorial directory
This commit is contained in:
committed by
Andrew Heather
parent
51bb4e0037
commit
c997b16db4
@ -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 -snf "inlet.$modelType" inlet)
|
||||
(cd constant/boundaryData && ln -snf "inlet.$modelType" inlet)
|
||||
|
||||
runApplication -s "$modelType" pimpleFoam
|
||||
./createGraphs
|
||||
|
||||
@ -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 -snf "inlet.$modelType" inlet)
|
||||
(cd constant/boundaryData && ln -snf "inlet.$modelType" inlet)
|
||||
|
||||
runApplication -s "$modelType" decomposePar
|
||||
runParallel -s "$modelType" pimpleFoam
|
||||
|
||||
Reference in New Issue
Block a user