mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
27 lines
596 B
Plaintext
27 lines
596 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"]
|
|
},
|
|
{
|
|
"name" : "cfdemrun-restart",
|
|
"depends_on" : "cfdemrun",
|
|
"solver" : "cfdemSolverPiso",
|
|
"type" : "CFDEMcoupling/mpi",
|
|
"nprocs" : 4,
|
|
"pre_scripts" : ["prerun_restart.sh"]
|
|
}
|
|
]
|
|
}
|