mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
add poition and velocity plots to run.config of twoSphereGlowinskiMPI
This commit is contained in:
@ -5,7 +5,19 @@
|
||||
"name" : "cfdemrun",
|
||||
"solver" : "cfdemSolverIB",
|
||||
"type" : "CFDEMcoupling/mpi",
|
||||
"nprocs" : 4
|
||||
"nprocs" : 4,
|
||||
"data" : {
|
||||
"series" : [
|
||||
{"name" : "velocity1", "file" : "velocity_particle_1.txt", "columns" : ["t", "vx", "vy", "vz"]},
|
||||
{"name" : "velocity2", "file" : "velocity_particle_2.txt", "columns" : ["t", "vx", "vy", "vz"]},
|
||||
{"name" : "position1", "file" : "position_particle_1.txt", "columns" : ["t", "x", "y", "z"]},
|
||||
{"name" : "position2", "file" : "position_particle_2.txt", "columns" : ["t", "x", "y", "z"]}
|
||||
],
|
||||
"plots" : [
|
||||
{"name" : "y-position", "title" : "Particle Y-Position", "xdata" : "position1.t", "ydata" : ["position1.y", "position2.y"], "xlabel" : "time [s]", "ylabel" : "position [m]"},
|
||||
{"name" : "y-velocity", "title" : "Particle Y-Velocity", "xdata" : "velocity1.t", "ydata" : ["velocity1.vy", "velocity2.vy"], "xlabel" : "time [s]", "ylabel" : "velocity [m/s]"}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user