diff options
Diffstat (limited to '1793/CH11/EX11.5/11Q5.sce')
-rwxr-xr-x | 1793/CH11/EX11.5/11Q5.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1793/CH11/EX11.5/11Q5.sce b/1793/CH11/EX11.5/11Q5.sce new file mode 100755 index 000000000..b12c54db4 --- /dev/null +++ b/1793/CH11/EX11.5/11Q5.sce @@ -0,0 +1,12 @@ +clc
+Gs=18
+Gw=9.81
+H=10
+eo=1.1
+To=5*(Gs-Gw)
+T1=48
+T=To+T1
+e1=1.045 // void ratio corresponding to T
+e=eo-e1
+Sc=H*e/(1+eo)
+printf('The settlement in the field Sc = %f m',Sc)
|