mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
20 lines
569 B
Plaintext
20 lines
569 B
Plaintext
{
|
|
"type" : "CFDEMcoupling",
|
|
"runs" : [
|
|
{
|
|
"name" : "cfdemrun",
|
|
"solver" : "cfdemSolverPiso",
|
|
"type" : "CFDEMcoupling/mpi",
|
|
"nprocs" : 2,
|
|
"data" : {
|
|
"series" : [
|
|
{"name" : "velocity", "file" : "velocity.txt", "columns" : ["t", "vx", "vy", "vz"]}
|
|
],
|
|
"plots" : [
|
|
{"name" : "velocity", "title" : "Particle Velocity", "xdata" : "velocity.t", "ydata" : ["velocity.vx", "velocity.vy", "velocity.vz"], "xlabel" : "time [s]", "ylabel" : "velocity [m/s]"}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|