Files
CFDEMcoupling-PFM/tutorials/cfdemSolverPiso/settlingTestMPI/run.config
2014-12-11 18:33:49 +01:00

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]"}
]
}
}
]
}