mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
19 lines
365 B
Plaintext
19 lines
365 B
Plaintext
{
|
|
"type" : "CFDEMcoupling",
|
|
"runs" : [
|
|
{
|
|
"name" : "liggghts-init",
|
|
"input_script" : "DEM/in.liggghts_init",
|
|
"type" : "liggghts/mpi",
|
|
"nprocs" : 2
|
|
},
|
|
{
|
|
"name" : "cfdemrun",
|
|
"depends_on" : "liggghts-init",
|
|
"solver" : "cfdemSolverPisoScalar",
|
|
"type" : "CFDEMcoupling/mpi",
|
|
"nprocs" : 2
|
|
}
|
|
]
|
|
}
|