add run.config file for vortex shedding test case

run configuration for test harness
This commit is contained in:
danielque
2021-12-23 17:00:18 +01:00
parent 6147878a1b
commit 3c3f1d9651

View File

@ -0,0 +1,11 @@
{
"type" : "CFDEMcoupling",
"runs" : [
{
"name" : "cfdemrun",
"solver" : "cfdemSolverRhoPimple",
"type" : "CFDEMcoupling/mpi",
"nprocs" : 4
}
]
}