From b6d0bbf31a1d742424434199bfb63bea80a4b87e Mon Sep 17 00:00:00 2001 From: danielque Date: Tue, 7 Mar 2017 18:01:56 +0100 Subject: [PATCH] update run.config --- tutorials/cfdemSolverIB/twoSpheresGlowinskiMPI/run.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]"} ] } }