0% found this document useful (0 votes)
15 views20 pages

CPCE 1 To 5 Experiment

Experiment

Uploaded by

Shila Kamble
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
15 views20 pages

CPCE 1 To 5 Experiment

Experiment

Uploaded by

Shila Kamble
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 20
A stunt Nav 1 | Ssigninen L 2" eho t —— Tile +] Application of tytn Pog Shoucheral Engineering: & [-Codesmine main —fos- six ply —S ovfed “ene way | Shab "efi deh. Ae ene care go | maximurn —noment ina slab fs 22 KNenn 7 MN ag> | grade oP _Grnemete and a Aine. | Given data: = ae —Cassuaring_ Be looomm) - — ae 3 _ _ 35 > 4c ila = Peis. ___|ooo mr : Nd= [2c _ - 2) a Came =_#2- ah Last = fox Rk oe I= [t= 4emu oe Ch. i : ° #y — < = = [i= Hea — x Cd) La [te 4c tons 2aXI bee X [25> qr - ee “(foce a) Sa TSS\We Fp @ | Puiyn_sp spd using _eynrn Alene bate 13 mt) Bt ies ra [steng— =e loos) = = x8 “yx Xp an EAS = i, _ : = Seg mn * Jowm » Sed = 8y 0 8 Bem. ail) Ee Sree. See a Asm <_ 2e0 yy. —“oksdd, a Prniide tern $ dns @ Soro c]e]_ ~ -Asigement No: l# - @ & a import math print("A PROGRAM TO CALCULATE SLAB REINFORCEMENT") fck=float(input ("Enter a value For, characteristic Strength of concrete:- ")) fy=float (input("Enter a value For characteristic of yeild Strength:- ")) | ‘loat ((@.5*Fck)/fy) Mu=float(input("Enter a value For moment: ‘loat(input("Enter a value For dept! | b=float ((4.6*Mu*1000*1000) /(fck*1000"d*d)) c=1-b sq=math.sqrt(c) a)*(1-sq)*1000*d r print("Area of Steel=",int(Ans),"sq.mn") . loat(input("Enter a value for bar diameter")) 3.14*bar*bar)/4 ‘ast/Ans)*1000 a seer Ss recbar) #6" ,ant(s),"C/C ) A ouspoc. 4 , Python 3.10.6 (tags/v3.10.6:9¢7babd, Aug 1 2022, 21:53:49) [NSC v.1932 64 bit (anios4)] on win32 Type "help", "copyright", credits” or “license()" for more information. RESTART: C:\User's\JSPM\Desktop\R@R Company. py ‘A PROGRAM TO CALCULATE SLAB REINFORCEMENT Enter a value For characteristic Strength of concrete:- 25 Enter a value For characteristic of yeild Strength:- 415 Enter a value For moment:~ 22 Enter a value For depth:- 125 Area of Steel= 524 sq.m Enter a value for bar diameters T8@95 C/c Bo | Ass amenL. No. * 2 ~ ie Tie. Appltcchien of: pythsn “fom Quantity hnaly sis. | Cbeherwiie athe dela volume of. conevehe-i in the SE Roy Footing.) a ne, | Given ded 1) engin. 18 mn _ L at ES Width = bP 0 = a Deply = Oe4reen = — | zy are pec_ofiet. = Orloo mm. pe ee depth.~ 0: loo 11) : | Te re a uantity L Concrete “en Bo Pading 2 -|-usndity = Lxexd Buisitity of Concrete in Box Bago s Fast Z | gy a Fay 2a cet ny “Box Baling, © a of Pec z fore thie i. + (ied Rcrrep xe. Ze Fae 4 : Sane a Dele import math a Print("To calculate Total volume of concrete in the Box footing") Lsfloat(input("Enter the value For length of Box Footing in Meter”)) B-float(input("Enter the value, For width of Box Footing in Meter”) D=Float(input("Enter the value For Depth of Box Footingin Meter")) Pi=float(input("Enter the value For Offset in Plan*)) print("To Calculate Quantity of concrete") Qtyc=Float(L*B°D) print ("Quantity OF Concrete=", Qtyc, "cu.m") print("To calculate Quantity OF PCC") Qtyp=float ((L+(p1*2))*(B+(p1*2))*(D)) print("Quantity of PCC=",round(Qtyp,3),"cu.m") elif choice==2; | . print("To calculate Total volume of concrete “in the Trapezoidal Footing") Lisfloat(input("Enter the value For length of Trapezoidal Footing in Meter")) 8 Hi Meter™)) ; L2=Float(input(“Enter the value For Top Length Of Trapezoidal. Footing in Meter")) B2=float(input("Enter the value For Top Width OF Trapezoidal Footing “in Neter")) H2=float(input("Enter the value For Top Height OF Trapezoidal Footing in Meter")) Al=float(L1*81) print ("Area OF Bottom Footing: A2-Float(L2*82) print(“Area OF Top Footing=",A2, sq.m") print("To Calculate Quantity Of Trapezoidal Footing") ‘Az (A1*A2) sqrmath. sqrt(a) u=(H1/3)*(A2+A2+(sq)) Joat(input("Enter the value For width of Trapezoidal Footing in Meter”)) ‘loat(input(“Enter the value For Height of Trapezoidal Footing in AL, "sqem") print("Quantity OF Bottom Footing=",Q1,"cu.m") 2=(L2*82*H2) "Quantity OF Top Footing=",Q2,"cu.m") print(("Total Quantity OF Footing=",Tq,"cu.n"))* ak output A Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21353:49) [MSC v.1932 64 bit (amo64)] on win32 Type "help", “copyright”, "credits" or "license()" for more information, RESTART: C:\Users\)SPM\Dounloads\R&R ‘Company 2.py Enter the type of footing 1. Box footing, 2. Trapezoidal footing! To calculate Total volume of concrete in the Box footing Enter the value For length of Box Footing in Meter1.8 Enter the value For width of Box Footing in Meter. Enter the value For Depth of Box Footingin Meterd.450 Enter the value For Offset in Pland.100 To Calculate Quantity of concrete Quantity OF Concrete= 1.4580000000000002 cu.m To calculate Quantity of PCC Quantity of PCC= 1.8 cu.m eee Solid Waste Evyinering - 7 TGpiersine the _sebthing velocty oP Sunpended Solids") Tet) | Rnd the seltling Velocity <2 strpended sphrsical silico |__ particle Deco pri 26 ry wale ak 26 ~ he Ajamelem oP. patie }s_o¢etrym « — | se Dak zeta Cy Stokes Pqustiony in Ve o-Jo centishke = ee] — _ —} assuming —Hnat— Rese dk Nurnberr ill be tege too | | = = - ot ve =f lyg , Cq-)d2\ to a + Cn SNOT x 0: 004 ' a fo fe emfee = = faced e Value of ao Suspended _ Spherical silica partie fy} Using Ho ke's equafien js _o-lecm/ see. | | —® SE oD | AYernekivdy. Ves _4I8 (=) xe 3+ loo Vg = 0-162. crn [cee Ang. he Value oo suspended Silica Sphride panicle preg —alfervnale "Melined is _o-le2 cm tec’. INU * Assi ramen No. © 3. : # Peopean import math print ("Finding the Settling Velocity of Suspended Solids") oat (input("Enter diameter of particle(mm): Gzfloat (input ("Enter sp. Gravity of a particle=")) print("viscosity of water at 25 degree celcious (cm*2/sec)=0.90/180") ‘oat (0.009) B=Ffloat (9.81) BeG-1 Teint (25: Latlteint(input(print select nethod stokes Equation\n2.Alternative Equation\n"))) def Stokes(): print(“Using Stokes Equation") print("'Vs=",round(Vs,2),"cn/sec*) def Alternative method()! Xeint(#18) yeded 2=(3T470) /100 Ge(xeseve2) 20 print ("Vs=",round(Q,2),"cm/sec") Sf Lalitest: Stokes) elif Lalitesz: alternative_method() else: print(*select the given type of method") AK Output A. python 3.10.5 (tags/v3.10.5:f377153, Jun 6 2022, 16:14:13) [MSC v.1929 64 bit (ap64)] on win32 | Type “help”, “copyright”, “credits” or “license()" for more information. = RESTART 3.py Finding the Settling Velocity of Suspended Solids Enter diameter of particle(nm)=0.04 Enter Sp. Gravity of a particle=2.67 viscosity of water at 25 degree celcious(cn”2/sec): Select method L.Stokes Equation 2iAlternative Equation users /admin/AppData/Local/Prograns/Python/Python310/lalit assignment -30/100 Nonea Using Stokes Equation Vs= 8.16 cm/sec = RESTART: C:/Users/admin/Appbata/Local/Prograns/Python/Python310/lalit assignment 3.py Finding the Settling Velocity of Suspended Solids Enter dianeter of particle(nm)=0.04 Enter Sp. Gravity of a particle=2.67 viscosity of water at 25 degree celcious(cn*2/sec)=0.90/100 Select method 1.Stokes Equation 2.Alternative Equation None2 Vs= 0.16 cm/sec { | ¢ 4 F Candy a apn. ch “charnmel Pl ide ape channel 2 = = ropa = sees Secbion wt cto idly —_4-PE Cates =} —____| he & it 2 Conced saith; Whal=_coould le the Gu: ocity 2 water cis Whak= would be _ Wale Ai rae The t a [easel cana area er eede these Ceffictemt= is _o-04 He velumettc alam flan rete ae id 3 Manni: coeffi 3) Balter _slepe : Channel + 7 e8seh e TO Ge ai ata fA) st Sf 1:22 Xo. 61 os = —— 6-4) $0.6 fy 22. pas Moons Equations “Fo Velod Ww . [Ve a = a poh sth - —— ee — meta © _ a | Using Mamings epuabion discharge) — : i cae enti acl Q= € pk “xs XA n a=, | Cori ~K Convey) 12 x Cote Ore ovum 35 ° 9 *) — -[{ —Reckangulan> | —_-}, oper channel. |} 0-6) A |e = O: 6} wn / sec —a| —}- —— 122) Ang. It) Veo ci ef wale Pld me ae Reckay wlan en ae O Creand = O- g2_m3fcec- “I —p Dicchavge oPrgakem in Redengulan si R bp Peary se import math, vOpee (Velocity or water Flow Rate of Rectangular Open Channel (Q)using Manning Equation") Loat (input ("Enter the Length of ch, {Oat input ("Enter the wage of Cha: loat (input ("Enter the & Joat (input (Manning Row Esfloat (input (™ anne] (m)=")) inne] (m) =") } epth of Channel (m) =") ) ghness Coefficient ( ny=")) Enter the Bottom Slope of channeler)) Area=A*B Perimeter-arpic HydraulicRadius=Area/Perimeter X=1/D YeHydraulickadius*+0,67 : 2=E+0.5 = Print iyaeaviic neaiue Ser, tydraulicradius,"(m) A Print ("Velocity or Water Flow ha te of Rectangular Open Channel (Q)=", round (Q,2),"(m*3/sec) ") * Out fect ok python 3.10.5 (tags/v3.10.5:£377153, Jun 6 2022, 16:14:13) [MSc v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license()" for more information. RESTART: C:/Users/admin/Downloads/lalit 7894.py Velocity or Water Flow Rate of Rectan’ using Manning Equation gular Open Channel (0) Enter the Length of Channel (m: 2 Enter the Width of Channel (m)=0.61 Enter the Depth of Channel (m)=0.61 -011 Manning Roughness Coefficient (n)= Enter the Bottom Slope of Channel=0.0004 Hydraulic Radius is= 0.305 (m) locity or Water Flow Rate of Rectangu. 0.82 (m*3/sec) lar Open Channel (Q)= Acimanit Ni,» 8 SSiqnmen GO FSH: [raven] | | Bind cute the sheane Strength oo sell ith given dela) —Applicetion of Python. foo | Foun dection Engineesing —G)| Goleulate the cheese cheaglh in teams effedive | Greece sil -eo_o_plave_esitfhin a Saturated ceil rere = oe ee ctor Nonnal_shreys “ic _29s— KPa _ —___} x free. Ure_is \22 kPa pwhen C= 12 | Frank angle ef Wernol Bicion is 2e' (fake dante = — _ -St\ . c= ke. hos, | Given date) 3 i al threes @) = 29

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy