diff --git a/tutorials/cfdemSolverIB/twoSpheresGlowinskiMPI/run.config b/tutorials/cfdemSolverIB/twoSpheresGlowinskiMPI/run.config index ee21aa1d..c2149dce 100644 --- a/tutorials/cfdemSolverIB/twoSpheresGlowinskiMPI/run.config +++ b/tutorials/cfdemSolverIB/twoSpheresGlowinskiMPI/run.config @@ -14,8 +14,8 @@ {"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]"} + {"name" : "z-position", "title" : "Particle z-Position", "xdata" : "position1.t", "ydata" : ["position1.z", "position2.z"], "xlabel" : "time [s]", "ylabel" : "position [cm]"}, + {"name" : "z-velocity", "title" : "Particle z-Velocity", "xdata" : "velocity1.t", "ydata" : ["velocity1.vz", "velocity2.vz"], "xlabel" : "time [s]", "ylabel" : "velocity [cm/s]"} ] } }