mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
15 lines
217 B
Bash
Executable File
15 lines
217 B
Bash
Executable File
# initLayerStructure
|
|
cd initLayerStructure/CFD/constant
|
|
rm -r polyMesh
|
|
cd ../../..
|
|
|
|
# CFDDEM
|
|
cd CFDDEM/CFD/constant
|
|
rm -r polyMesh
|
|
cd ../../..
|
|
|
|
# dataDrivenCFD
|
|
cd dataDrivenCFD/CFD/constant
|
|
rm -r polyMesh
|
|
cd ../../..
|