Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update SE_diff.m
  • Loading branch information
mam13081 committed Dec 15, 2017
1 parent 2f05c2f commit ef42cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Part E/SE_diff.m
Expand Up @@ -13,8 +13,8 @@ function [pw_se,w]=SE_diff(T,P,n)

E = 1e6; %MPa
v = .31; %Poissons ratio
t = .3; %nm
h = 10/(n+1); %nm
t = .0003; %um
h = 10/(n+1); %um
w = membrane_solution(T,P,n);
z = zeros(n+2);
z(2:end-1,2:end-1) = reshape(w,[n n]);
Expand Down

0 comments on commit ef42cb4

Please sign in to comment.