Ejercicios resueltos sobre hidráulica de canales, abastecimiento de agua y concreto armado.Además ejercicios sobre Excel, macros y VBA para automatizar cálculos repetitivos.

Redes sociales

Sígueme en YouTube Sígueme en Facebook Sígueme en Instagram Sígueme en TikTok

miércoles, 29 de enero de 2025

CLOSED NETWORK OF TWO CIRCUITS SOLVED WITH EXCEL SOLVER

 

CLOSED NETWORK OF TWO CIRCUITS SOLVED WITH EXCEL SOLVER 

Exercise : In the closed network shown in the figure, we are asked to calculate the flow rate in each of the pipes, if the flow rate coming out of the dam is Q12 = 90 l/sec. In each intake (3, 4, 5) the flow must be 30 l/sec, the pipes are made of new steel, without seams.

 Excel template write to iyoba14@hotmail.com

SOLUTION :


Step 01:Define the equations that allow the system to be analyzed

Q1-2=QT= 90 lt/s (fact)

Equations:

hd+he=hb

ha + hb = hc

90=Qa+Qc

Qa=Qb+Qd+30

Qc+Qb+Qe=30

Qd=30+Qe

Step 02: Assume the flows that circulate through pipe a, b, c, d and e in l/s, complying with the continuity equation. That is, the flows entering the node are equal to the flows leaving the node.


Step 03: We determine the area for each of the pipes.

A=3.1416D^2/4

Step 04 : We calculate the speed.

V=Q/A
donde : V=speed in m/s
             Q= caudal en m3/s 
              A= Area en m2

Step 05: We calculate the Reynolds number.

Re = VD/visc


donde : Re = Reynolds number
             V=speed in m/s
             D= 
pipe diameter in m

            visc = Kinematic viscosity

Step 06: We calculate the head loss in each pipe.


donde : f = Darcy friction coefficient

             L= pipe length in m

             D= Pipe diameter in m

             k = Absolute pipe roughness in m

Darcy's coefficient of friction f: we are going to calculate it with Barr's formula

1/raiz(f) = -2 log(K/(3.7*D) + 5.1286/Re^0.89)

    - We calculate the RHS

        RHS=-2 log(K/(3.7*D) + 5.1286/Re^0.89)

     We calculate the Darcy coefficient of friction  ha+hb-hc=0

hd+he-hb=0
90-Qa-Qc=0
Qa-Qb-Qd-30=0
Qc+Qb+Qe-30
Qd-30-Qe=0

RESULTS:


 Excel template write to iyoba14@hotmail.com


No hay comentarios.:

Publicar un comentario

Dimensionamiento de un tanque de almacenamiento para abastecimiento de agua

 Dimensionamiento de un tanque de almacenamiento para abastecimiento de agua Una comunidad de 10,000 habitantes requiere un sistema de abast...