mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
release on 2013-04-08_18-56-48
This commit is contained in:
@ -9,7 +9,7 @@ path = '../../DEM/post/velocity.txt';
|
||||
data = load(path);
|
||||
U_sim = data(:,2:4);
|
||||
t_sim = data(:,1);
|
||||
fprintf('final velociy of sim = %f/%f/%f m/s\n',U_sim(length(U_sim(:,1)),1),U_sim(length(U_sim(:,1)),2),U_sim(length(U_sim(:,1)),3) )
|
||||
fprintf('final velocity of sim = %f/%f/%f m/s\n',U_sim(length(U_sim(:,1)),1),U_sim(length(U_sim(:,1)),2),U_sim(length(U_sim(:,1)),3) )
|
||||
|
||||
|
||||
%====================================%
|
||||
|
||||
Reference in New Issue
Block a user