Files
CFDEMcoupling-PFM/tutorials/rcfdemSolverRhoSteadyPimple/hotBlastFurnaceSlot/run_dataDrivenCFD.sh
2020-02-10 07:41:33 +01:00

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 ../..