WOW !! MUCH LOVE ! SO WORLD PEACE !
Fond bitcoin pour l'amélioration du site: 1memzGeKS7CB3ECNkzSn2qHwxU6NZoJ8o
  Dogecoin (tips/pourboires): DCLoo9Dd4qECqpMLurdgGnaoqbftj16Nvp


Home | Publier un mémoire | Une page au hasard

 > 

Problèmes du couplage hydromécanique des sols. Cas de la consolidation unidimensionnelle de Terzaghi dans un calcul par la méthode des éléments finis

( Télécharger le fichier original )
par Yamné Abdoul Kadery KOUAMA
Université de Thiès- Sénégal - Master 2 recherche en mécanique des sols 2013
  

précédent sommaire

Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy

Annexes

Ecriture du programme de calcul de la consolidation unidimensionnelle de Terzaghi dans Matlab :

global R invM

N =20;

h =1/(N+1) ;

z=(0: h :1)';

M=h/6*(4*diag(ones(N,1))+ diag(ones(N-1,1),1)+diag(ones(N-1,1),-1));

invM=inv(M);

R=1/h*(2*diag(ones(N,1))-diag(ones(N-1,1),1)-diag(ones(N-1,1),-1));

eta0=u0(z(2:N+1));

[t,V]=ode23('surpres',[0,1],eta0);

V=[zeros(length(t),1),V, zeros(length(t),1)];

[ZZ,TT]=meshgrid(z,t);

mesh(ZZ,TT,V)

surf (ZZ,TT,V,'EdgeColor','none')

xlabel('Z','Fontsize',12)

ylabel ('Tv','Fontsize',12)

zlabel ('u(Z,Tv)/u0(Z)','Fontsize',12)

précédent sommaire






Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy








"En amour, en art, en politique, il faut nous arranger pour que notre légèreté pèse lourd dans la balance."   Sacha Guitry