Open-access Corrective smoothed particle method with velocity pre-smoothing and unsteady friction for analysis of hydraulic transients in closed-conduit pipes

Método corretivo de partículas suavizadas com pré-suavização da velocidade e consideração do atrito transitório na análise de transitórios hidráulicos em tubulações sob pressão

ABSTRACT

This research focuses on the analysis of transient flow in a horizontal copper pipe. Experimental data from a reservoir-pipe-valve copper pipe-rig was used. A hydraulic transient solver with mesh-based and meshfree methods incorporating friction losses has been developed. Numerical results are compared with experimental data and the influence of method parameters and unsteady friction losses is discussed. It is found that, although both methods have been able to accurately reproduce the amplitude of the pressure wave, phase errors were visible as the transient event progresses. Root-mean-square-errors indicate that the mesh-based method leads to values that are more accurate. Considering unsteady friction losses in the simulations contributes to the matching between numerical results and experimental data in terms of shift and shape of the pressure wave.

Keywords:
Corrective smoothed particle method; Experimental data; Method of characteristics; Pre-smoothing; Transient flow; Unsteady friction

RESUMO

O objetivo desse trabalho é a análise do escoamento transiente em uma tubulação horizontal de cobre. Utilizaram-se dados experimentais de um sistema reservatório-tubo-válvula. Uma rotina computacional considerando métodos com e sem malhas foi desenvolvida para simular o escoamento transiente, em que perdas por atrito foram incorporadas. Os resultados numéricos são comparados com os dados experimentais, em que os parâmetros dos métodos e os efeitos relacionados às perdas por atrito transiente são discutidos. Notou-se que, embora ambos os métodos tenham sido capazes de representar com precisão a amplitude da onda de pressão, erros de fase foram observados à medida que o evento transiente prosseguiu. Erros médios quadráticos indicam que o método baseado em malhas gera resultados mais precisos. A consideração de perdas por atrito transiente nas simulações contribui para a compatibilização entre os resultados numéricos e dados experimentais.

Palavras-chave:
Método de partículas suavizadas corretivo; Dados experimentais; Método das características; Pré-suavização; Escoamento transiente; Atrito transiente

INTRODUCTION

Hydraulic transients may occur due to abrupt changes in system dynamics, such as valve maneuvers, start-up or trip-off of pumps, or pipe ruptures. The prediction of the effects caused by these phenomena, especially the minimum and maximum allowable pressures, is essential to guarantee the correct conception and operation of pipe systems (Silva et al., 2024; Agostinho & Fernandes, 2024; Oliveira & Lima Neto, 2025). Once they are governed by a pair of hyperbolic partial differential equations (PDEs), for which there is no explicit solution (Chaudhry, 2014), it is necessary to use numerical methods. The long-established one is the method of characteristics (MOC), which is based on the Eulerian mesh framework and usually suffers from the calculation difficulties and meshing problems (Zhao & Ghidaoui, 2004; Liu & Liu, 2010; Pan et al., 2022). Moreover, for problems with deformable boundary, using a mesh may lead to several difficulties.

In order to cope with these limitations, different meshfree methods were proposed. Amongst them, the smoothed particle hydrodynamics (SPH) stands out. It is Lagrangian and defines that a system may be represented by a set of particles containing material properties and with the possibility to interact between one another. This interaction occurs in a range controlled by a smoothing function, also known as kernel function (Hou et al., 2012). The method was initially conceived to solve astrophysical problems (Lucy, 1977; Gingold & Monaghan, 1977). In succession, it was applied to simulate fluid dynamics, which includes transient flow (Hou et al., 2015).

Nevertheless, the classical SPH formulation may present loss of accuracy and stability problems. In order to solve them, several techniques were developed, including the corrective smoothed particle method (CSPM), which was created by Chen et al. (1999). The authors extended the kernel estimate concept to the Taylor series expansion, resulting in corrective approximations for a function and derivatives. The same correction may be obtained by using the Shepard interpolation technique (Shepard, 1968).

