From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3683/CH4/EX4.4/Ex4_4.sce | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 3683/CH4/EX4.4/Ex4_4.sce (limited to '3683/CH4/EX4.4/Ex4_4.sce') diff --git a/3683/CH4/EX4.4/Ex4_4.sce b/3683/CH4/EX4.4/Ex4_4.sce new file mode 100644 index 000000000..4d3a2a3f8 --- /dev/null +++ b/3683/CH4/EX4.4/Ex4_4.sce @@ -0,0 +1,17 @@ +b=1000//consider 1 m width of slab +D=100//depth of slab, in mm +cover=20//in mm +d=D-cover//effective depth, in mm +W=7//uniformly distributed load, in kN/m^2 +dia=10//in mm +s=100//spacing of 10 mm dia bars, in mm +l=4//span, in m +V=W*l/2//in kN +Pt=1000*.785*dia^2/(s*b*d)*100//in % +Tv=(V*10^3)/(b*d)//in MPa +//for given Pt and M15 grade concrete +Tc=0.37//in MPa +//and for solid slabs +k=1.3 +Tc=k*Tc//in MPa +mprintf("Nominal shear stress in slab, Tv=%f MPa\nShear strength of slab, Tc=%f MPa. As Tc > Tv, no shear reinforcement is required", Tv, Tc) -- cgit