diff options
Diffstat (limited to '746/CH4/EX4.05/4_05.sce')
-rwxr-xr-x | 746/CH4/EX4.05/4_05.sce | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/746/CH4/EX4.05/4_05.sce b/746/CH4/EX4.05/4_05.sce deleted file mode 100755 index 27c799ef0..000000000 --- a/746/CH4/EX4.05/4_05.sce +++ /dev/null @@ -1,16 +0,0 @@ -//Scale//
-pathname=get_absolute_file_path('4.05.sce')
-filename=pathname+filesep()+'4.05-data.sci'
-exec(filename)
-//Weight of water in the tank(in lbf):
-d1=62.4;
-WH2O=d1*A*h
-v=-5;
-//Total body force in negative y direction(lbf):
-function y=f(A),y=-v*d2*V1,endfunction
-F=intg(0,A1,f)
-//Force of scale on control volume(in kN):
-Ry=W+WH2O-F
-printf("\n\nRESULTS\n\n")
-printf("\n\nScale Reading: %.3f lbf\n\n",Ry)
-
|