fix run.config for vortex shedding test case

This commit is contained in:
danielque
2022-01-10 16:26:49 +01:00
parent 6cd16223d1
commit bc1dd9f5e8
2 changed files with 13 additions and 1 deletions

View 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

View File

@ -5,7 +5,8 @@
"name" : "cfdemrun",
"solver" : "cfdemSolverRhoPimple",
"type" : "CFDEMcoupling/mpi",
"nprocs" : 4
"nprocs" : 4,
"pre_scripts" : ["prerun.sh"]
}
]
}