mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
29 lines
679 B
Plaintext
29 lines
679 B
Plaintext
{
|
|
"type" : "CFDEMcoupling",
|
|
"runs" : [
|
|
{
|
|
"name" : "liggghts-init",
|
|
"input_script" : "DEM/in.liggghts_init",
|
|
"type" : "liggghts/serial"
|
|
},
|
|
{
|
|
"name" : "cfdemrun",
|
|
"depends_on" : "liggghts-init",
|
|
"solver" : "cfdemSolverPiso",
|
|
"type" : "CFDEMcoupling/mpi",
|
|
"nprocs" : 4,
|
|
"pre_scripts" : ["prerun.sh"],
|
|
"post_scripts" : ["postrun.sh"]
|
|
},
|
|
{
|
|
"name" : "cfdemrun-one2one",
|
|
"depends_on" : "liggghts-init",
|
|
"solver" : "cfdemSolverPiso",
|
|
"type" : "CFDEMcoupling/mpi",
|
|
"nprocs" : 4,
|
|
"pre_scripts" : ["prerun_one2one.sh"],
|
|
"post_scripts" : ["postrun.sh"]
|
|
}
|
|
]
|
|
}
|