Files
CFDEMcoupling-PFM/tutorials/rcfdemSolverRhoSteadyPimpleChem/oreReducingBlastFurnaceSlot/build_meshes.sh
2020-12-02 12:50:41 +01:00

15 lines
238 B
Bash
Executable File

# initLayerStructure
cd initLayerStructure/CFD
bash mesh_slot.sh > mesh.log 2>&1
cd ../..
# CFDDEM
cd CFDDEM/CFD
bash mesh_slot.sh > mesh.log 2>&1
cd ../..
# dataDrivenCFD
cd dataDrivenCFD/CFD
bash mesh_slot.sh > mesh.log 2>&1
cd ../..