Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mam13081 committed Dec 15, 2017
1 parent ef42cb4 commit 7d7cb9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -129,10 +129,10 @@ function [pw_se,w]=SE_diff(T,P,n)
% membrane
% w = vector of displacement of interior nodes
E = 1; %TPa Units may need to be changed
E = 1e6; %MPa Units may need to be changed
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 7d7cb9b

Please sign in to comment.