-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[smartsim] mesh motion README.md added
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|