release on 2014-02-12_09-39-12

This commit is contained in:
goniva
2014-02-12 09:39:12 +01:00
parent 6f405f84ae
commit 0e78266b87
163 changed files with 2574 additions and 1459 deletions

View File

@ -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')