Water Hammer. Method of Characteristics. Example Solved Using Visual Basic and Finite Differences
Water Hammer. Method of Characteristics. Example Solved Using Visual Basic and Finite Differences
1.- Input
Input data of example 13.9 [1]
4a.-
I.-
www.piping-tools.net
Water hammer. Method of char
cjcruz[at]piping-tools.net
Streeter example J Initial conditions
N Piezometric
Method of characteristics
Carbon steel data (6.CS_Imp)
Interior points Comments
References
Initial conditions
Valve openings
Celerity
www.piping-tools.net
Water hammer. Method of characteristics. Example solved using Visual Basic and Finite Differences.xlsm
cjcruz[at]piping-tools.net
18.06.2016
rev.19.06.2019
al conditions
ervoir B. C.
erior sections
stant slope
ume of equations
Notes
- Do not insert neither rows nor columns before the input data
ranges (in yellow), since these cells are read from the VB code.
(Before means to the left, or above)
Original Streeter values - The number of sections "N" is a variable input valid only for the VB pr
of the CVA matrix The finite diferences calcualtion has a number of sections defined by th
CVoriginals number of columns used. Thus, to change the number of sections the ta
0.06 to be modified and columns needs to be added or deleted.
0.03
0.01 - To simulate an increased valve closing velocity, the initial opening
0.003 is mantained with the value
0.001 and the rest of the matrix elements are modified as
0.0005 CVA(I) = CVAoriginal(I) / Divider
m/s²
Example 13.9 [1], solved by finite differences
Input data
Reservoir water level elevation Hres = 100 m
Pipe length L= 4800 m
Pipe diameter d= 2 m
Pipe friction factor f= 0.022 -
Velocity of sound wave A= 1200 m/s
Number of sections N= 4 (Note 1)
Time interval of CVA values DCV = 5 s
Maximum elapsed time Tmax = 50 s
This _R value is valid only for the number of ∫ v⋅|v|⋅dx= Δx⋅|v A|⋅v A (C-9 )
A
segments "N" defined in the input of the finite When using the approximation
P
difference table.
∫ v⋅|v|⋅dx= Δx⋅|v A|⋅v P (C-10 )
A
Initial piezometric height at Node "I" (E-19) the flow rate equation becomes
H(I)0 = Hres - (I - 1) * _R * Q0 ^ 2 H P .1 −H 2 + B⋅Q2
Q P ,1 = (F-4 )b
B +R⋅|Q 2|
Equations (F-4) and (F-4)b have different expressions and when evaluated
Nevertheless, the use of one or the other expression does not have an im
Initial conditions (T = 0)
√
H res m3
Q0 = ( E−15)
Valid for I = 1 to NS L s
Q(I) = Q0
f⋅( )+
D 1
2⋅g⋅A 2p 2⋅g⋅CV 2
Q0 = (Hres / (f *L/(2*g*D*Ap^2) + 1 / (2 * g * CV ^ 2)))^0.5
(E-15) H ( I )0 = H res - ( I-1 )⋅R⋅Q20 ( E-19)
H(I)0 = Hres - (I - 1) * _R * Q0 ^ 2 (E-19)
In compact form
√
QP ,NS=−g⋅CV 2⋅( B+R⋅|QN|) + ( g⋅( B+R⋅|QN|)⋅CV
1 2 3 4 5 6
Note 1
The here presented solution, (method of finite differences) requires that the
table must have a number of columns according to the selected number of
sections "N". For this reason, if the number of sections "N" has to be changed,
it would also be required a modification of the number of columns of the table.
Thus, although de number of sections is an input variable, it is not enough to
change only the value of "N". The table should also be modified
Return to Index
Help variables
Area of pipe section Valve opening
Ap = (Pi() / 4) * d ^ 2 The product of the valve opening Av and the d
Ap = 3.14159 m² Cd is CV = Cd * Av
The CV-values at the time interval DCV = 5 (s
B= A / (g * Ap) CVA-values and are given in the "CVA matrix
B= 38.950 s/m² The initial VCA-value, CVA(1) corresponds to
next CVA-value is CVA(2), and corresponds t
Index for the valve position other CV-values are given at time intervals of
NS = N+1 Annex H presents the method for the interpol
NS = 5 CV-values at time intervals of one second.
K value
Length of a section Integer value required for the determination o
DX = L/N K= Int(t / DCV) + 1
DX = 1200 m CV-value.
Linear interpolation for a time "t"
Time required for the wave to CV = Index(CVA,K,1) + ( t-(K-1)*DCV )*( Index(CVA,K+1,1)-Inde
travel through a section
DT = L / (A * N) Initial CV value: CV0
DT = 1.0 s Let CV0 = CV(1)
CV(1) = 0.06
CV0 = 0.06
C P =H N +B⋅Q N (G−5 )
w rate at the reservoir (F-4) B P =B+R⋅|Q N| (G−6 )
= (Hp,1 - H2 + B * Q2 - _R*Abs(Q2) * Q2) / B
CV =( C d⋅A v ) : product of area of valve opening
Flow rate at the reservoir, at the time "t" and discharge coefficient
CV =( C d⋅A v ) : product of area of valve opening
and discharge coefficient
Piezometric height at the reservoir,at the time "t"
is example, this height is a constant value, equal to H res Piezometric height at the valve
Piezometric height at section 2, at the previous time "t-Dt"
Flow ratet at section 2, at the previous time "t-Dt" H P,NS=( C P −B P⋅Q P , NS ) ( G −3)
equation is obtained when using the approximation Compact form of boundary conditions for the valve
Interior points
√
H res m3
= ( E−15)
s I = 2 to I = N
f⋅( DL ) + 1 CP = HI-1 + B * QI-1
2⋅g⋅A 2p 2⋅g⋅CV 2
BP = B + R * Abs(QI-1)
( I )0 = H res - ( I-1 )⋅R⋅Q20 ( E-19) CM = HI+1 - B * QI+1
BM = B + R * Abs(QI+1)
QP,I = (CP - CM) / (BP + BM)
HP,I = CP - BP * QP,I
H P,1= H res (at any time t ) (E-20 )
In compact form
H P .1 −H 2 + B⋅Q2 QP,I = ( HI-1 + B*QI-1 - HI+1 + B*QI+1 ) / ( B + R
Q P ,1 = (F-4 )b
B +R⋅|Q 2|
HP,I = HI-1 + B*QI-1 - ( B + R*abs( QI-1 ) ) * QP,
In reference [1],
C P=H N + B⋅Q N (G−5 ) (D-1) -> [1], (13.6.11) a
B P=B+ R⋅|Q N| (G−6 ) (D-2) -> [1], (13.6.11) b
(D-3) -> [1], (13.6.13) ForC+
(D-4) -> [1], (13.6.12) a
√
QP ( NS)=−g⋅CV 2⋅B P+ ( g⋅B P⋅CV 2 ) +2⋅g⋅CV 2⋅C P
2
(G-4 )
(D-5) -> [1], (13.6.12) b
HP,NS=C P −B P⋅Q P, NS (G-3 ) (D-6) -> [1], (13.6.14) ForC-
(D-7) -> [1], (13.6.15) a (Note 5)
(D-8) -> [1], (13.6.15) b (Note 5)
P , NS =−g⋅CV
2
√ 2
⋅( B+R⋅|QN|) + ( g⋅( B+R⋅|QN|)⋅CV 2 ) +2⋅g⋅CV 2⋅( H N +B⋅QN )
(G-7 )
P,NS=( H N +B⋅Q N )− ( B+R⋅|Q N|)⋅Q P, NS (G−8 )
P , NS =−g⋅CV
2
√ 2
⋅( B+R⋅|QN|) + ( g⋅( B+R⋅|QN|)⋅CV 2 ) +2⋅g⋅CV 2⋅( H N +B⋅QN )
(G-7 )
P,NS= ( H N +B⋅Q N )− ( B+R⋅|QN|)⋅Q P, NS (G−8 )
Note (5). No equation number in [1]
7 8 9
m²
m²
Page 2 of 4
e boundary conditions
2
B P⋅CV 2 ) +CV 2⋅2⋅g⋅C P (G-4 )
valve opening
valve opening
( G−3)
3 of 4
(D-1)
(D-2)
(D-4)
(D-5)
(D-7)
(D-8)
Nodes
2 3 4 5
Hres = 100 m AR = (Pi() / 4) * D ^ 2
L= 4800 m AR = 3.14159
D= Water hammer.
2 Pressure
m vs time,
B= with ratio
A / (g * AR) x/L as parameter
180.00 f= 0.022 From- finite differences
B= table
38.950
A= 1200 m/s NS = N+1
N= 4 - N= 5
DCV = 5 s DX = L/N
Pressure [m.w.c.]
Tmax = 50 s DX = 1200
160.00
DT = L / (A * N)
CVA(1) = 0.06
Valve m² DT = 1
CVA(2) = 0.03 m² HP(1) = Hres
CVA(3) = 0.01 m² HP(1) = 100
140.00 CVA(4) = 0.003 m² CV = CVA(1)
CVA(5) = 0.001 m² CV = 0.06
CVA(6) = 0.0005 m² Q0 = / (f * L / (2 * g * D * AR ^ 2) + 1 / (2 * g * CV ^ 2))) 'Eq (A) .
Sqr(Hres
80.00 Reservoir
x/L = 0. Res ervoi r x/L = 0.25 x/L = 0.5 x/Lboundary
= 0.75 x/L = 1. Val ve
conditions
Eq.(3) & /4)
T K CV 1
60.00
0 0.00 1 0.06 H(I) 100
Q(I) 2.63
1 1.00 1 0.054 H(I) 100
Q(I) 2.63
2 2.00 1 0.048 H(I) 100
Q(I) 2.6320
3 3.00 1 0.042 H(I) 100
Q(I) 2.63199
4 4.00 1 0.036 H(I) 100
Q(I) 2.63199
5 5.00 2 0.030 H(I) 100
Q(I) 2.27875
6 6.00 2 0.026 H(I) 100
Q(I) 1.89528
7 7.00 2 0.022 H(I) 100
Q(I) 1.47969
8 8.00 2 0.018 H(I) 100
Q(I) 1.02816
9 9.00 2 0.014 H(I) 100
Q(I) 0.53759
10 10.00 3 0.010 H(I) 100
Q(I) 0.18690
11 11.00 3 0.009 H(I) 100
Q(I) -0.18515
12 12.00 3 0.007 H(I) 100
Q(I) -0.57837
13 13.00 3 0.006 H(I) 100
Q(I) -0.70434
14 14.00 3 0.004 H(I) 100
Q(I) -0.79173
15 15.00 4 0.003 H(I) 100
Q(I) -0.57299
16 16.00 4 0.003 H(I) 100
Q(I) -0.30987
17 17.00 4 0.002 H(I) 100
Q(I) 0.00273
18 18.00 4 0.002 H(I) 100
Q(I) 0.20241
19 19.00 4 0.001 H(I) 100
Q(I) 0.43386
20 20.00 5 0.001 H(I) 100
Q(I) 0.77394
21 21.00 5 0.001 H(I) 100
Q(I) 0.86395
22 22.00 5 0.001 H(I) 100
Q(I) 0.91837
23 23.00 5 0.001 H(I) 100
Q(I) 0.67847
24 24.00 5 0.001 H(I) 100
Q(I) 0.39086
25 25.00 6 0.001 H(I) 100
Q(I) 0.07628
26 26.00 6 0.000 H(I) 100
Q(I) -0.12862
27 27.00 6 0.000 H(I) 100
Q(I) -0.36574
28 28.00 6 0.000 H(I) 100
Q(I) -0.71056
29 29.00 6 0.000 H(I) 100
Q(I) -0.80966
30 30.00 7 0.000 H(I) 100
Q(I) -0.86941
31 31.00 7 0.000 H(I) 100
Q(I) -0.63850
32 32.00 7 0.000 H(I) 100
Q(I) -0.35933
33 33.00 7 0.000 H(I) 100
Q(I) -0.05279
34 34.00 7 0.000 H(I) 100
Q(I) 0.14541
35 35.00 8 0.000 H(I) 100
Q(I) 0.37768
36 36.00 8 0.000 H(I) 100
Q(I) 0.71691
37 37.00 8 0.000 H(I) 100
Q(I) 0.81249
38 38.00 8 0.000 H(I) 100
Q(I) 0.86878
39 39.00 8 0.000 H(I) 100
Q(I) 0.63634
40 40.00 9 0.000 H(I) 100
Q(I) 0.35818
Return to Index
/ 4) * D ^ 2 Initial conditions (T = 0)
For I = 1 To NS Water hammer. Flow rate vs time, w
tio x/L as parameterQ(I) = Q0 Eq.1) From finite differen
able Q(I) = Round(Q(I),
3.00 3)
H(I) = Hres - (I - 1) * _R * Q0 ^ 2 ... 'Eq. Eq. (2)
H(I) = Round(H(I), 3)
Next I 2.50
20 25 30 35 40 Time t [s] 45
39.0031
39.0092
39.0129
38.9966
38.9769
38.9555
38.9591
38.9752
38.9987
39.0055
39.0096
38.9938
38.9748
38.9539
38.9602
38.9760
38.9992
39.0057
39.0095
38.9937
18.06.2016
4100:
CV = CVA(K) + (T - (K - 1) * DCV) * (CVA(K + 1) - CVA(K)) / DCV
4200:
Boundary condition at the valve
nput" sheet CP = H(N) + B * Q(N)
BP = B + R * Abs(Q(N))
QP(NS) = -g * BP * CV ^ 2 + Sqr((g * BP * CV ^ 2) ^ 2 + 2 * g * CV
HP(NS) = CP - BP * QP(NS)
Eq. (13.6.8a) 4600:
Eq. (13.6.2) Boundary condition at the reservoi
HP(1) = Hres
QP(1) = (HP(1) - H(2) + B * Q(2)) / (B + R * Abs(Q(2)))
4800:
Interior sections
Eq. (E-20) For I = 2 To N
Eq. (E-15) CP = H(I - 1) + B * Q(I - 1)
BP = B + R * Abs(Q(I - 1))
Eq. (E-13) CM = H(I + 1) - B * Q(I + 1)
Eq. (E-21)= Eq. (E-16)a BM = B + R * Abs(Q(I + 1))
QP(I) = (CP - CM) / (BP + BM)
HP(I) = CP - BP * QP(I)
Next I
Eq (E-19) 5200:
Calculated values are reassigned
For I = 1 To NS
H(I) = HP(I)
Q(I) = QP(I)
Next I
Eq. (13.6.11a)
Eq. (13.6.11b)
Eq. (13.6.12a)
Eq. (13.6.12a)
Eq. 13.6.15)
Eq. (13.6.16)
3 4 5
Streeter code of examp
+ 1 / (2 * g * CV^2 ) ) ) (E-19) E(19) --> [1], sheet "4b.- Streeter code, line 2900
(E-15) E(15) --> [1], sheet "4b.- Streeter code, line 2700
F-4)b F(4)b --> [1], sheet "4b.- Streeter code, line 4700
18.06.2016
Page 2 of 9
Page 3 of 9
(13.6.8a)
(13.6.8b)
Page 4 of 9
Page 5 of 9
Page 6 of 9
Page 7 of 9
Page 8 of 9
From Ref [ 1], page 537
13.6 Solution by the methods of characteristics.
(13 .6 .4 )
x⋅f⋅|V A|⋅V P
iction f, an approximation
ction of of the x-values
[1]
A. Momentum equation
and arranging
∂p A⋅γ dv 1
− δx⋅A−δx⋅A⋅γ⋅sin (θ )−τ⋅δx⋅π⋅d= ⋅ /
∂x g dt δx
∂p A⋅γ dv 1
and arranging
∂p A⋅γ dv 1
− δx⋅A−δx⋅A⋅γ⋅sin (θ )−τ⋅δx⋅π⋅d= ⋅ /
∂x g dt δx
∂p A⋅γ dv 1
− ⋅A− A⋅γ⋅sin(θ )−τ⋅π⋅d= ⋅ /
∂x g dt ΔA
∂p τ⋅π⋅d γ dv 1
− −γ⋅sin (θ )− = ⋅ /
∂x A g dt γ
1 ∂p τ⋅π⋅d 1 dv
− −sin(θ )− = ⋅
γ ∂x A⋅γ g dt
Momentum equation
∂v 1 ∂ p f⋅v⋅|v|
+ +g⋅sin ( θ )+ =0 ( f )
∂t ρ ∂ x 2⋅d
1
/
δx
1
1
/
δx
1
/
ΔA
1
/
γ
( A-3)
(13 .5 .1)
on dv
The term of the acceleration
( b) dt
can be expande as
dv ∂v ∂v
=v⋅ +
dv dt ∂ x ∂t
⋅ ( e)
g dt but
∂v dv
v⋅ <<
v 2 1 dv ∂x dt
⋅ = ⋅ /¿ g thus
2⋅g g dt
dv ∂v
f v2 1 dv dt
can be replaced by
∂t
−g⋅ ⋅ =g⋅ ⋅
d 2⋅g g dt
f⋅v 2 dv Replacing in equation
=
2⋅d dt dv 1 ∂ p ∂ z f⋅v⋅|v|
+ +g⋅ + =0 ( A-5 )
dt ρ ∂ x ∂ x 2⋅d
f⋅v 2 ∂z
+ =sin ( θ )
∂x
d 2⋅g g dt
f⋅v 2 dv Replacing in equation
=
2⋅d dt dv 1 ∂ p ∂ z f⋅v⋅|v|
+ +g⋅ + =0 ( A-5 )
dt ρ ∂ x ∂ x 2⋅d
f⋅v 2 ∂z
+ =sin ( θ )
2⋅d ∂x
and
dv ∂ v
irection of the velocity =
dt ∂t
by v⋅|v| one obtains
f⋅v⋅|v|
+ =0 ( A −5 )
2⋅d ∂v 1 ∂ p f⋅v⋅|v|
(13 . 5.2 ) + +g⋅sin ( θ )+ =0 ( f )
∂t ρ ∂ x 2⋅d
w in a pipe
on will be
[ A-7 ]
(13.5.3 )
30.05.2016
1 of 5
Nomenclature
A: area [m²]
d: pipe diameter [m]
f: friction factor [-]
F: force [N]
g : Acceleration of gravity [m/s²]
H: piezometric height [m]
m: mass [kg]
p: fluid pressure [m]
t: time [s]
v: flow velocity [m/s]
W: weight [N]
x: pipe length [m]
2 of 5
3 of 5
4 of 5
Eq. (A-5) --> [1], (13,5,2)
5 of 5
The L1 equation
Eq. (A-7) --> [1], (13,5,3)
[1]
B. Continuity equation
Equation of
Continuity equation for unsteady flow in a pipe
For a given
length δx ,
inlet mass fl
mass flow ra
in mass of th
ṁin− ṁout =
This equatio
is applied to
(
ρ⋅A⋅v− ρ⋅A
Figure 2. Free body diagram
−∂ ( ρ⋅A⋅v
∂x
where δx is
[ ∂x ∂x ]
− ρ⋅A⋅∂ ( v ) +v⋅∂ ( ρ⋅A ) ⋅δx=ρ⋅ ∂ ( A⋅δx ) + A⋅δx⋅∂ ( ρ )
{
∂t } ∂t
[ ∂x { ∂x ∂x }]
− ρ⋅A⋅∂ ( v ) +v⋅ ρ⋅∂ ( A )+ A⋅∂ ( ρ ) ⋅δx=
∂v ∂A ∂ρ ∂A ∂ρ
ρ⋅A⋅δx +v⋅δx⋅ρ⋅ +v⋅δx⋅A⋅ +ρ⋅δx⋅ + A⋅δx⋅ =0
∂x ∂x ∂x ∂t ∂t
dividing by A
ρ⋅A ∂ v v⋅δx⋅ρ ∂ A v⋅δx⋅A ∂ ρ ρ⋅δx ∂ A A⋅δx ∂ ρ
⋅δx + ⋅ + ⋅ + ⋅ + ⋅ =0
A ∂x A ∂x A ∂x A ∂t A ∂t
∂ v v⋅δx⋅ρ ∂ A ∂ ρ ρ⋅δx ∂ A ∂ρ
ρ⋅δx⋅ + ⋅ +v⋅δx⋅ + ⋅ +δx⋅ =0
∂x A ∂x ∂x A ∂t ∂t
dividing by δx⋅ρ
ρ⋅δx ∂ v v⋅δx⋅ρ ∂ A v⋅δx ∂ ρ ρ⋅δx ∂ A δx ∂ ρ
⋅δx+ ⋅ + ⋅ + ⋅ + ⋅ =0
A ∂x A ∂x A ∂x A ∂t A ∂t
∂ v v⋅δx⋅ρ ∂ A ∂ ρ ρ⋅δx ∂ A ∂ρ
ρ⋅δx⋅ + ⋅ +v⋅δx⋅ + ⋅ +δx⋅ =0
∂x A ∂x ∂x A ∂t ∂t
dividing by δx⋅ρ
ρ⋅δx ∂ v v⋅δx⋅ρ ∂ A v⋅δx ∂ ρ ρ⋅δx ∂ A δx ∂ ρ
⋅ + ⋅ + ⋅ + ⋅ + ⋅ =0
ρ ∂ x A⋅ρ ∂ x ρ ∂ x A⋅ρ ∂ t ρ ∂ t
∂ v v⋅δx ∂ A v⋅δx ∂ ρ δx ∂ A δx ∂ ρ
δx⋅ + ⋅ + ⋅ + ⋅ + ⋅ =0
∂ x A ∂ x ρ ∂ x A ∂t ρ ∂t
dividing by δx
∂v v ∂ A v ∂ ρ 1 ∂ A 1 ∂ρ
+ ⋅ + ⋅ + ⋅ + ⋅ =0
∂ x A ∂ x ρ ∂ x A ∂t ρ ∂t
v ∂ A 1 ∂ A v ∂ ρ 1 ∂ ρ ∂v
⋅ + ⋅ + ⋅ + ⋅ + =0 (g )
A ∂ x A ∂t ρ ∂ x ρ ∂ t ∂ x
1 ∂A ∂A 1 ∂ρ ∂ρ ∂v
A (
⋅ v⋅ +
∂x ∂t ) (
+ ⋅ v⋅ +
ρ ∂ x ∂t ∂ x
+ =0 )
where the terms in parenthesis are the total derivatives
√
K
{ }{ }
K K
1 dp K d ρ ρ ∂v ρ
K dt (
⋅ 1+ ⋅ ⋅
E e ) K d
1+ ⋅
+ ⋅ =0
K d ∂x
1+ ⋅
a=
K d
E e E e 1+ ⋅
E e
{ }
K
dp 1 ρ ∂v
⋅ + ⋅ =0 ( B−8 )
dt ρ K d ∂x
1+ ⋅
E e
The term in parenthesis is a cons tan t and is the
square of the celerity a
{ }
K
ρ
=a2 ( B−9 )
K d
1+ ⋅
E e
( 13. 5 . 10 )
thus , equation ( B−8) can be writen
1 dp ∂v
⋅ +a 2⋅ =0 ( B−10 )
ρ dt ∂x
( 13 . 5. 11 )
dp ∂v
+ ρ⋅a 2⋅ =0 ( B−11 )
dt ∂x
Continuity equation
Equation of continuity
ṁin− ṁout =∂ m
∂t
This equation of continuity for unsteady flow
is applied to the control volume of Figure 2
ρ⋅A⋅v− ρ⋅A⋅v+ ∂ ( ρ⋅A⋅v )⋅δx =∂ ( ρ⋅A⋅δx )
( )
∂x ∂t
−∂ ( ρ⋅A⋅v )⋅δx= ∂ ( ρ⋅A⋅δx ) ( B-1)
∂x ∂t
where δx is not a function of t . (13.5. 4)
⋅∂ ( ρ )
∂t
x⋅∂ ( A ) +
∂t }
x⋅∂ ( ρ )=0
∂t
⋅δx⋅∂ ( ρ )=0
∂t
dA ∂A ∂ A
=v⋅ +
dt ∂ x ∂t
and
dρ ∂ρ ∂ ρ
=v⋅ +
dt ∂x ∂t
so
1 dA 1 dρ ∂ v
⋅ + ⋅ + =0 ( B−2)
dρ ∂ρ ∂ ρ
=v⋅ +
dt ∂x ∂t
so
1 dA 1 dρ ∂ v
⋅ + ⋅ + =0 ( B−2)
A dt ρ dt ∂ x
(13. 5. 6)
1 dA
The first term, ⋅ , is related to the elasticity of the
A dt
pipe wall and the speed of deformation as a function of
the pressure.
1 dρ ∂ v
The second term, ⋅ + , consideres the liquid
ρ dt ∂ x
compressibility.
Tensile force
π T =σ⋅s⋅L
Tensile force per unit lenght
L= ∫ p⋅sin ( θ )⋅r⋅L⋅dθ T
θ=0 T u=
π L p
σ⋅s⋅L
L ∫ sin ( θ )⋅dθ T u=
L s
θ=0 T u=σ⋅s
L⋅[ c os ( θ )|0π ] and with
p⋅r
L⋅[ 1−(−1 ) ] σ=
s
L⋅[−2 ] p⋅r
T u= ⋅s
s
N
T u= p⋅r
p⋅r
L⋅[ 1−(−1 ) ] σ=
s
L⋅[−2 ] p⋅r
T u= ⋅s
s
T u= p⋅r
[]
N
m
stress (Pa )
pressure (Pa )
radious (m)
ss (m)
viding by the Young modulus, one Rate of change of the radius The rate of change o
ains the rate of change of the unit
ormation ring area of a semic
dr dε
dσ r dp =r⋅
= ⋅ dt dt dA dr
dt E⋅s dt = ⋅π⋅d
and with dt dt
r dp dε r dp and with
= ⋅ = ⋅
E⋅s dt dt E⋅s dt dr r 2 dp
h the unit deformation dr r dp = ⋅
=r⋅ ⋅ dt E⋅s dt
dt E⋅s dt
dA r 2 dp
=ε
s
dr r 2 dp
= ⋅
dt E⋅s dt
dt
= (E⋅s dt )
⋅ ⋅π⋅d
r dp and
= ⋅
E⋅s dt d2
1 dA 4 dp
A dt
= ( )
⋅ ⋅π
E⋅s dt
1 dA d dp
( )
d
1 dA 4 dp
= ⋅ ⋅π
A dt E⋅s dt
1 dA d dp
= ⋅
A dt E⋅s dt
√
K
ρ
a= (B-12)
K d
1+ ⋅
E e
Return to Index
mpressible liquid
1)
Nomenclature
2 of 8
3 of 8
(13 . 5.6 ) (B-2) --> [1], (13,5,6)
ity of the
ction of
iquid
4 of 8
dn
dq
p q
s
dn =r * dq
p
p * sin(q)
q
5 of 8
and
d2
1 dA 4 dp
A dt
= ( )
E⋅s dt
1
⋅ ⋅π⋅d⋅ 2
π⋅
d
4
1 dA d dp
( )
d
1 dA 4 dp 1
= ⋅ ⋅π⋅d⋅ 2
A dt E⋅s dt d
π⋅
4
1 dA d dp
= ⋅ ( B-3 )
A dt E⋅s dt
(13 .5 . 7 )
(b-3) --> [1], (13,5,7)
6 of 8
30.05.2016
8 of 8
C. Method of characteristics
Resume
∂v 1 ∂ p f⋅v⋅|v|
L1= + +g⋅sin ( θ ) + =0 [ A-7 ]
∂t ρ ∂x 2⋅d
(13 .5 . 3 )
and the continuity equation was designated as L2 , equation (B-13)
dp 2 ∂v
L2= + ρ⋅a ⋅ =0 (B-13 )
dt ∂x
( 13 .5 . 12 )
The L1 and L2 equations have two unknowns: "v" and "p". These equations can be "
combined using an unknown multiplier l , as follows
L=L1+ λ⋅L 2 Eq .( L)
It will be shown that any two different real values of l generate two equations
in "v" and "p" containing all the physics of the original equations L1 and L2 and
also can replace any solution.
(C-1)
dv dx
is the total derivative , if λ⋅ρ⋅a 2=
dt dt
dv
Evaluation of
dt
dv ∂ v dx ∂ v
= ⋅ +
dt ∂ x dt ∂t
so, if
dx 2
dt
dv ∂ v dx ∂ v
= ⋅ +
dt ∂ x dt ∂t
so, if
dx
=λ⋅ρ⋅a2
dt
dv ∂ v ∂v
= ⋅λ⋅ρ⋅a2 + ( C-2)
dt ∂ x ∂t
Equations ( C-2 ) and ( C-3 ) are both correct, Replacing the total derivatives
dx ∂v ∂ v dv
if in both cases has the same value. ⋅ρ⋅a 2⋅λ + =
dt ∂x ∂t dt
and
Thus, it must be accomplish that
1 ∂ p ∂ p dp
dx ⋅ + =
=λ⋅ρ⋅a2 (C-4) a ρ⋅λ ∂ x ∂ t dt
dt in equation (C-1)
and also ∂v ∂v 1 ∂p
dx 1
= (C-4) b (
L= ⋅ρ⋅a 2⋅λ +
∂x ∂t) (
+ λ⋅ ⋅
ρ⋅λ ∂ x
dt ρ⋅λ one obtains
thus dv dp f⋅v⋅|v|
1 +λ⋅ +g⋅sin ( θ )+ =0
λ⋅ρ⋅a 2= ( C-4) dt dt 2⋅d
ρ⋅λ 1
and with λ=±
and ρ⋅a
1 the equation for L becomes
λ2 = 2 2 f⋅v⋅|v|
ρ ⋅a dv 1 dp
L= ± ⋅ +g⋅sin ( θ ) +
1 2 dt ρ⋅a dt 2⋅d
λ=2
( )
ρ⋅a
subject to the conditions of equatio
Thus dv 1 dp f⋅v⋅|v|
1 the equation for L becomes
λ2 = f⋅v⋅|v|
ρ2⋅a2 dv 1 dp
L= ± ⋅ +g⋅sin ( θ ) +
1 2 dt ρ⋅a dt 2⋅d
2
λ= ( )
ρ⋅a
subject to the conditions of equatio
Thus dv 1 dp f⋅v⋅|v|
1 + ⋅ +g⋅sin ( θ ) + =0
λ=± (C-5) dt ρ⋅a dt 2⋅d
ρ⋅a dv 1 dp f⋅v⋅|v|
− ⋅ +g⋅sin ( θ ) + =0
(13 .6 .1 ) dt ρ⋅a dt 2⋅d
Since the equation (C-6) is only valid when the equation (C-5) is satisfied,
it is convenient to represent the solution as a graph of "x" vs "t".
It is considered the case of a system with a pipe that runs from the origin
"O", upstream, down to the discharge point.
It is denoted by "x" a point somewhere along the pipe and "t" the time
in which the dependent variables "v" and "p" are determined.
Section AP
The graphic represents two points, "A" and "B" , along the pipe, separed
by a distance 2*Dx, valid for a time "t".
Consider that the conditions are known in the point "A" (v A, pA, xA and t
then the equation (C-6) , with a positive slope
dv 1 dp f⋅v⋅|v| +
+ ⋅ +g⋅sin ( θ ) + =0 (C )
dt ρ⋅a dt 2⋅d
is valid throughout the AP line or an extension of it.
This line, with the "+" sign, is called the equation "C + "
The slope of the curve APΔtis =
1
Δx a
where "a" is the speed of a sound wave in the pipe.
Section AP
The equation (C-6 ), for the case of the + sign (section AP), is
dv 1 dp f⋅v⋅|v|
+ ⋅ +g⋅sin ( θ )+ =0 Eq . C+
dt ρ⋅a dt 2⋅d
multiplying by ρ⋅a⋅dt
dv 1 dp f⋅v⋅|v|
⋅ρ⋅a⋅dt + ⋅ ⋅ρ⋅a⋅dt+g⋅sin ( θ )⋅ρ⋅a⋅dt+ ⋅ρ⋅a⋅dt=0
dt ρ⋅a dt 2⋅d
f⋅v⋅|v|
ρ⋅a⋅dv+dp+g⋅sin ( θ )⋅ρ⋅a⋅dt+¿ ρ⋅a⋅dt⋅ =0
2⋅d
and considering that
a⋅dt=dx
f⋅v⋅|v|
ρ⋅a⋅dv+dp+g⋅sin ( θ )⋅ρ⋅a⋅dt+¿ ρ⋅dx⋅ =0
2⋅d
integrating from point A to P
P P P P
f⋅v⋅|v|
∫ ρ⋅a⋅dv+∫ dp+∫ g⋅sin ( θ )⋅ρ⋅dx+∫ ρ⋅dx⋅2⋅d =0 (C-8 )
A A A A
An assumption has to be made to allow the Additionaly, the frictio
P
integration of ∫ v⋅|v|⋅dx the velocity v is an un
A Reynolds number Re
Between points A and P, the velocity will change an unknown.
from a value v A to a value v P . To be able fo perform
the integration, some assumptions need to be made.
It is to be noted, that b
a) The velocity is assumed to have a constant value are razonable exact fo
equal to v A . In this case, the integration becomes Both aproches are use
P and reference [ 2] uses
∫ v⋅|v|⋅dx=Δx⋅|v A|⋅v A (C-9) (C-10), produces, nat
A
in the final result.
b) The product of the velocities is assumed to have
a value |v A|⋅v P . In this case, the integration becomes
P
Section BP
dv 1 dp f⋅v⋅|v|
− ⋅ +g⋅sin ( θ ) + =0 (C−)
dt ρ⋅a dt 2⋅d
dv 1 dp f⋅v⋅|v|
− ⋅ +g⋅sin ( θ ) + =0 (C−)
dt ρ⋅a dt 2⋅d
Equation C+ section A to P
Replacing equation
pP− p A=ρ⋅g⋅( H P− H A )− ρ⋅g⋅Δx⋅sin ( θ )
(C-15)
into equation
ρ⋅Δx⋅f⋅|v A|⋅v A
ρ⋅a⋅( v P−v A ) + ( p P−p A ) +ρ⋅g⋅sin ( θ )⋅Δx+ =0 (C-8)
2⋅d
one obtains
ρ⋅a⋅( v P−v A ) + ( ρ⋅g⋅( H P−H A ) −ρ⋅g⋅Δx⋅sin ( θ ) )+
ρ⋅Δx⋅f⋅|v A|⋅v A
+ρ⋅g⋅sin ( θ )⋅Δx+ =0
2⋅d
ρ⋅Δx⋅f⋅|v A|⋅v A
ρ⋅a⋅( v P−v A ) +ρ⋅g⋅( H P− H A ) + =0
2⋅d
+
The equation C from A to P is Equations for the piezometric h
a Δx⋅f⋅|Q A|⋅Q A
H P=H A− ⋅( Q p - Q A )− (C-16 ) H P=H A−B⋅( Q p - Q A ) -R⋅|Q A|⋅Q A (
g⋅A p 2⋅g⋅d⋅A 2p
H P =H B +B⋅( Q p - Q B ) +R⋅|Q B|⋅Q B (
In a similar way, the equation C− from B to P is
Δx⋅f⋅|QB|⋅QB Note. In the deduction, the following
a
H P=H B + ⋅( Q p - Q B ) + (C-17 ) integral was used
g⋅A 2⋅g⋅d⋅A 2p
Defining
a
B= (C-17a ) This approximation, razonable enoug
g⋅A p
and
In equal form, the evaluation could h
f⋅Δx
R= (C-17b )
2⋅g⋅d⋅A 2p
one obtains for AP which is the form Streeter [1] uses
H P=H A−B⋅( Q p - Q A ) -R⋅|Q A|⋅Q A (for C+ ) (C-18 )
and for BP H P=H A−B⋅( Q p - Q A ) -R⋅|Q A|⋅Q
H P=H B +B⋅( Q p - Q B ) +R⋅|Q B|⋅Q B (for C− ) (C-19 )
In these set of equations, the approximation H P=H B +B⋅( Q p - Q B ) +R⋅|Q B|⋅Q
of equation (C-9 ) has been used .
todetrmine
cdotacdotlef(vrSub{size8{P} -vrSub{size8{B} right)-left(prSub{size8{P} -prSub{size8{B} right)+ρcdotgcdot sinleft(θright)cdotΔx+{ ρcdotΔxcdotfcdotlinevrSub{size8{B} rlinecdotvrSub{size8{B} over{2cdot } =0Eq . left(C−13right){}# \(13 .6 5\) {} {
L=L1+λ⋅L2 Eq . ( L)
hese equations can be "
∂v 1 ∂ p f⋅v⋅|v|
L 1= + +g⋅sin ( θ ) + =0 ( A−7)
∂t ρ ∂ x 2⋅d
(13 .5. 3)
te two equations
∂p ∂v
ons L1 and L2 and L 2= + ρ⋅a2⋅ =0 (B−13)
∂t ∂x
(13 .5. 12)
(13 .5. 3)
∂p ∂v
L 2= + ρ⋅a2⋅ =0 (B−13)
∂t ∂x
(13 .5. 12)
∂v 1 ∂ p f⋅v⋅|v| ∂p ∂v
L= +
∂t ρ ∂ x
+g⋅sin ( θ )+
2⋅d
+λ⋅
∂t (
+ρ⋅a2⋅ =0
∂x )
∂v 1 ∂ p f⋅v⋅|v| ∂ p ∂v
+ +g⋅sin ( θ ) + +λ⋅ +λ⋅ρ⋅a2⋅ =0
∂t ρ ∂x 2⋅d ∂t ∂x
∂v 2 ∂v 1 ∂ p ∂ p f⋅v⋅|v|
⋅ρ⋅a ⋅λ+ + +λ⋅ +g⋅sin ( θ ) + =0
∂x ∂t ρ ∂x ∂t 2⋅d
∂v ∂v 1 ∂p ∂ p f⋅v⋅|v|
(∂x
⋅ρ⋅a 2⋅λ+ + λ⋅ ⋅ +
∂t ) (
ρ⋅λ ∂ x ∂ t
+g⋅sin ( θ ) + )
2⋅d
=0
(C-
the total derivatives That is, there were found two real,
∂ v dv values for the constant
λ+ = the two PDE in a system of two ODE
∂t dt
the conditions of equation (C-5)
∂ p dp Water hammer ODE equations
=
∂ t dt
dv 1 dp f⋅v⋅|v|
n (C-1) L= ± ⋅ +g⋅sin ( θ ) + =0
∂v 1 ∂p ∂p f⋅v⋅|v| dt ρ⋅a dt 2⋅d
⋅a 2⋅λ +
∂t ) (
+ λ⋅ ⋅ +
ρ⋅λ ∂ x ∂ t )
+g⋅sin ( θ ) +
2⋅d
=0 subject to the conditions
s 1
λ=±
f⋅v⋅|v| ρ⋅a
+g⋅sin ( θ )+ =0
2⋅d Replacing (C-5 ) in (C-4 )b
1 dx 1 1
λ=± (C-5 ) = =
ρ⋅a dt ρ⋅λ 1
on for L becomes
dp
⋅ +g⋅sin ( θ ) +
f⋅v⋅|v|
=0 (C-6 )
( )
ρ⋅ ±
ρ⋅a
⋅a dt 2⋅d dx
=±a
the conditions of equation ( C-5) dt
dp f⋅v⋅|v| +
1
on for L becomes
dp
⋅ +g⋅sin ( θ ) +
f⋅v⋅|v|
=0 (C-6 )
( )
ρ⋅ ±
ρ⋅a
⋅a dt 2⋅d dx
=±a
the conditions of equation ( C-5) dt
dp f⋅v⋅|v|
+g⋅sin ( θ ) + =0 (C + )
dt 2⋅d
dp f⋅v⋅|v|
+g⋅sin ( θ ) + =0 (C−)
dt 2⋅d
(C-4) --> [1], (13,6,1)
(C-6) --> [1], (13,6,3) (C-7) --> [1], (13,6,2)
C-5) is satisfied,
" vs "t".
s from the origin
e pipe, separed
|
⋅ρ⋅a⋅dt=0
0 (C-8 )
dditionaly, the friction factor has to be approximate as a constant, since
e velocity v is an unknow variable and therefore is also unknown the
eynolds number Re = f( v,d,ν ). So the friction factor f=f (Re,Rrel) is
n unknown.
(C-8)
(C-8)
(C-9)
vA
=0
(C-11)
(13.6.4) Valid for C+
(C-11) --> [1], (13,6,4)
t along the tube .
Section BP
The equation (C-6 ), for the case of the - sign (section BP), is
dv 1 dp f⋅v⋅|v|
− ⋅ +g⋅sin ( θ ) + =0 Eq . C−
dt ρ⋅a dt 2⋅d
multiplying by ρ⋅a⋅dt
dv 1 dp f⋅v⋅|v|
⋅ρ⋅a⋅dt − ⋅ ⋅ρ⋅a⋅dt +g⋅sin ( θ )⋅ρ⋅a⋅dt + ⋅ρ⋅a⋅dt=0
dv 1 dp f⋅v⋅|v|
− ⋅ +g⋅sin ( θ ) + =0 Eq . C−
dt ρ⋅a dt 2⋅d
multiplying by ρ⋅a⋅dt
dv 1 dp f⋅v⋅|v|
⋅ρ⋅a⋅dt − ⋅ ⋅ρ⋅a⋅dt +g⋅sin ( θ )⋅ρ⋅a⋅dt + ⋅ρ⋅a⋅dt=0
dt ρ⋅a dt 2⋅d
f⋅v⋅|v|
ρ⋅a⋅dv−dp+g⋅sin ( θ )⋅ρ⋅a⋅dt +¿ ρ⋅a⋅dt⋅ =0
2⋅d
and considering that
a⋅dt=dx
f⋅v⋅|v|
ρ⋅a⋅dv−dp+g⋅sin ( θ )⋅ρ⋅a⋅dt +¿ ρ⋅dx⋅ =0
2⋅d
integrating from point A to P
P P P P
f⋅v⋅|v|
∫ ρ⋅a⋅dv−∫ dp+∫ g⋅sin ( θ )⋅ρ⋅dx+∫ ρ⋅dx⋅2⋅d =0 (C-12 )
A A A A
on of equation
0 (C-12)
o point B
⋅v B
=0
(C-13)
⋅v B
=0
(C-13) Valid for C-
(C-13) --> [1], (13,6,5)
(13.6.5)
nt along the tube.
dividing by ρ⋅g
ρ⋅a ρ⋅g ρ⋅Δx⋅f⋅|v A|⋅v P
⋅( v P−v A) + ⋅( H P−H A ) + =0
ρ⋅g ρ⋅g ρ⋅g⋅2⋅d
a Δx⋅f⋅|v A|⋅v P
⋅( v P−v A ) + ( H P−H A ) + =0
g g⋅2⋅d
a Δx⋅f⋅|v A|⋅v A
H P=H A− ⋅( v P−v A ) −
g 2⋅g⋅d
and with
Qp QA Qp QA
v P= and v A= , v P−v A = -
Ap Ap Ap Ap
1
v P−v A = ⋅( Q p - Q A)
Ap
a Δx⋅f⋅|Q A|⋅Q A
H P=H A− ⋅( Q p - Q A )− 2
(C-16 )
g⋅A p 2⋅g⋅d⋅A p
(13. 6 .7 )
Equation C + for A to P
ns for the piezometric height of interior points
B +B⋅ Q p -
( Q B ) +R⋅|Q B|⋅Q P ( for C− ) (C-19 )b (C-19)b ([1]_13.6.10)
Rev. cjc. 23.10.2015
1 of 15
2 of 15
3 of 15
7)
.5. 3)
.5. 12)
.5. 3)
.5. 12)
∂v
⋅a2⋅ =0
∂x )
2 ∂v
⋅ =0
∂x
v⋅|v|
=0
d
f⋅v⋅|v|
θ)+ =0
2⋅d
(C-1 )
4 of 15
⋅v⋅|v|
=0
⋅d
(C-1)
(C-3)
5 of 15
DE equations
f⋅v⋅|v|
+g⋅sin ( θ ) + =0 (C-6)
2⋅d
nditions
(C-5 )
in (C-4 )b
(C4 )c
1
ρ⋅a )
(C-7 )
(13 . 6 . 2)
1
ρ⋅a )
(C-7 )
(13 . 6 . 2)
6 of 15
=a (C-7)
lope of the segment BP is
1
=−
a
7 of 15
8 of 15
is
C-10),
r
nce
9 of 15
10 of 15
tion BP), is
|
⋅ρ⋅a⋅dt=0
|
⋅ρ⋅a⋅dt=0
0 (C-12 )
11 of 15
12 of 15
13 of 15
− H A )− ρ⋅g⋅Δx⋅sin ( θ )
(C-15)
(13. 6 . 6 )
14 of 15
3 . 6 .7 )
P
15 of 15
In reference [1],
(C-4) -> [1], (13.6.1)
(C-4)a -> [1], (13.6.1)
(C-4)b -> [1], (13.6.1)
(C-6) -> [1], (13.6.3)
(C-7) -> [1], (13.6.2)
D. Interior points
Resume
D.1. Flow rate of an interior point
Interior points
C P , I =H I-1 +B⋅Q I −1
D.2. Piezometric height of an interior point B P , I =B+R⋅|Q I−1|
Piezometric heightr at a point P at a position I C M , I =H I +1 −B⋅QI +1
and at a time t B M , I=B+R⋅|Q I +1|
H P , I =C P , I −B P, I⋅Q P , I ( D−8 ) H P,I=C M , I +B M , I⋅QP
Knowing the data of the previous point (I-1) C P , I −C M , I
QP , I =
and of the posterior point ( I +1), the values of B M , I +B P , I
CP,I , BP,I , CM,I and BM,I can be calculated. H P , I =C P−B P , I⋅Q P ,
P
t+Dt
C+ C-
t Dx Dx
A B
x
I-1 I I+1
Figure 1. x - t graphic
ometric height at an interior point Knowing the data of the previous point
and of the posterior point ( I +1), the va
height can be found from equation of CP , BP , C M and B M can be calculate
=C M , I +B M , I⋅QP , I ( D−6 )
C P , I −C M , I The solution of the equations (D-3 )
= (D-7 )
B M , I +B P , I and (D-6 ) are
C P ,I −C M , I
QP , I = (D
B M ,I +B P ,I
( D−2) H P ,I =C P−B P , I⋅Q P , I (D−8
P , I =B+R⋅|Q I−1|
( D−5 ) This procedure can be used in the
M , I =B+R⋅|Q I +1|
calcualtion of all interior sections.
B M ,I +B P ,I
( D−2) H P ,I =C P−B P , I⋅Q P , I (D−8
P , I =B+R⋅|Q I−1|
( D−5 ) This procedure can be used in the
M , I =B+R⋅|Q I +1|
calcualtion of all interior sections.
2 of 5
3 of 5
⋅Q ( Tprev , Hright )
rev , Hright )
4 of 5
equations (D-3 )
(D-7 )
P,I (D−8 )
be used in the
terior sections.
P,I (D−8 )
be used in the
terior sections.
5 of 5
E. Initial conditions
f⋅Δx
R= (C-17b)
2⋅g⋅D⋅A 2p
(
L
2⋅g⋅D⋅A p 2 0
(
L
2⋅g⋅D⋅A p 2 0
2
ΔH v_0 : initial pressure loss at the valve H res =Q0⋅
f⋅
D ( )
+
1
2
2 2⋅g⋅A p 2⋅
Q0
ΔH v_0= 2
( E−13 ) thus
2⋅g⋅CV 0
2 H res
where CV 0 is the effective valve Q0 =
L
opening area at the initial time t0 f⋅
D ( )+
1
2⋅g⋅A 2p 2⋅g⋅CV
E.2. Initial piezometric height at the valve inlet E.3. Initial flow rate
The initial flow rate ( time t = 0 ) is
Initial piezometric height at the valve
√
Q20 H res m3
H v_0 = ( E-13 ) Q0 = (
2⋅g⋅CV 02 L s
f⋅( ) +1
D
2⋅g⋅A 2p 2⋅g⋅CV 02
√
quation (E-14 ), H res m
3
Q0= (
Q20 Q20
=f⋅( )(
L
⋅ +
)
D 2⋅g⋅A p 2⋅g⋅CV 02
2
f⋅
L
( ) +1
D
2 2
s
2⋅g⋅A p 2⋅g⋅CV 0
( )
L
2
=Q0⋅
( ) +1
f⋅
D The initial flow rate ( time t = 0 ) is
2⋅g⋅A2p 2⋅g⋅CV 02
√
H res m
3
Q0 = ( E−15)
L s
f⋅( ) +1
D
H res 2⋅g⋅A 2p 2⋅g⋅CV 02
L
⋅( ) +1
D
2⋅g⋅A 2p 2⋅g⋅CV 02
( time t = 0 ) is
m3
( E−15)
s
⋅CV 02
valve opening
he initial time t0
2 of 7
m) (E-5 )
t the valve
(mwc) ( E-6 )
3 of 7
Replacing equation
Q0
v v_0= ( E-12 )
CV 0
into equation
v 2v_0
Hv_0 = ( E-9 )
2⋅g
one gets
into equation
v 2v_0
Hv_0 = ( E-9 )
2⋅g
one gets
2
Q0
H v_0 = ( E-13 )
2⋅g⋅CV 02
4 of 7
Nomenclature
= 0 ) is H res : Reservoir height
ΔHfr =Pipe friction loss
ΔHv =Valve pressure loss
3 H kin_v =Kinematic pressure at valve
m
( E−15) H kin_p =Kinematic pressure in pipe
s H res =ΔHfr + ΔH v
Q0 : initial flow rate ( m3 / s )
A p : pipe secction area ( m² )
ΔH: pressure loss (mwc)
f: Darcy-Weisbach friction coefficient
L: pipe length (m)
d: pipe inside diameter (m)
V v : initial velocity at the valve (m/s)
0
5 of 7
f⋅Δx
ΔHseg_0 R= (C-17b)
2⋅g⋅D⋅A 2p
ric height at
Initial piezometric height at a node I is
⋅Q20 ( E-19) H ( I )0 = H res - ( I-1 )⋅R⋅Q20 ( E-19)
ric height at
Initial piezometric height at a node I is
⋅Q20 ( E-19) H ( I )0 = H res - ( I-1 )⋅R⋅Q20 ( E-19)
t at a node I
⋅Q20 ( E-19)
6 of 7
e
(E-20 )
7 of 7
F. Reservoir boundary conditionsl conditions
Resume
H P .1 −H 2 + B⋅Q2
Q P ,1 = (F-4 )b where the index P indicates any new point and t
B +R⋅|Q 2| index 1 indicates the reservoir node I=1
Reservoir
i=1
Replacing equation
C M =H I +1 +R⋅|QI +1|⋅QI +1 - B⋅QI +1 (F-2)
into equation for C−
(C-19) H P , I =C M +B⋅Q P ,I (for C− ) (F-3)
one obtains
H P , I =H I +1 +R⋅|QI +1|⋅Q I +1 - B⋅Q I +1 +B⋅Q P,I
At the boundary, I = 1 .
H P , 1= H 1+1 +R⋅|Q 1+1|⋅Q1+1 - B⋅Q1+1 +B⋅QP ,1
one obtains
H P , I =H I +1 +R⋅|QI +1|⋅Q I +1 - B⋅Q I +1 +B⋅Q P,I
At the boundary, I = 1 .
H P , 1= H 1+1 +R⋅|Q 1+1|⋅Q1+1 - B⋅Q1+1 +B⋅QP ,1
H P , 1= H 2 +R⋅|Q2|⋅Q2 - B⋅Q2 +B⋅Q P ,1
( F-1)
and
B⋅Q P,1 =H P, 1 - H 2 + B⋅Q2 −R⋅|Q2|⋅Q2
Thus, the equation for the flow rate at the
(F-2) reservoir boundary is
H P ,1 - H 2 + B⋅Q2−R⋅|Q2|⋅Q2
QP ,1= ( F-4)
( F-3) B
+B⋅QP ,I −
(for C ) (F-3)b ∫ v⋅|v| dx=Δx⋅|v A|⋅v P
A
was used
Rev. cjc. 23.10.2015
1 of 5
ht at the reservoir
time t ) ( E-20)
2 of 5
i=1 i=2
3 of 5
-2)
F-3)
1
I
( F-4)
4 of 5
5 of 5
= 1.
1+1|⋅Q P ,1 - B⋅Q 1+1 +B⋅Q P ,1
Q P ,1 - B⋅Q2 +B⋅QP ,1
=R⋅|Q2|⋅Q P ,1 +B⋅Q P,1
,1 =H P ,1 −H 2 + B⋅Q 2
H P ,1 −H 2 + B⋅Q2
mation of equation
for the flow rate at the
is
B⋅Q2
( for C− ) (F-4 )b
mation of equation
|⋅v P (C-10)
G. Valve boundary conditions
Resume
√ 2
QP ( NS)=−g⋅CV 2⋅B P + ( g⋅B P⋅CV 2 ) +CV 2⋅2⋅g⋅C P ( G-4 )
C P =H N + B⋅QN ( G−5 )
B P =B+ R⋅|Q N| (G−6 )
HP(NS)=Cp-Bo*Qp,NS (G-3)
QP(NS)=-g*CV^2*BP + (( g*BP*CV^2 )^2+CV^2*2*g*CP ) (G-4)
CP =HN + B*QN (G-5)
BP=B+R*abs(QN) (G-6)
Return to Index
√ 2
QP ( NS)=−g⋅CV 2⋅( B+R⋅|Q N|) + ( g⋅( B+R⋅|Q N|)⋅CV 2 ) +2⋅g⋅CV 2⋅( H N +B⋅Q N )
(G
H P,NS=( H N +B⋅Q N )− ( B+R⋅|QN|)⋅Q P, NS (G−8 )
2
√
QP ( NS)=−g⋅CV ⋅( B P) + ( g⋅( BP )⋅CV 2 2
) +2⋅g⋅CV 2⋅( C P ) (G-7 )a
At the valve
I = NS
and
I-1 = Ns-1 =N
Eq .( D-1) becomes
C P , NS=H N +B⋅Q N (D−1 NS)
and Eq .(D-2 ) becomes
B P , NS =B+R⋅|Q N| ( D−2 NS )
mpact form Replacing equations (G-5 ) and (G-6) into (g-4) and (G-
one equation expressions for the flow rate and for the piez
CP (G-4 ) at the valve
Q P( NS )=−g⋅CV 2⋅( B+R⋅|Q N|) +
(G−3)
√ 2 2
+ ( g⋅( B+R⋅|QN|)⋅CV ) +2⋅g⋅CV 2⋅( H N +B⋅QN ) (G-7
(G−5 )
H P,NS=( H N +B⋅Q N ) −( B+R⋅|QN|)⋅Q P, NS (G−8
(G−6 )
C P , I =H I-1+B⋅Q I −1 ( D−1)
B P , I =B+R⋅|Q I−1| (D−2 )
(G-3)
H P,I=C P , I −B P, I⋅Q P , I for C + ( D−3)
(G-4)
(G-5)
C M , I =H I +1 −B⋅QI +1 ( D−4 )
(G-6)
B M , I=B+R⋅|Q I +1| ( D−5)
H P,I=C M , I +B M , I⋅QP , I (D−6 )
C P , I −C M , I
QP , I = (D-7 )
B M , I +B P , I
H P , I =C P , I −B P, I⋅Q P , I ( D−8 )
Rev. cjc. 23.10.2015
1 of 7
2
⋅( H N +B⋅Q N )
(G-7 )
P ) (G-7 )a
(G−8)a
2 of 7
3 of 7
−1 ( D−1)
| (D−2 )
Q P , I for C + ( D−3)
QI +1 ( D−4 )
| ( D−5)
⋅QP , I (D−6 )
QI +1 ( D−4 )
| ( D−5)
⋅QP , I (D−6 )
(D-7 )
⋅Q P , I ( D−8 )
The constants B and R are
e flow rates a
B=
d of the g⋅A p
and
HI-1 and f⋅Δx
R=
s time are known . 2⋅g⋅d⋅A 2p
4of7
where
C P , NS=H N +B⋅Q N (D−1 NS)
B P , NS =B+R⋅|Q N| ( D−2 NS )
C M =H I +1 −B⋅QI +1 ( D−4 )
B M =B+R⋅|Q I +1| ( D−5 )
and the values of the flow rates
QI −1 and Q I +1 and of the
piezometric heights HI-1 and
H I +1 at the previous time are known .
5 of 7
6 of 7
In reference [1],
(G-1) -> [1], (13.7.1)
(G-3) -> [1], (13,7.3)
(G-4) -> [1], (13,7.2)
(G-5) -> Eq. (D-1) evaluaterd at (I-1)=N
(G-6) -> Eq. (D-2) evaluaterd at (I-1)=N
7 of 7
N +B⋅Q N ) (G-7 )
NS (G−8)
( D−1)
(D−2 )
( D−3)
( D−4 )
( D−5)
(D−6 )
(D-7 )
( D−8 )
This annex does not correspond to the theory of the method of characteristics and only de
acteristics and only develops the relationship between time and the opening of the valve in the example 13.9 Streete
]
43 43.00 9 0.000000
44 44.00 9 0.000000 0.07
45 45.00 10 0.000000
46 46.00 10 0.000000 0.06
47 47.00 10 0.000000
2) 48 48.00 10 0.000000 0.05
49 49.00 10 0.000000
50 50.00 11 - 0.04
ix is the 0.03
0.02
s CVA(1)
0.01
0
he times t = 0 0.00 10.00
Rev. cjc. 23.10.2015
1 of 1
n the example 13.9 Streeter [1].
Application
DCV = 5
T= 1
K= Int(T/DCV) + 1
K= 1
T - (K-1) =
T= 1
K= 1
T - (K-1) = 1
CV = 0.054
DCV = 5
Elapsed Calculation CV =
time of parameter Cd*A
Row valve closure for CV (Interpolation)
number T Eq. (H-1) Eq. (H-2)
[s] K CV
0 0.00 1 0.06
1 1.00 1 0.054
2 2.00 1 0.048
3 3.00 1 0.042
4 4.00 1 0.036
5 5.00 2 0.03
cv
0.07
0.06
0.05
0.04
0.03
0.02
0.01
0
0.00 10.00 20.00 30.00 40.00 50.00 60.00
6.- Celerity Operating pressure
Water hammer. Joukovsky / Michaud
From sheet "2.- F. D. Table"
Celerity, critical time, and pressures Hres = 100
developed in a "sudden" and a "not L= 4800
sudden shutoff". D= 2
f= 0.022
1.- Input data a= 1200
N= 4
Operating flowrate DCV = 5
From sheet "2.- F. D. Table", Initial flow rate Q 0 Tmax = 50
Q = Q0 = 2.63 m /s 3
Pop = Hres / g
Pop = 10.2
Pipe data
Material: Carbon Steel
dn = 78 in
sch = STD -
L= 4800 m 100
Steel pipe elasticity module 4800
Et = 2,060,000 bar 2
Bulk modulus and density of water 0.022
K= 21,133 bar 1200
r= 1,000 kg/m³ 4
5
50
The resulting water hammer pressure for a closing time less then the crtitical time is
ptot_SS = 198.6 m.w.c.
To obtain a sudden closure in the routine, set in "sheet 1.- Input", the Divider-value to a high value.
For example, set Divider = 100
For this setting, the graphic form sheet 2b.- Graphic F-D. will show a maximum pressure a little
over 200 m.w.c.
From the valve opening graphic, for the setting Divider = 100, it is clear that the valve is practically
fully closed after 6 seconds.
Thus, we have a case of a sudden closure.
dn Schedule /Thickness
in For
1/ 2 5 t=
3/ 4 10
1 20 Bulk modulus "K" of water [bar], a
1 1/ 2 30 Temperature ºC
2 40 0
3 60 20202
4 80 Schedules http://www.mhhe.com/engcs/civil/f
5 100
6 120
8 140
10 160
12 STD
14 XS
16 XXS
18 6.35
20 7.14
22 7.92
24 8.74
26 9.53
28 10.31
30 11.13
32 11.91 Thicknesses
34 12.7
36 14.27
38 15.88
40 16.66
42 17.48
44 19.05
46 22.23
48 25.4
54
60
66
72
78
84
90
96
102
108
120
144
Return to Index
Pipe dimensions
di = c
m Pipe_Imp_CS_Dint_dn_sch a
m di = #VALUE! mm K d
m Streeter uses a diameter of 2000 mm
1
E t s
- To mantain the input data unchanged, let
m/s di = 2000 mm a : celerity (wave velocity) (m/s)
- s= Pipe_Imp_CS_Thickness_dn_sch c: speed of sound (m/s)
s s= #VALUE! mm d: inside pipe diameter (mm)
s s: minimum wall thickness (mm)
Pipe section area K: water bulk modulus (bar)
bar A= (pi()/4)*d^2 a=
d= 2.0 m c=
A= 3.1416 m2 K=
Et =
Fluid velocity d=
v= Q/A s=
Q= 2.63 m3/s a=
A= 3.1416 m2 The value of the celerity used by Streeter exa
v= 0.84 m/s a=
instead of the here calculated value.
Speed of sound in water To mantain Streeter imput data unchanged, t
c (K / r )^0.5 value used for the celerity wil be
K= 2.1E+09 Pa a=
r= 1000 kg/m³
c= 1453.7 m/s
2⋅L⋅Δv
hNSS =
Opened area [cm²]
g⋅Δτ
ue to a high value. Δv 2⋅L Open area as function
⋅ 700
g⋅¿ Δτ
essure a little a⋅Δv 2⋅L 600
⋅
g⋅¿ a⋅Δτ 500
a⋅Δv 400
h NSS=¿hNSS =¿ =h SS
g 300
2⋅L 200
h NSS=h SS⋅
a⋅Δτ 100
g⋅¿ Δτ
Open
a⋅Δv 2⋅L 600
⋅
g⋅¿ a⋅Δτ 500
a⋅Δv 400
alve is practically h NSS=¿hNSS =¿ =h SS
g 300
2⋅L 200
h NSS=h SS⋅
a⋅Δτ 100
2⋅L 1
h NSS=h SS⋅ ⋅ 0
0 1 2 3 4
a Δτ Elapsed time
with
2⋅L
τc=
a
1
h NSS=h SS⋅τ c⋅
Δτ
τc
h NSS=h SS⋅
Δτ
10 ªC
c
K d
1
E t s
elerity (wave velocity) (m/s)
eed of sound (m/s)
ide pipe diameter (mm)
nimum wall thickness (mm)
ater bulk modulus (bar)
c / (1 + (K/Et) * (d/s) )^(0.5)
1453.7 m/s
2.1E+09 Pa
2.1E+11 Pa
2000 mm
#VALUE! mm
#VALUE! m/s
value of the celerity used by Streeter example is
1200 m/s
ad of the here calculated value.
antain Streeter imput data unchanged, the
used for the celerity wil be
1200 m/s
2 of 3
essure developed due to valve
off in the time interval Dt > tc
pop + hNSS
0.0 bar
2.7 bar
2.7 bar
26.3 m.w.c.
3 of 3
√
H res
Q0 = ( E−15)
L
f⋅( )
D
+
1
2⋅g⋅A 2p 2⋅g⋅CV 02
also
R= (Hres - Hvalve_0) / (Q0 ^ 2 * N)
Hres = 100 m
Hvalve_0 = 98.11 m
Q0 = 2.63 m3/s
N= 4 -
R= 0.0682
H
Hres = 100 m Piezometric height at the
100.00
Piezometric height 99.90
99.80
I H(I)0 99.70
H(1) = Hre = 1 100.00 99.60
2 99.5276 99.50
3 99.0552 99.40
4 98.5829 99.30
5 98.1105 99.20
99.10
'2900 Initial values 99.00
Eq (E-19) 98.90
For I = 1 To NS 98.80
Q(I) = Q0 98.70
H(I) = Hres - (I - 1) * R * Q0 ^ 2 98.60
Next I 98.50
98.40
Initial flow rate 98.30
Q0 = 2.6320 m3/s 98.20
98.10
98.00
1 2
H(4) = 98.5829 Reservoir
Q(4) = 2.6320
Return to Index
Pipe area
Ap = (p/4) * D^2
essure loss D= 2 m
Ap = 3.141593 m²
2
2
⋅Q 0 (mwc ) ( E-4 )
⋅A p Segment lenght
Dx = L/N
* D * Ap^2 ) * Q02 L= 4800 m
N= 4
Dx = 1200 m
For I = 2 To N
CP = H(I - 1) + B * Q(I - 1) Eq(13.6.11a)
BP = B + R * Abs(Q(I - 1)) Eq(13.6.11b)
CM = H(I + 1) - B * Q(I + 1) Eq(13.6.12a)
BM = B + R * Abs(Q(I + 1)) Eq(13.6.12a)
QP(I) = (CP - CM) / (BP + BM) Eq(13.6.15)
HP(I) = CP - BP * QP(I) Eq(13.6.16)
Next I
a
B=
g⋅A p
and
f⋅Δx
R=
2⋅g⋅d⋅A 2p
Return to Index
Q(i) H(i) CP BP CM BM
( D-9) i
1 2.632 100.000 ----------- ------------ ------------ ------------
2 0.000 99.528 202.517 39.130 99.055 38.950
3 0.000 99.055 99.528 38.950 98.583 38.950
D-10 ) 4 0.000 98.583 99.055 38.950 98.110 38.950
5 0.000 98.110 ----------- ------------ ------------ ------------
QP(I) HP(I)
------------ ------------
1.325 150.667
0.012 99.055
0.012 98.583
------------ ------------
Valve Boundary Conditions
√ 2
QP ( NS )=−g⋅( Cd⋅A v )2⋅B P + ( g⋅B P⋅( C d⋅A v ) 2 ) + ( C d⋅A v )2⋅2⋅g⋅C P (G-4)
√ 2
Q P ( NS )=−g⋅( CV )2⋅B P + ( g⋅B P⋅( CV )2 ) + ( CV )2⋅2⋅g⋅C P (G-4 )a
C P =H N + B⋅Q N ( G−5 )
Hres = 100 m
L= 4800 m
D= 2 m
f= 0.022 -
a= 1200 m/s
N= 4 -
DCV = 5 s
Tmax = 50 s
CV0 = 0.06
Ap = 3.141593 m²
a
B=
g⋅A p
and
f⋅Δx
R=
2⋅g⋅d⋅A 2p
C P =H N + B⋅Q N ( G−5 )
B P =B+ R⋅|Q N| (G−6 )
√ 2
QP ( NS)=−g⋅CV 2⋅( B P) + ( g⋅( BP )⋅CV 2 ) +2⋅g⋅CV 2⋅( C P ) (G-7 )a
......................................... This conditions depend on the values of the Piezometric Height and flow
K=Int( T / DCV ) + 1
g⋅C P (G-4) K= Int(T/DCV)+1
for T = 0
K= 1
(G-4 )a
DCV = 5 s
T= 1
K= Int(T/DCV)+1
K= 1
example for
T= 1
Dx = L/N
L= 4800 m
N= 4 Bp =
Dx = 1200 m B=
R=
Q(N) =
R= f * Dx / ( 2 * g * D * Ap^2 ) Bp =
f= 0.022
Dx = 1200 Cp =
D= 2 H(N) =
Ap = 3.1416 B=
R= 0.06819 Q(N) =
Cp =
(H-1)
98.5829
2.6320
B + R * abs(Q(N))
38.95
0.06819
2.6320
39.1298
H(N) + B * Q(N)
98.5829
38.95
2.6320
201.10
Piezometric height
O.- Constant slope
For a horizontal pipe, that is for a pipe with a constant constant elevatio
if this elevation is defined with a value z = 0,
then the piezometric height "h" is equivalent to the static head h
That is, if the solution for the piezometric head of the case of constant e
the value of its the pressure will be p = g * h
If the ground level is not constant, the piezometric height will include a n
For the case shown in the figure, where the elevation of "point 2" is le
the static pressure in "point 2" will be increases in the value (z
18.06.2019
h
= Δz
(θ)
⋅sin ( θ )
acing
=ρ⋅g⋅( h P−h A ) −ρ⋅g⋅Δx⋅sin (θ )
(C-15)
(13.6. 6)
∂v 1 ∂ p f⋅v⋅|v|
+ +g⋅sin ( θ )+ =0 ( f )
∂t ρ ∂ x 2⋅d
A.-Continuity equation
( F-4)
tion
(C-9 )
Return to Index
H P,NS=( H N +B⋅Q
liquid
on will be
2 3
v v_0 The initial flow m /s rate (time t = 0 ) is
⋅ (mwc) ( E-7 )
2⋅g
√
2
v_0 H res
( mwc) ( E-8 ) Q0= ( E−15)
⋅g L
(mwc ) ( E-9 )
f⋅( ) +1
D
2⋅g⋅A 2p 2⋅g⋅CV 02
)0⋅v v_0 (E-10 ) f⋅Δx 2
ΔHp_0 = ⋅N⋅Q 0 (E-16)
(E-11 ) 2⋅g⋅D⋅A2p
)
v 0 ΔHp_0 = R⋅N⋅Q20 (E-17 )
(E-12 ) ΔHseg_0 = R⋅Q20 ( E−18 )
Initial piezometric height at a node I
metric height at the valve 2
H ( I )0 = H res - ( I-1 )⋅R⋅Q0 ( E-19 )
( E-13 ) H P,1= H res (at any time t ) E-20 )
CV 02 f⋅Δx
R= 2
C-17b )
0 2⋅g⋅D⋅A p
+ ΔH v_0 (E−14 ) H res− ΔH v_0
R= 2 (E-21)
N⋅Q0
eight and The equations ( F-3) and (F-4) obtained using
e the approximated equation (C-9 ), and the
( F-3)b equations (F-3)b and (F-4) b obtained using
the approximated equation (C-10 ) will give
(F-4)b the same result .
equation
(C-10)
HP(NS)=Cp-Bo*Qp,NS (G-3)
QP(NS)=-g*CV^2*BP + (( g*BP*CV^2 )^2+CV^2*2*g*CP ) (G-4)
CP =HN + B*QN (G-5)
BP=B+R*abs(QN) (G-6)
At the valve
I-1=N +1-1=N
At the valve
I-1=N +1-1=N
C P =H N + B⋅Q N (G−5 )
B P =B+ R⋅|Q N| (G−6 )
Replacing equations (G-5 ) and (G-6) into (g-4) and (G-3), one obtains
one equation expressions for the flow rate and for the piezometric height
at the valve
Q P( NS )=−g⋅CV 2⋅( B+R⋅|Q N|) +
√ 2 2
+ ( g⋅( B+R⋅|QN|)⋅CV ) +2⋅g⋅CV 2⋅( H N +B⋅QN ) (G-7 )
t the valve
−15)
16)
E-17)
E−18 )
de I
E-19 )
E-20 )
-17b )
E-21)
3 of 4
d using
he
using
give
(G-3)
(G-4)
(G-5)
(G-6)
4 of 4
one obtains
etric height
(G-7)
(G-8)
1 2 3 4 5 6 7 8 9 10 11 12 13 14
2
1 2 3 4 5 6 7 8 9 10 11
dn de thickness [in]
in in 6.35 7.14 7.92 8.74 9.53 10.31 11.13 11.91 12.70 14.27 15.88
54 54 6.35 7.137 7.925 8.738 9.525 10.31 11.13 11.91 12.7 14.27 15.88
60 60 6.35 - 7.925 - 9.525 - 11.13 - 12.7 14.27 -
66 66 6.35 - 7.925 - 9.525 - 11.13 - 12.7 14.27 15.88
72 72 6.35 - - - 9.525 - - - 12.7 - -
78 78 6.35 - - - 9.525 - - - 12.7 - -
84 84 6.35 - - - 9.525 - - - 12.7 - -
90 90 6.35 - - - 9.525 - - - 12.7 - -
96 96 6.35 - - - 9.525 - - - 12.7 - -
102 102 6.35 - - - 9.525 - - - 12.7 - -
108 108 6.35 - - - 9.525 - - - 12.7 - -
120 120 6.35 - - - 9.525 - - - 12.7 - -
144 144 - - - - 9.525 - - - 12.7 - -
1 2 3 4 5 6 7 8 9 10 11
dn de thickness [in]
in in 6.35 7.14 7.92 8.74 9.53 10.31 11.13 11.91 12.70 14.27 15.88
36 36 6.35 7.137 7.925 8.738 9.525 10.31 11.13 11.91 12.7 14.27 15.88
38 38 - - 7.925 8.738 9.525 10.31 11.13 11.91 12.7 14.27 15.88
40 40 - - 7.925 8.738 9.525 10.31 11.13 11.91 12.7 14.27 15.88
42 42 6.35 - 7.925 8.738 9.525 10.31 11.13 11.91 12.7 14.27 15.88
48 48 6.35 7.137 7.925 8.738 9.525 10.31 11.13 11.91 12.7 14.27 15.88
54 54 6.35 7.137 7.925 8.738 9.525 10.31 11.13 11.91 12.7 14.27 15.88
60 60 6.35 - 7.925 - 9.525 - 11.13 - 12.7 14.27 -
66 66 6.35 - 7.925 - 9.525 - 11.13 - 12.7 14.27 15.88
72 72 6.35 - - - 9.525 - - - 12.7 - -
78 78 6.35 - - - 9.525 - - - 12.7 - -
84 84 6.35 - - - 9.525 - - - 12.7 - -
90 90 6.35 - - - 9.525 - - - 12.7 - -
96 96 6.35 - - - 9.525 - - - 12.7 - -
102 102 6.35 - - - 9.525 - - - 12.7 - -
108 108 6.35 - - - 9.525 - - - 12.7 - -
120 120 6.35 - - - 9.525 - - - 12.7 - -
144 144 - - - - 9.525 - - - 12.7 - -
15 16 17 18 19 20 21 22 23 24 25
Return to Index
STD XS XXS 6.35 7.14 7.92 8.74 9.53 10.31 11.13 11.91
2.77 3.73 7.47 - - - - - - - -
2.87 3.91 7.82 - - - - - - - -
3.38 4.55 9.09 - - - - - - - -
3.56 4.85 9.7 - - - - - - - -
3.68 5.08 10.2 - - - - - - - -
3.91 5.54 11.1 - - - - - - - -
5.16 7.01 14 - - - - - - - -
5.49 7.62 15.2 - - - - - - - -
5.74 8.08 - - - - - - - -
6.02 8.56 17.1 - - - - - - - -
6.55 9.53 19.1 - - - - - - - -
7.11 11 22 - - - - - - - -
8.18 12.7 22.2 - - - - - - - -
9.27 12.7 25.4 - - - - - - - -
9.53 12.7 25.4 - - - - - - - -
9.53 12.7 - - - - - - - - -
9.53 12.7 - - - - - - - - -
9.53 12.7 - - - - - - - - -
9.53 12.7 - - - - - - - - -
9.53 12.7 - - - - - - - - -
9.53 12.7 - - - - - - - - -
9.53 12.7 - - - - - - - - -
9.53 12.7 - - - - - - - - -
9.53 12.7 - - - - - - - - -
9.53 12.7 - - - - - - - - -
9.53 12.7 - - - - - - - - -
9.53 12.7 - - - - - - - - -
9.53 12.7 - - - - - - - - -
9.53 12.7 - - - - - - - - -
9.53 12.7 - - - - - - - - -
9.53 12.7 - - - - - - - - -
9.53 12.7 - - - - - - - - -
9.53 12.7 - - - - - - - - -
9.525 - - 6.35 7.1374 7.9248 8.7376 9.525 10.3124 11.1252 11.91
9.525 - - 6.35 - 7.9248 - 9.525 - 11.1252 -
9.525 - - 6.35 - 7.9248 - 9.525 - 11.1252 -
9.525 - - 6.35 - - - 9.525 - - -
9.525 - - 6.35 - - - 9.525 - - -
9.525 - - 6.35 - - - 9.525 - - -
9.525 - - 6.35 - - - 9.525 - - -
9.525 - - 6.35 - - - 9.525 - - -
9.525 - - 6.35 - - - 9.525 - - -
9.525 - - 6.35 - - - 9.525 - - -
9.525 - - 6.35 - - - 9.525 - - -
9.525 - - - - - - 9.525 - - -
STD XS XXS
9.525
12 13 14 15 16
12 13 14 15 16
1. A tank supplying water by gravity through a pipe, with a valve at its lower end.
Required is the water hammer due to slow or fast closing of the valve.
The first case corresponds to the case discussed in this document, except that
it was not considered a pipe slope.
The problem has been solved in this way in order to be able to make a
comparison with the Streeter solution.
It needs an explanation, the fact thus the frequency of the resulting wave is not constant.
Is this a contradiction?
It could be that is only a result of the mathematical application.
Also, the result when applying a dividers greater than 100 has to be analyzed.
Return to Index
1.- Reservoir, inclined pipe and valve (case of not horizontal pipe)
Hres = 100 m
Figure 13.23_a
[1] Mecanica de Fluidos
Victor L.Streeter y E. Benjamin
Mc Graw Hill,
Octava edicion, (3era en español)
1988
[2] Fluid%20Transients%20,Wylie,Streeter.pdf
https://html1-f.scribdassets.com/4sri9g76v45ikt2c/images/3-40e82ba1e0.jpg
[4] www.piping-tools.net
Water hammer. Method of characteristics. Equations, Boundary conditions and Initial condit
Water hammer. Method of characteristics. Example solved using Visual Basic and Finite Dif
[email protected]
Carlos J. Cruz
Return to Index
Initial conditions
Reservoir boundary conditions
Interior sections
Valve boundary conditions
Piezometric
Constant slope
Resume of equations
e82ba1e0.jpg
(6.CS_Imp)