release on 2014-01-21_18-51-18

This commit is contained in:
goniva
2014-01-21 18:51:21 +01:00
parent 0e940d0363
commit 949cdc22f5
144 changed files with 4208 additions and 442 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')