Skip to content

Commit

Permalink
fix link to OpenFOAM example
Browse files Browse the repository at this point in the history
  • Loading branch information
lara committed Aug 5, 2024
1 parent 00e800b commit e1c0f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro-HPC/examples/OpenFOAM/OpenFOAM_damBreak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export MYMPIRUN_VARIABLESPREFIX=WM_PROJECT,FOAM,MPI
export WORKDIR=$VSC_SCRATCH_NODE/$PBS_JOBID # for single-node jobs
mkdir -p $WORKDIR
# damBreak tutorial, see also https://cfd.direct/openfoam/user-guide/dambreak
cp -r $FOAM_TUTORIALS/multiphase/interFoam/laminar/damBreak/damBreak $WORKDIR
cp -r $FOAM_TUTORIALS/incompressibleVoF/damBreakLaminar/damBreak $WORKDIR
cd $WORKDIR/damBreak
echo "working directory: $PWD"
# pre-processing: generate mesh
Expand Down

0 comments on commit e1c0f30

Please sign in to comment.