From ef42cb4b1124b36c9cb00ac8ea0e061c6810ce1a Mon Sep 17 00:00:00 2001 From: Matthew Maliniak Date: Thu, 14 Dec 2017 21:37:07 -0500 Subject: [PATCH] Update SE_diff.m --- Part E/SE_diff.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Part E/SE_diff.m b/Part E/SE_diff.m index 747ae4c..9944177 100644 --- a/Part E/SE_diff.m +++ b/Part E/SE_diff.m @@ -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]);