mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
8 lines
207 B
Bash
Executable File
8 lines
207 B
Bash
Executable File
./preDataDrivenCFD.sh
|
|
cd dataDrivenCFD/CFD
|
|
|
|
mpirun -np 8 topoSet -dict system/topoSetDictCZ -parallel > topoSet.log 2>&1
|
|
mpirun -np 8 rcfdemSolverRhoSteadyPimple -parallel > dataDrivenCFD.log 2>&1
|
|
|
|
cd ../..
|