diff options
Diffstat (limited to '797/CH3/EX3.8.e/3_08_example.sci')
-rw-r--r-- | 797/CH3/EX3.8.e/3_08_example.sci | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/797/CH3/EX3.8.e/3_08_example.sci b/797/CH3/EX3.8.e/3_08_example.sci new file mode 100644 index 000000000..3e8a6a146 --- /dev/null +++ b/797/CH3/EX3.8.e/3_08_example.sci @@ -0,0 +1,6 @@ +//Example 3-08 Hydrostatic Force Acting on the Door of Submerged car +s = 8 //depth of car door top from the water surface [m] +b = 1.2 //height of car door [m] +h = 1 //breath of car door [m] +rho = 1000 //density of water [kg/m^3] +g = 9.81 //gravitational acceleration [m/s^2] |