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.1/Ex4_1.sce | 11 +++++++++++ 3683/CH4/EX4.2/Ex4_2.sce | 12 ++++++++++++ 3683/CH4/EX4.3/Ex4_3.sce | 13 +++++++++++++ 3683/CH4/EX4.4/Ex4_4.sce | 17 +++++++++++++++++ 3683/CH4/EX4.5/Ex4_5.sce | 27 +++++++++++++++++++++++++++ 3683/CH4/EX4.6/Ex4_6.sce | 37 +++++++++++++++++++++++++++++++++++++ 3683/CH4/EX4.7/Ex4_7.sce | 23 +++++++++++++++++++++++ 3683/CH4/EX4.8/Ex4_8.sce | 28 ++++++++++++++++++++++++++++ 3683/CH4/EX4.9/Ex4_9.sce | 24 ++++++++++++++++++++++++ 9 files changed, 192 insertions(+) create mode 100644 3683/CH4/EX4.1/Ex4_1.sce create mode 100644 3683/CH4/EX4.2/Ex4_2.sce create mode 100644 3683/CH4/EX4.3/Ex4_3.sce create mode 100644 3683/CH4/EX4.4/Ex4_4.sce create mode 100644 3683/CH4/EX4.5/Ex4_5.sce create mode 100644 3683/CH4/EX4.6/Ex4_6.sce create mode 100644 3683/CH4/EX4.7/Ex4_7.sce create mode 100644 3683/CH4/EX4.8/Ex4_8.sce create mode 100644 3683/CH4/EX4.9/Ex4_9.sce (limited to '3683/CH4') diff --git a/3683/CH4/EX4.1/Ex4_1.sce b/3683/CH4/EX4.1/Ex4_1.sce new file mode 100644 index 000000000..ab9edc58a --- /dev/null +++ b/3683/CH4/EX4.1/Ex4_1.sce @@ -0,0 +1,11 @@ +b=250//width, in mm +d=500//effective depth, in mm +W=20//UDL including self-weight, in kN/m +Pt=1//percentage tensile steel +l=6//span, in m +V=W*l/2//in kN +Tv=(V*10^3)/(b*d)//in MPa +//for Pt=1% and for M15 grade concrete +Tc=0.37//in MPa +//as Tv>Tc, shear reinforcement is required +mprintf("Nominal shear stress in beam=%f MPa\nShear strength of concrete=%f MPa", Tv,Tc) diff --git a/3683/CH4/EX4.2/Ex4_2.sce b/3683/CH4/EX4.2/Ex4_2.sce new file mode 100644 index 000000000..10f33cb23 --- /dev/null +++ b/3683/CH4/EX4.2/Ex4_2.sce @@ -0,0 +1,12 @@ +b=230//width, in mm +d=500//effective depth, in mm +W=24//UDL including self-weight, in kN/m +Ast=4*0.785*20^2//four 20 mm dia bars, in sq mm +Pt=Ast/(b*d)*100//percentage tensile steel +l=4.5//span, in m +V=W*l/2//in kN +Tv=(V*10^3)/(b*d)//in MPa +//for Pt=1.1% and for M20 grade concrete +Tc=0.40//in MPa +//as Tv>Tc, shear reinforcement is required +mprintf("Nominal shear stress in beam=%f MPa\nShear strength of concrete=%f MPa", Tv,Tc) diff --git a/3683/CH4/EX4.3/Ex4_3.sce b/3683/CH4/EX4.3/Ex4_3.sce new file mode 100644 index 000000000..28b45f7c4 --- /dev/null +++ b/3683/CH4/EX4.3/Ex4_3.sce @@ -0,0 +1,13 @@ +b=300//width, in mm +d=600//effective depth, in mm +W=100//UDL including self-weight, in kN/m +Pt=2//percentage tensile steel +l=7.2//span, in m +sigma_cbc=7//in MPa +sigma_st=190//in MPa +m=13.33//modular ratio +V=W*l/2//in kN +Tv=(V*10^3)/(b*d)//in MPa +Tcmax=1.8//in MPa +//as Tv>Tcmax, section is to be redesigned so that Tv becomes less than Tcmax +mprintf("Nominal shear stress in beam=%f MPa\nFor given grade of concrete, Tcmax=1.8 MPa and as Tv > Tcmax, section is to be redesigned so that Tv becomes less than Tcmax", Tv) 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) diff --git a/3683/CH4/EX4.5/Ex4_5.sce b/3683/CH4/EX4.5/Ex4_5.sce new file mode 100644 index 000000000..e9ddc8b3f --- /dev/null +++ b/3683/CH4/EX4.5/Ex4_5.sce @@ -0,0 +1,27 @@ +b=300//width, in mm +d=1010//effective depth, in mm +W=45//UDL including self-weight, in kN/m +Ast=6*0.785*22^2//six 22 mm dia bars, in sq mm +l=7//span, in m +sigma_cbc=5//in MPa +sigma_sv=140//in MPa +Fy=250//in MPa +V=W*l/2//in kN +Tv=(V*10^3)/(b*d)//in MPa +Tcmax=1.6//in MPa +//Tv