diff options
Diffstat (limited to '3764/CH2/EX2.09/Ex2_09.sce')
-rw-r--r-- | 3764/CH2/EX2.09/Ex2_09.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3764/CH2/EX2.09/Ex2_09.sce b/3764/CH2/EX2.09/Ex2_09.sce new file mode 100644 index 000000000..631bfefc1 --- /dev/null +++ b/3764/CH2/EX2.09/Ex2_09.sce @@ -0,0 +1,16 @@ +clc +// + +//Variable declaration +p=180 // Hydrostatic pressure(MPa) +E=200 // Modulus of elasticity(GPa) +v=0.29 // Poissons ratio() + +//Calculation +k=E/(3*(1-(2*v))) // Bulk modulus of steel(GPa) +e=-p/k // Dialation +V=80*40*60 // Volume of block in unstressed state(mm**3) +DELTAv=(e*V)/((10**3)) // change in volume per unit volume + +// Results +printf("\n Change in volume = %1f mm**3' ,DELTAv) |