Skip to content

Commit

Permalink
dsmcFoam+: Couette flow results folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentcasseau committed May 18, 2021
1 parent 9f2277c commit be4718c
Show file tree
Hide file tree
Showing 81 changed files with 311,992 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ if [ $nProcs -eq 1 ] ; then
runApplication dsmcFoam+
else
runApplication decomposePar -latestTime
mpirun -np $nProcs dsmcFoam+ -parallel > log.dsmcFoam+ 2>&1
runParallel dsmcFoam+
runApplication reconstructPar -latestTime
fi
2 changes: 1 addition & 1 deletion run/hyStrath/dsmcFoam+/couette_N2-O2/Allrun
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ if [ $nProcs -eq 1 ] ; then
runApplication dsmcFoam+
else
runApplication decomposePar -latestTime
mpirun -np $nProcs dsmcFoam+ -parallel > log.dsmcFoam+ 2>&1
runParallel dsmcFoam+
runApplication reconstructPar -latestTime
fi

0 comments on commit be4718c

Please sign in to comment.