summaryrefslogtreecommitdiff
path: root/1586/CH16/EX16.11/EXP16_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '1586/CH16/EX16.11/EXP16_11.sce')
-rw-r--r--1586/CH16/EX16.11/EXP16_11.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1586/CH16/EX16.11/EXP16_11.sce b/1586/CH16/EX16.11/EXP16_11.sce
new file mode 100644
index 000000000..606ad7cb5
--- /dev/null
+++ b/1586/CH16/EX16.11/EXP16_11.sce
@@ -0,0 +1,9 @@
+clc;funcprot(0);//EXAMPLE 16.11
+//INITIALISATION OF VAREIABLES
+a1=200;.............//Total Projected Area for the Cavity in cm^2
+Pa=25*10^6;.........//Pressure applied on the Cavity in Pa
+de=4;................//Depth of the part in cm
+rho=2*10^6;.........//Pressure Factro in Pa/cm
+F=(a1)*((Pa)+(rho*de));.......//Force needed to form a Thermoset in Pa
+disp(F*10^-4,"Force needed to form a Thermoset in N:")
+