mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
15 lines
238 B
Bash
Executable File
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 ../..
|