Skip to content

Commit

Permalink
OpenFOAM example
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeiland committed Feb 20, 2024
1 parent 6f02e05 commit 39c38f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/OpenFOAM/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ source /cvmfs/software.eessi.io/versions/2023.06/init/bash
ml load OpenFOAM
source $FOAM_BASH
mkdir outputs
cd outputs
# Brute force copy, since this comes from a read-only, non-owned filesystem
sudo cp -r $FOAM_TUTORIALS/incompressibleFluid/motorBike .
sudo chown -R `id -u`:`id -g` motorBike
Expand Down

0 comments on commit 39c38f3

Please sign in to comment.