Files
CFDEMcoupling-PFM/tutorials/cfdemSolverRhoPimple/VortexShedding/prerun.sh
2022-01-10 16:26:49 +01:00

12 lines
209 B
Bash
Executable File

#!/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