mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
add prerun scripts for testharness runs of cfdemSolverMultiphase
This commit is contained in:
9
tutorials/cfdemSolverMultiphase/particlesWaterEntry/prerun.sh
Executable file
9
tutorials/cfdemSolverMultiphase/particlesWaterEntry/prerun.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
pushd CFD
|
||||||
|
|
||||||
|
cp -r 0.org 0
|
||||||
|
setFields
|
||||||
|
|
||||||
|
popd
|
||||||
|
|
||||||
9
tutorials/cfdemSolverMultiphase/tankDrainage/prerun.sh
Executable file
9
tutorials/cfdemSolverMultiphase/tankDrainage/prerun.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
pushd CFD
|
||||||
|
|
||||||
|
cp -r 0.org 0
|
||||||
|
setFields
|
||||||
|
|
||||||
|
popd
|
||||||
|
|
||||||
Reference in New Issue
Block a user