mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
release on 2014-02-12_09-39-12
This commit is contained in:
@ -50,7 +50,9 @@ fprintf('final position = %f m\n',X_(length(X_)))
|
||||
% plot data
|
||||
%====================================%
|
||||
figure(1)
|
||||
plot(t_,U_,t_sim,-U_sim(:,2))
|
||||
plot(t_,U_, 'k--')
|
||||
hold on
|
||||
plot(t_sim,-U_sim(:,2),'rd-')
|
||||
legend("analytical - Stokes","simulation - DiFelice?")
|
||||
|
||||
print('cfdemSolverPiso_settlingTestMPI.eps','-deps2')
|
||||
|
||||
Reference in New Issue
Block a user