mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
{
|
|
"type" : "CFDEMcoupling",
|
|
"runs" : [
|
|
{
|
|
"name" : "cfdemrun",
|
|
"solver" : "cfdemSolverPiso",
|
|
"type" : "CFDEMcoupling/mpi",
|
|
"nprocs" : 2,
|
|
"pre_scripts" : ["prerun.sh"],
|
|
"post_scripts" : ["postrun.sh"]
|
|
}
|
|
]
|
|
}
|