Skip to content

Commit

Permalink
[smartsim] mesh motion README.md added
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaric committed Jul 24, 2023
1 parent d92b61d commit 90ca307
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions 2023-01/smartsim/smartsim_mesh_motion/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
1. Source the OpenFOAM environment.
2. Execute ./Allrun in the spinningDisk case to create the mesh and decompose the domain.
3. Make sure that the smartredis source and library folders on your machine correspond to the environmental variables set in `configure-smartredis.sh`.
4. Configure smartredis variables for compiling OpenFOAM applications and libraries,

?> source configure-smartredis.sh

5. Build the SmartSim OpenFOAM mesh motion solver

?> wmake libso displacementSmartSimMotionSolver/

6. Start the jupyter notebook in a conda environment with installed SmartSim 0.5.0 and Python <= 3.9


?> python -m notebook


7. Open the notebook smartsim-mesh-motion.ipynb

0 comments on commit 90ca307

Please sign in to comment.