mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
fix run.config for vortex shedding test case
This commit is contained in:
11
tutorials/cfdemSolverRhoPimple/VortexShedding/prerun.sh
Executable file
11
tutorials/cfdemSolverRhoPimple/VortexShedding/prerun.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd CFD
|
||||
|
||||
transformPoints -scale "(0.001 0.001 0.001)"
|
||||
checkMesh
|
||||
#- make the linear system more diagonal dominant to speed-up the linear solvers
|
||||
renumberMesh -overwrite -noFunctionObjects
|
||||
|
||||
popd
|
||||
|
||||
@ -5,7 +5,8 @@
|
||||
"name" : "cfdemrun",
|
||||
"solver" : "cfdemSolverRhoPimple",
|
||||
"type" : "CFDEMcoupling/mpi",
|
||||
"nprocs" : 4
|
||||
"nprocs" : 4,
|
||||
"pre_scripts" : ["prerun.sh"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user