In addition to the stability problems, SPH may present pressure and velocity oscillations when applied to hydraulic transients (Zhang et al., 2022). To dampen it, a dissipative term is added to the formulation. It is known as artificial viscosity (Monaghan & Gingold, 1983; Liu & Liu, 2003; Hou et al., 2012; Chen et al., 2001) and represents the viscous dissipation in SPH (Pan et al., 2022).

The current research aims to analyze a hydraulic transient generated by a rapid downstream valve closure in an experimental facility composed by a quasi-horizontal straight copper pipeline (Martins et al., 2016). MOC and CSPM with an unsteady friction model (UFM) have been used to evaluate transient pressures. A pre-smoothing technique based on XSPH (Colagrossi, 2004) has been used in CSPM to lessen pressure overshoot. The influence of model parameters is rigorously investigated.

NUMERICAL MODELS

Transient-flow equations

Transient flow is governed by a pair of EDPs known as continuity and momentum equations (Wylie & Streeter, 1993; Chaudhry, 2014):

P t + V P x + ρ V x = 0 (1)
V t + V V x + 1 ρ P x + τ π D ρ A = 0 (2)

where P is the pressure, t is the time, ρ is the fluid density, a is the elastic wave speed, V is the mean flow velocity, x is the coordinate along the pipe axis, τ is the wall shear stress, D is the pipe inner diameter, and A is the pipe cross-sectional area. Equations 1 and 2 may also be expressed in Lagrangian form:

DP Dt = - ρ V x - V P x (3)
DV Dt = - 1 ρ P x - τ π D ρ A - V V x (4)

The convective acceleration terms, V(P/x) and V(V/x), may be dropped from Equations 1-4 since they are small compared to the other terms under typical water hammer conditions, resulting in a simplified formulation (Wylie & Streeter, 1993; Chaudhry, 2014). The wall shear stress may be divided into steady and unsteady parts as (Chaudhry, 2014):

τ = τ s + τ u (5)

where τs is the steady part of the wall shear stress, and τu is the unsteady part of the wall shear stress. The steady part may be calculated by using the Darcy-Weisbach friction equation for computing the friction losses (Wylie & Streeter, 1993; Chaudhry, 2014):

τ s = 1 8 ρ fV V (6)

where f is the Darcy-Weisbach friction factor. Combining Equation 6 with the simplified version of Equation 4 gives:

DV Dt = - 1 ρ P x - fV V 2D - τ u π D ρ A (7)

Modified momentum equation

To solve hyperbolic equations, a dissipative term is needed to suppress numerical wiggles (Hou et al., 2012). This term, known as artificial viscosity in SPH (Monaghan & Gingold, 1983; Liu & Liu, 2003), is added to the momentum equation:

DV Dt = - 1 ρ P x - fV V 2D - τ u π D ρ A + ( ρ Π ) x (8)

where (ρΠ))/x is the artificial viscosity.

The method of characteristics

MOC transforms the governing equations of transient flow (PDEs) into ordinary differential equations (ODEs), which can be solved by numerical integration. Applying it to Equations 3 (simplified version) and 7, compatibility and characteristic equations are obtained:

dV dt ± 1 ρ a dP dt + fV V 2D + τ u π D ρ A = 0 , dx dt = V ± a (9)

Corrective smoothed particle method

CSPM works based on two steps (Liu & Liu, 2010; Chen et al., 1999; Chen et al., 2001): the first one is known as kernel approximation. It consists of representing corrective kernel estimates for a function and its derivatives in continuous form as integral representation over a domain Ω:

f x i Ω f x W i x dx Ω W i x dx (10)
df x i dx Ω f x - f x i ( W i x / x)dx Ω x - x i ( W i x / x)dx (11)

where W is the smoothing function or kernel, Wix= Wx - xi,h, and h is the smoothing length. The second step of the method is referred to as particle approximation. It establishes the division of the domain Ω into finite particles with specific masses and densities:

f x i j=1 N m j f x j W ij / ρ j j=1 N m j W ij / ρ j (12)
df x i dx j=1 N m j f x j - f x i ( W ij / x j )/ ρ j j=1 N m j x j - x i ( W ij / x j )/ ρ j (13)

where N is the total number of particles in the domain, mj and ρj are the mass and density of j-th particle, Wij= Wxj- xi,h, and xi and xj are the distances of the i-th and j-th particles.

