mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
12 lines
209 B
Bash
Executable File
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
|
|
|