mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
7 lines
94 B
Bash
Executable File
7 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd CFD
|
|
blockMesh
|
|
decomposePar -force
|
|
mpirun -np 4 cfdemSolverRhoPimple -parallel
|