Smoothing function

In this work, two smoothing functions are used to execute the CSPM solution. The first one is the one-dimensional space cubic spline (Monaghan & Lattanzio, 1985):

W = W R = 1 h { 2 3 - R 2 + 1 2 R 3 , if 0 R <1 1 6 2 - R 3 , if 1 R <2 0 , if R 2 (14)

whereR =x - xi/h is the distance between two particles scaled by the smoothing length. The alternative kernel is the modified Gaussian (Hou et al., 2012):

W = W R = 1 .04823 h π { e -R² - e -4 , if 0 R < 2 0 , if R 2 (15)

Time integration algorithm

Once CSPM and other meshfree particle methods allow the conversion of PDEs into ODEs in time, it is necessary to use a time-integration algorithm. In this work, the explicit Euler forward method is employed, which has first-order accuracy. The solution is advanced from tn to tn+1 (Hou et al., 2012):

P i n+1 = P i n + Δ t DP Dt i n (16)
V i n+1 = V i n + Δ t DV Dt i n (17)

where the superscripts indicate the time level. The total derivates are obtained from Equations 3 (simplified version) and 8:

DP Dt i n = - ρ V x i n (18)
DV Dt i n = - 1 ρ P x i n - fV i n V i n 2D - τ u i n π D ρ A + ( ρ Π ) x i n (19)

The spatial derivatives are obtained using Equation 14 by substituting f (x) with P and V, respectively.

Artificial viscosity

The artificial viscosity is as follows:

( ρ Π ) x i = j S i m j Π ij ( W ij / x j ) (20)
Π ij = { - α au ij + β u ij 2 ρ , (V i - V j ) (x i - x j ) < 0 0 , (V i - V j ) (x i - x j ) 0 (21)
u i j = h ¯ i j ( V i V j ) ( x i x j ) | x i x j | 2 + η h ¯ i j 2 (22)

where α, β and η are constant coefficients (α= 1.0, β = 2.0, and η= 0.01 are usual values recommended by Liu & Liu, 2003, and Hou et al., 2012), Si is the set of particles that form the compact support of the particle i, and h¯ij=(hi+hj)/2 is the average of the smoothing lengths associated to particles i and j. In Πij, the quadratic term is equivalent to the von Neumann-Richtmyer viscosity, while the linear in velocity term produces a shear and a bulk viscosity (Liu & Liu, 2003; Hou et al., 2012).

Pre-smoothing technique

In order to prevent overshoots at the wave fronts, a pre-smoothing technique is used. It is based on XSPH (Colagrossi, 2004) and is applied to the velocity distribution:

V i = 1 - pp V i + pp j S i V j m j W ij / ρ j (23)

where pp is a constant parameter of pre-smoothing. The core of this technique is that the velocity of particle i may be determined by its mean velocity and the velocities of the particles contained in its compact support, scaled by pp. This idea is similar to the one applied by Monaghan (1997) for the simulation of Riemann problems.

In this work, pre-smoothing is applied to the first 7 time steps. Herein, pp = 0.5 is used.

Particle distribution

In this work, evenly spaced particles are used with a vertex-centered distribution. It is adopted once it allows the same treatment of interior and boundary particles and generates the smallest overshoot compared to other distributions (Hou et al., 2012).

Unsteady friction model

In this work, Vardy unsteady friction model (UFM) is used (Vardy & Hwang, 1993):

τ u = 4 μ D Y 1 + Y 2 (24)
{ Y i = 0 , t = 0 Y i ,t = Y i ,t- Δ t e -B i Ψ + A i V t - V t- Δ t , t > 0 (25)
Ψ = 4 ν Δ t (26)

where μ is the dynamic viscosity, Y1 and Y2 are functions of time and are initially zero, Δt is the time-step increment, Ai and Bi are coefficients in shear stress formulae, Ψ is a non-dimensional time, and ν is the kinematic viscosity. Recommended values for Ai and Bi are presented in Table (1) according to the product f*Re, in which f* = f/4 is the Fenning friction factor.

Table 1
Recommended values for Vardy & Hwang (1993) UFM constant coefficients.

MATERIAL AND METHODS

The experimental data was obtained from a study developed by Martins et al. (2016) at the Laboratory of Hydraulics and Environment (LHE) of Instituto Superior Técnico (IST), Portugal. The pipe rig has the typical configuration of a reservoir-pipe-valve system. It is composed of a straight copper pipe with a total length of 15.22 m, inner diameter of 0.02 m and pipe wall thickness of 0.001 m. One valve is located at the downstream end to generate the water hammer, while another one is used to control the initial discharge. The data acquisition system (DAS) is composed of two strain-gauge type pressure transducers (one at the downstream end and the another at mid-length of the pipeline), an oscilloscope, a trigger-synchronizer, and a laptop computer.

To generate transient flows during the experiments, the downstream end valve was closed in 0.012 s (Martins et al., 2016). Based on the travelling time of pressure wave between the pressure transducers, the elastic wave speed was estimated in 1255 m s-1. The tests were performed for two initial discharges: Qo = 85 x 10-6 m3 s-1 (Re = 5411 and upstream reservoir constant pressure head Hr = 45.70 m) and Qo = 133 x 10-6 m3 s-1 (Re = 8467 and upstream reservoir constant pressure head Hr = 44.59 m).

RESULTS

Calculations were carried out using the Vardy & Hwang (1993) UFM. The transient event was simulated by using the elastic model considering unsteady friction losses. Two scenarios were chosen: Scenario 1 with Qo = 85 x 10-6 m3 s-1 (Re = 5411 and upstream reservoir constant pressure head Hr = 45.70 m); Scenario 2 with Qo = 133 x 10-6 m3 s-1 (Re = 8467 and upstream reservoir constant pressure head Hr = 44.59 m).

Comparison with experimental data and CSPM and MOC results

Results obtained by CSPM are compared with results from MOC and experimental data in Figures 1 and 2. A set of 305 evenly distributed particles were used in the simulations. The time-step increment was calculated using the Courant number formula, Δt =Δx/a = 3.98 x 10-5s. For the constant coefficients, the following values were used: α= 1.0; β= 2.0; η= 0.01; pp = 0.5. The smoothing length h = 1.0Δxwas used (Hou et al., 2012). In MOC, the time-step incrementation was Δt = 7.97 x 10-4s.

Figure 1
Transient pressure traces versus CSPM and Moc results for Qo = 85 x 10-6 m3 s-1: (a) middle pipe section and (b) valve section.
Figure 2
Transient pressure traces versus CSPM and Moc results for Qo = 133 x 10-6 m3 s-1: (a) middle pipe section and (b) valve section.

The root-mean-square-errors (RMSE) calculated for Scenario1 are as follows: RMSEMOC_85_middle = 2.03 m; RMSEMOC_85_valve = 2.33 m; RMSECSPM_85_middle = 6.22 m; RMSECSPM_85_valve = 8.80 m. For Scenario 2, the following values were obtained: RMSEMOC_133_middle = 2.33 m; RMSEMOC_133_valve = 1.64 m; RMSECSPM_133_middle = 7.63 m; RMSECSPM_133_valve = 10.77 m.

Results in Figures 1 and 2 demonstrate that both methods may accurately reproduce the amplitude of the pressure wave, in which no smearing effect is visible. Nevertheless, as the transient event progresses, slightly differences in period are obtained (phase errors), especially in CSPM. This behavior may be explained by several factors (Pan et al., 2022; Violeau & Rogers, 2016): the assumption that wave speed is constant during numerical simulations; the neglection of the fluid-structure interaction effect. The results also show that the pre-smoothing technique was able to eliminate pressure overshoot at the first pressure wave front.

To evaluate the maximum and minimum head pressures in the initial 0.5 s of simulation, Table 2 was generated. It shows that both CSPM and MOC were able to reproduce the values obtained in experimental data.

Table 2
Compilation of results for the comparison between MOC, CSPM, and experimental data for the initial 0.5 s of simulation.

Influence of particle number

To evaluate the influence of particle number in CSPM simulations, Scenario 1 was used with three different configurations: N = 305, N = 153, and N = 31. Figure 3 shows that fewer particles tend to generate more numerical dissipations of pressure oscillations. This behavior may be explained by the larger truncation error in the kernel approximation of the spatial derivatives when fewer particles are used (Pan et al., 2022). It also reveals the smearing effect, which becomes less significant when more particles are employed (Hou et al., 2012).

Figure 3
Influence of the particle number in CSPM results. Valve section.

Influence of the smoothing function

To evaluate the influence of the smoothing function in CSPM simulations, Scenario 1 was used with N = 153. Two kernels were used: the one-dimensional cubic spline and the modified gaussian. Figure 4 shows that both functions predicted the pressure history at the valve well. Nevertheless, it is hard to determine which one is optimum for different scenarios, since it depends on the specific meshfree method and problem (Hou et al., 2012).

Figure 4
Influence of the smoothing function. Valve section.

Figure 4 also provides evidence to explain the computational efficiency of the cubic spline function and its wide use in CSPM simulations (Monaghan & Lattanzio, 1985; Hou et al., 2012; Pan et al., 2022).

Influence of artificial viscosity and the parameters α and β

Artificial viscosity is a dissipative term utilized to suppress numerical wiggles, dissipate high free frequency energy and stabilize numerical scheme (Hou et al., 2012; Pan et al., 2022). To evaluate its influence in CSPM simulations, Scenario 1 was used with N = 153. Figure 5 demonstrates the numerical oscillations generated by the absence of the term.

Figure 5
Influence of artificial viscosity in CSPM results. Valve section.

Another two simulations were conducted to evaluate the influence of the artificial viscosity parameters (α and β). In the first one, β = 2.0 and α was tested for three different values (0.5, 1.0, and 1.5). Figure 6 shows that numerical dissipations of transient pressures tend to become higher once α increases from 0.5 to 1.5. In this way, the parameter may relieve the numerical oscillation (Pan et al., 2022).

Figure 6
Influence of parameter α with fixed β = 2.0. Valve section.

In the last simulation, α = 1.0 and β was tested for three different values (1.0, 2.0, and 3.0). Figure 7 shows that the results maintain consistency independently of the value used for β. It happens due to the insignificant influence of the term βuij2 in Equation 21, once the Mach number is small (Pan et al., 2022). As discussed previously, this term is used to restrain particle interpenetration at high Mach numbers.

Figure 7
Influence of parameter β with fixed α = 1.0. Valve section.

Influence of unsteady friction losses

To evaluate the influence of UFM in CSPM simulations, Scenario 1 was used with N = 153. Figure 8 shows that the computation of unsteady friction losses generates more accurate results. In addition, it contributes to the matching between numerical results and experimental data in terms of shift and shape of the pressure wave (Soares et al., 2017).

Figure 8
Influence of UFM in CSPM results in the first pressure waves. Valve section

Another simulation was conducted to evaluate the influence of UFM in CSPM during the first second of simulation. Scenario 1 was used with N = 153. Figure 9 shows that the absence of unsteady friction losses tend to generate higher amplitude waves, which postpones the transient dissipation. In contrast, UFM is able to reproduce the wave amplitude observed in experimental data.

Figure 9
Influence of UFM in CSPM results in the first second of simulation. Valve section.

Influence of the pre-smoothing parameter

To evaluate the influence of the pre-smoothing parameter in CSPM simulations, Scenario 1 was used with N = 153. The parameter pp was simulated for two different values: 0.0, which results in no pre-smoothing and no correction on the particle velocity; 0.5, which indicates the correction of the particle velocity by the mean velocity of the particles contained in its compact support. Figure 10 shows pressures overshoots at the wave fronts when no pre-smoothing is applied (pp = 0.0). In contrast, the results with pre-smoothing (pp = 0.5) indicate no overshoots and smooth pressure waves.

Figure 10
Influence of the pre-smoothing parameter in CSPM. Valve section.

CONCLUSIONS

This research presents numerical analyses of transient flow in a horizontal straight copper pipe. Experimental data of transient events caused by rapid valve closure in turbulent conditions was used. CSPM (meshfree) and MOC (mesh based) were implemented with UFM. Stability and accuracy of both methods were analyzed. The main conclusions are as follows:

  • Both CSPM and MOC are able to accurately reproduce the amplitude of the pressure wave. Nevertheless, phase errors are visible as the transient event progresses. The common causes of these problems are the assumption of constant wave speed during the transient flow and the neglection of the fluid-structure interaction effect;

  • Although the methods have presented similar results, RMSE indicates that MOC leads to more accurate values for the cases analyzed;

  • Setting the particle number in CSPM is essential to guarantee the method’s stability. Fewer particles tend to generate more numerical dissipations of pressure oscillations, which may be explained by the truncation error in the kernel approximation of the spatial derivatives when fewer particles are used (Pan et al., 2022). It also reveals the smearing effect, which becomes less significant when more particles are employed (Hou et al., 2012);

  • It is impossible to determine an optimum smoothing function for CSPM simulations, since it depends on the specific meshfree method and problem (Hou et al., 2012). However, the results provided evidence to explain the computational efficiency of the cubic spline function and its wide use in CSPM simulations (Monaghan & Lattanzio, 1985; Hou et al., 2012; Pan et al., 2022);

  • Artificial viscosity is necessary to suppress numerical wiggles, dissipate high free frequency energy and stabilize numerical scheme (Hou et al., 2012; Pan et al., 2022). Results indicate that numerical dissipations of transient pressures tend to become higher once α increases from 0.5 to 1.5. In this way, the parameter may relieve the numerical oscillation (Pan et al., 2022). In contrast, β has insignificant influence on the results, once the Mach number is small (Pan et al., 2022);

  • Considering unsteady friction losses in the simulations contributes to the matching between numerical results and experimental data in terms of shift and shape of the pressure wave (Soares et al., 2017);

  • The pre-smoothing parameter is essential to prevent pressure overshoots at the wave fronts. It works based on the correction of the particle velocity using the velocities of the particles contained in its compact support, scaled by pp.

NOTATION

A = pipe cross-sectional area (m2)

a = elastic wave speed (m/s)

Ai, A1, A2, Bi, B1, B2 = coefficients in shear stress formulae (-)

D = pipe inner diameter (m)

f = Darcy-Weisbach friction factor (-)

f*= Fenning friction factor (-)

g = gravity acceleration (m/s2)

Hr = steady-state pressure head at the upstream reservoir (m)

h, hi, hj= smoothing length, smoothing length of particles i and j (m)

h¯ij = average smoothing length associated with particles i and j (m)

mj = mass of particle j (kg)

N = particle number (-)

P, Pi = pressure, pressure of particle i (Pa)

Pn, Pn+1 = pressure at time nΔt and (n + 1)Δt (Pa)

P/γ = pressure head (m)

pp = parameter of pre-smoothing (-)

Qo = steady-state discharge (m3/s)

R = distance between two particles scaled by the smoothing length (-)

Re = Reynolds number (-)

Si = set of particles that form the compact support of the particle i (-)

t = time (s)

V, Vi, Vj = mean flow velocity, velocity of particles i and j (m/s)

Vn, Vn+1 = velocity at time nΔt and (n + 1)Δt (m/s)

Vt, Vt-Δt = velocity at time t and (t-Δt) (m/s)

W, Wij = smoothing functions (-)

x, xi, xj = coordinate along pipe axis, coordinate along pipe axis of particles i and j (m)

Yi, Y1, Y2 = functions of time (-)

α, β, and η= artificial viscosity constant coefficients (-)

γ = specific weight (N/m3)

Δt = time-step increment (s)

Δx = space-step (m)

μ = dynamic viscosity (kg/ms)

ν = kinematic viscosity (m2/s)

Πij = artificial viscosity between particles i and j (-)

ρ, ρj = fluid density, density of particle j (kg/m3)

τ, τs, τu= wall shear stress, steady and unsteady components of wall shear stress (Pa)

Ψ = non-dimensional time (-)

Ω = surface and domain (-)

ACKNOWLEDGEMENTS

The first author gratefully acknowledges the financial support of the Coordenação de Aperfeiçoamento de Pessoal de Nível Superior – Brasil (CAPES).

DATA AVAILABILITY STATEMENT

Research data is only available upon request.

REFERENCES

  • Agostinho, M. S. P., & Fernandes, C. V. S. (2024). Understanding the discoloration risk as consequence of hydraulic transients. RBRH, 29(15), 1-12. https://doi.org/10.1590/2318-0331.292420240011
    » https://doi.org/10.1590/2318-0331.292420240011
  • Chaudhry, M. H. (2014). Applied hydraulic transients (3rd ed.). New York: Springer. https://doi.org/10.1007/978-1-4614-8538-4
    » https://doi.org/10.1007/978-1-4614-8538-4
  • Chen, J. K., Beraun, J. E., & Carney, T. C. (1999). A corrective smoothed particle method for boundary value problems in heat conduction. International Journal for Numerical Methods in Engineering, 46(2), 231-252. https://doi.org/10.1002/(SICI)1097-0207(19990920)46:2<231::AID-NME672>3.0.CO;2-K
    » https://doi.org/10.1002/(SICI)1097-0207(19990920)46:2<231::AID-NME672>3.0.CO;2-K
  • Chen, J. K., Beraun, J. E., & Jih, C. J. (2001). A corrective smoothed particle method for transient elastoplastic dynamics. Computational Mechanics, 27(3), 177-187. https://doi.org/10.1007/s004660100236
    » https://doi.org/10.1007/s004660100236
  • Colagrossi, A. (2004). A meshless lagrangian method for free–surface and interface flows with fragmentation Roma: Università di Roma La Sapienza.
  • Gingold, R. A., & Monaghan, J. J. (1977). Smoothed particle hydrodynamics: theory and application to non-spherical stars. Monthly Notices of the Royal Astronomical Society, 181(3), 375-389. https://doi.org/10.1093/mnras/181.3.375
    » https://doi.org/10.1093/mnras/181.3.375
  • Hou, Q., Kruisbrink, A. C. H., Tijsseling, A. S., & Keramat, A. (2012). Simulating water hammer with corrective smoothed particle method. In S. Anderson (Ed.), Proceedings of the 11th International Conference on Pressure Surges (pp. 171-187). Cranfield: BHR Group.
  • Hou, Q., Wang, S., Kruisbrink, A. C. H., & Tijsseling, A. S. (2015, November). Lagrangian modelling of fluid transients in pipelines with entrapped air. In Proceedings of the 12th International Conference on Pressure Surges (pp. 215-227), Dublin. Cranfield: BHR Group.
  • Liu, G. R., & Liu, M. B. (2003). Smoothed particle hydrodynamics: a meshfree particle method Singapore: World Scientific Connect. https://doi.org/10.1142/5340
    » https://doi.org/10.1142/5340
  • Liu, M. B., & Liu, G. R. (2010). Smoothed Particle Hydrodynamics (SPH): an overview and recent developments. Archives of Computational Methods in Engineering, 17(1), 25-76. https://doi.org/10.1007/s11831-010-9040-7
    » https://doi.org/10.1007/s11831-010-9040-7
  • Lucy, L. B. (1977). A numerical approach to the testing of the fission hypothesis. The Astronomical Journal, 82(12), 1013. https://doi.org/10.1086/112164
    » https://doi.org/10.1086/112164
  • Martins, N. M. C., Soares, A. K., Ramos, H. M., & Covas, D. I. C. (2016). CFD modelling of transient flow in pressurized pipes. Computers & Fluids, 126, 129-140. https://doi.org/10.1016/j.compfluid.2015.12.002
    » https://doi.org/10.1016/j.compfluid.2015.12.002
  • Monaghan, J. J., & Gingold, R. A. (1983). Shock simulation by the particle method SPH. Journal of Computational Physics, 52(2), 374-389. https://doi.org/10.1016/0021-9991(83)90036-0
    » https://doi.org/10.1016/0021-9991(83)90036-0
  • Monaghan, J. J., & Lattanzio, J. C. (1985). A refined particle method for astrophysical problems. Astronomy & Astrophysics, 149(1), 135-143.
  • Monaghan, J. J. (1997). SPH and riemann solvers. Journal of Computational Physics, 136(2), 298-307. https://doi.org/10.1006/jcph.1997.5732
    » https://doi.org/10.1006/jcph.1997.5732
  • Oliveira, L. C. S., & Lima Neto, I. E. (2025). The impacts of the water intake operation on the hydraulic transients, sediment resuspension and water quality of the largest multi-use reservoir in Latin America. RBRH, 30(6), 1-9. https://doi.org/10.1590/2318-0331.302520240093
    » https://doi.org/10.1590/2318-0331.302520240093
  • Pan, T., Zhou, L., Ou, C., Wang, P., & Liu, D. (2022). Smoothed particle hydrodynamics with unsteady friction model for water hammer pipe flow. Journal of Hydraulic Engineering, 148(2), 04021057. https://doi.org/10.1061/(ASCE)HY.1943-7900.0001966
    » https://doi.org/10.1061/(ASCE)HY.1943-7900.0001966
  • Shepard, D. (1968). A two-dimensional interpolation for irregularly-spaced data function. In R. B. Blue, & A. M. Rosenberg (Eds.), Proceedings of the 1968 23rd ACM national conference (pp. 517-524). New York: ACM. https://doi.org/10.1145/800186.810616
    » https://doi.org/10.1145/800186.810616
  • Silva, J. V. V., Sierra, D. A., Sodek, D. B., Martim, A. L. S. S., Dalfré Filho, J. G., & Luvizotto Junior, E. (2024). Proposal of resilience indices for water mains subject to hydraulic transients and case study in Franca (Brazil). RBRH, 29(42), 1-12. https://doi.org/10.1590/2318-0331.292420240002
    » https://doi.org/10.1590/2318-0331.292420240002
  • Soares, A. K., Martins, N. M. C., & Covas, D. I. C. (2017). Transient vaporous cavitation in a horizontal copper pipe. Journal of Hydraulic Research, 55(5), 731-736. https://doi.org/10.1080/00221686.2017.1286394
    » https://doi.org/10.1080/00221686.2017.1286394
  • Vardy, A. E., & Hwang, K. L. (1993). A weighting function model of transient turbulent pipe friction. Journal of Hydraulic Research, 31(4), 533-548. https://doi.org/10.1080/00221689309498876
    » https://doi.org/10.1080/00221689309498876
  • Violeau, D., & Rogers, B. D. (2016). Smoothed particle hydrodynamics (SPH) for free-surface flows: past, present and future. Journal of Hydraulic Research, 54(1), 1-26. https://doi.org/10.1080/00221686.2015.1119209
    » https://doi.org/10.1080/00221686.2015.1119209
  • Wylie, E. B., & Streeter, V. L. (1993). Fluid transients in systems Englewood Cliffs, NJ: Prentice Hall.
  • Zhang, C., Zhu, Y., Wu, D., Adams, N. A., & Hu, X. (2022). Smoothed particle hydrodynamics: methodology development and recent achievement. Journal of Hydrodynamics, 34(5), 767-805. https://doi.org/10.1007/s42241-022-0052-1
    » https://doi.org/10.1007/s42241-022-0052-1
  • Zhao, M., & Ghidaoui, M. S. (2004). Godunov-type solutions for water hammer flows. Journal of Hydraulic Engineering, 130(4), 341-348. https://doi.org/10.1061/(ASCE)0733-9429(2004)130:4(341)
    » https://doi.org/10.1061/(ASCE)0733-9429(2004)130:4(341)

Edited by

  • Editor-in-Chief:
    Adilson Pinheiro
  • Associated Editor:
    Fábio Veríssimo Gonçalves

Publication Dates

  • Publication in this collection
    07 Aug 2026
  • Date of issue
    2026

History

  • Received
    06 Oct 2025
  • Reviewed
    31 Mar 2026
  • Accepted
    11 June 2026
Creative Common - by 4.0
This is an Open Access article distributed under the terms of the Creative Commons Attribution license (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
location_on
Associação Brasileira de Recursos Hídricos Av. Bento Gonçalves, 9500, CEP: 91501-970, Tel: (51) 3493 2233, Fax: (51) 3308 6652 - Porto Alegre - RS - Brazil
E-mail: rbrh@abrh.org.br
rss_feed Acompanhe os números deste periódico no seu leitor de RSS
Ir para o topo Reportar erro