Keywords

1 Introduction

Railway systems and trains contribute cultural and economical prosperity of cities and nations in the world. In Japan, liner motor trains which are faster than Shinkansen trains by using electrical magnet are about to use. On the other hand, the United Kingdom is the first country which starts to use railway systems. Underground was also developed and used first in the UK. However, the railway systems in the UK are older than those in any other countries, and it should be repaired or rebuild as soon as possible [1, 2]. When such facilities along train tracks would be repaired, these two points should be considered:

  1. 1.

    Repair and rebuilding should be as cheap as possible.

  2. 2.

    New one is more difficult to be damaged.

Since the passage of trains is generally related to damage of facilities along tracks, it is necessary to know the flow fields and the pressure distribution around the overpass. A previous research regarding to this problem was reported by Baker [3], which was using an experimental model in 1/25 scale. However, the Baker’s experiment is for obtaining data to renew Euro Code for the UK, is not for knowing the flow fields in detail.

We focused on overpasses. Overpasses are a kind of bridges for pedestrians and cars, which are fixed over train tracks. They are commonly used in countries with many plains like the UK and are necessary in people’s lives. Therefore, the objectives of this study are expressing a traveling train and an overpass in computer, estimating pressure distribution on the overpass and revealing the flow fields around the traveling train and the overpass in detail. The feature of this study is that the traveling train and the stationary overpass are considered at the same time. In order to achieve the computation with objects which have different motion, the approach combining the MCD method and the Sliding Mesh approach is adopted. A previous research using the approach [4] is already reported, which showed the exactness of computation with large movement of objects or deformation of grid. In this study, the Expanded boundary conditions and the combined approach enable the computation.

2 Numerical Approach

2.1 Govening Equations

In this study, the computations are carried out within inviscid approximation to simplify calculations and shorten the calculation time. The three dimensional Euler equations for compressible flow in conservation form are used as governing equations,

$$\begin{aligned} \frac{\partial {\varvec{q}}}{\partial {t}} +\frac{\partial {\varvec{E}}}{\partial {x}} +\frac{\partial {\varvec{F}}}{\partial {y}} +\frac{\partial {\varvec{G}}}{\partial {z}} =0 \end{aligned}$$
(1)
$$\begin{aligned} \varvec{q}= \begin{bmatrix} \rho \\ \rho u \\ \rho v \\ \rho w \\ e \end{bmatrix} , \varvec{E}= \begin{bmatrix} \rho u \\ \rho u^2+p \\ \rho uv \\ \rho uw \\ u(e+p) \end{bmatrix} , \varvec{F}= \begin{bmatrix} \rho v \\ \rho uv \\ \rho v^2+p \\ \rho vw \\ v(e+p) \end{bmatrix} , \varvec{G}= \begin{bmatrix} \rho w \\ \rho uw \\ \rho vw \\ \rho w^2+p \\ w(e+p) \end{bmatrix} \end{aligned}$$
(2)

where \(\varvec{q}\) is conserved physical quantities, \(\rho \) is density and e is total energy per unit volume. Moreover, \(\varvec{E},\varvec{F},\varvec{G}\) are the inviscid flux functions and uvw are velocity components for xyz axes respectively. Equation of State for a Perfect gas is used to obtain pressure,

$$\begin{aligned} p= \left( \gamma -1\right) \left\{ e-\frac{1}{2}\rho \left( u^2+v^2+w^2\right) \right\} \end{aligned}$$
(3)

where \(\gamma \) is the specific heat ratio and \(\gamma =1.4\) in this study.

The Roe’s Flux Splitting method is used for evaluating the inviscid flux functions. Physical quantities are defined at each cell center. For higher-ordering, the MUSCL method with the Venkatakrishnan’s limiter is adopted. The Rational Runge-Kutta method is employed for time integration in pseudo-time steps.

Fig. 1.
figure 1

Conceptual image of the MCD method

2.2 MCD Method

Computation including movement and deformation of bodies is called the moving boundary problem in general. In order to solve such problems, the whole movement path and the deformation range of the bodies should be included in a computational domain. Thus, the massive computational domain is needed, and such computation will take much time and computational cost.

The MCD method (Moving Computational Domain method) [5,6,7], which is a kind of Finite volume method for Unstructured moving grid [8, 9], has been proposed for the moving boundary problem and was adopted in this study. In the MCD method, the whole computational grid is moved according to the bodies to express the movement of bodies (Fig. 1). The main good point of the MCD method is that there is no restriction of movement. The bodies can move in infinite domain without restriction of its movement. Moreover, computational cost will be saved because computational domain do not need to include all of the movement pass and can be smaller than in conventional method. Since the four-dimensional volume in a space-time unified domain is used as control volume, the Geometric Conservation Law (GCL) [10] and the physical conservation law are satisfied automatically and exactly. Many previous researches of Racing car [11] or Tilt-Rotor plane [12] using the MCD method have been already reported. In this study, the computation of the stationary overpass and the traveling train was carried out by a new method combining the MCD method and the Expanded Sliding Mesh approach.

Fig. 2.
figure 2

Conceptual image of the Sliding Mesh approach

2.3 Sliding Mesh Approach

The moving boundary problem can be solved just by the MCD method. If the overpass and the train were included in the same computational domain, the overpass would be moved because of the movement of the computational domain to express the movement of the train. Then, the Sliding Mesh approach enables to simulate objects which have different motions. In the Sliding Mesh approach, the computational domain is divided into two or three computational domains, and these domains are facing to each other and slid to express different motions (Fig. 2). Physical quantities are interpolated and communicated between these domains while sliding. The interpolation method is introduced in detail below.

Figure 3(a) shows the faces of cells on the dividing plane, which is called the Sliding plane in this paper. The face of the cell i belongs to the computational domain of the train, and the faces of the cells j belong to the computational domain of the overpass. They are adjacent to each other on the Sliding plane, that is, the cell i is adjacent to and overlapping with the cells j. The overlapping areas of the cell i and the cells j are calculated and the interpolated values are based on the each area and the each physical quantity of the cells. The interpolating formula is shown below,

$$\begin{aligned} \varvec{q}_{bi}= \frac{\sum _{j \in i} \varvec{q}_jS_{ij}}{S_i} \end{aligned}$$
(4)

where \(\varvec{q}_j\) is each physical quantity of cells j, \(\varvec{q}_{bi}\) is the physical quantity of the ghost cell of the cell i, \(S_{ij}\) is the overlapping areas of the cell i and the cells j and \(\sum _{j \in i}\) means the summation of the values of all the cells j which is adjacent to the cell i. Previous researches using the Sliding Mesh approach have been reported. However, in these researches, Sliding planes must be completely adjacent to other Sliding planes, that is, Sliding planes cannot be adjacent to both other Sliding planes and outer boundaries simultaneously. Then, in this study, the boundary condition on Sliding planes is improved and expanded. This Expanded Sliding Mesh approach enables to solve the problem that Sliding planes are adjacent to both other Sliding planes and outer boundaries at the same time.

Figure 3(b) shows that a sliding plane is adjacent to the other sliding plane and outer boundaries simultaneously. The part of the boundary which is adjacent to the other Sliding plane is called the Sliding boundary, and the part of the boundary which is adjacent to the outer boundary is called the Outer-Sliding boundary. At the Sliding boundary, the interpolation of the physical quantities is using the Eq. 4. On the other hand, at the Outer-Sliding boundary, the physical quantities are estimated with the MCD method as the complete outer boundary at first, and then these quantities are weighted by the outer area and added to the quantities computed by the Eq. 4. These computation is formulated as shown below,

$$\begin{aligned} \varvec{q}_{bi}= \frac{\sum \limits _{j \in i} \varvec{q}_j S_{ij}+\varvec{q}_{oi}(S_i-\sum \limits _{j \in i}S_{ij})}{S_i} \end{aligned}$$
(5)

where \(\varvec{q}_{oi}\) is physical quantities computed by the MCD method as the complete outer boundary.

Fig. 3.
figure 3

Relationships of the triangles on sliding planes

3 Inspection for Geometric Conservation Law

In this section, the inspection of the approach combining the MCD method and the Expanded Sliding Mesh approach is carried out with a uniform flow problem. Whether the extended boundary condition satisfies the Geometric conservation law is checked.

3.1 Computational Grid

Figure 4 shows the computational grid for the uniform flow problem. The small pink rectangular moves for positive x-axis at velocity 0.1, and the small yellow rectangular moves for negative x-axis at velocity \(-0.1\). Unstructured grid is generated by MEGG3D [13, 14]. The number of elements is 594,794.

Fig. 4.
figure 4

Computational grid for uniform flow inspection

3.2 Computational Conditions

All the cells have \(\rho =1.0,p=\frac{1}{\gamma },u=v=w=1.0\) as an initial condition. As boundary conditions, initial conditions are remained at outer boundary. The Sliding boundary condition is applied to the sliding boundary, and the Sliding-Outer boundary condition is applied to the Sliding-Outer boundary. Time width is 0.005 and the computation lasts for dimensionless time 16000.

3.3 Result

Density error is defined by Eq. 6. The maximum value of the density errors among all the cells is the density error at each time step.

$$\begin{aligned} \mathrm {ERROR}_n=\mathrm {max}\left( \frac{|\rho _{\infty }-\rho _i|}{\rho _{\infty }}\right) \end{aligned}$$
(6)

Figure 5 shows the error history of the density errors. The orders of the errors are under \(10^{-12}\), which is the range of mechanical error. Therefore, it is proved that the MCD method and the Expanded Sliding Mesh approach do not give any effect to the flow fields.

4 Application for a Train and an Overpass

In this section, the computation of the train passing through the stationary overpass is achieved with the MCD method and the Expanded Sliding Mesh approach. Moreover, the numerical results are compared qualitatively and quantitatively with the experimental results carried out by Baker to confirm the validity of the numerical results.

4.1 Introduction of Previous Research

First, the previous experiment carried out by Baker is explained for comparing. The Baker’s experiment was carried out in order to obtain a fundamental understanding of the nature of aerodynamical phenomena caused by the passages of trains and to obtain data for a variety of railway infrastructure geometries of particular relevance to the UK situation.

Fig. 5.
figure 5

Density error history

Table 1. Sizes of the experimental model of the Class390 made by Baker [3]

Experimental Model. In the experiment, 4 types of trains and 3 types of trackside facilities were adopted. In particular, the Class390 and the overpass are explained here.

First, the Class390 is the common train in the UK, which has streamline of the head carriage and the notch on the ceiling. Baker made the experimental model of the Class390 in 1/25 scale (See Fig. 6(a)). The sizes of the Class390 in real scale and in 1/25 scale are shown in Table 1.

Fig. 6.
figure 6

Experimental models made by Baker [3]

Next, as explained in Sect. 1, overpasses are a kind of bridges for pedestrians and cars, which are fixed over train tracks. Baker made the experimental model of the overpass with an elastic plate in 1/25 scale and it is fixed over the train track with the piers, shown in Fig. 6(b). The sizes of the overpass in real scale and 1/25 scale are shown in Table 2.

Table 2. Sizes of the experimental model of the overpass made by Baker [3]

Experimental Condition. The measurement points of pressure are explained here. The lower surface of the overpass is shown in Fig. 7. The sensors for pressure measurement are set at the stars. The sensors are set every 1.0 m in real scale (every 40 mm in 1/25 scale), they are set symmetrically for the center line of the overpass.

Fig. 7.
figure 7

Pressure measurement points on the overpass model

4.2 Evaluation of Pressure

An evaluation method for pressure measured on the lower surface of the overpass is explained in this section. In the Baker’s experiment, all the results of pressure were evaluated as pressure coefficients using the Eq. 7. For comparing, our results will be evaluated as pressure coefficients using the same equation.

$$\begin{aligned} C_{\mathrm {p}}=\frac{p-p_{\infty }}{\frac{1}{2} \rho _{\infty } U^2} \end{aligned}$$
(7)

where p is pressure measured at the each measurement point on the lower surface of the overpass, \(\rho _{\infty }\) and \(p_{\infty }\) is constant density and constant pressure respectively, and U is the traveling speed of the train.

4.3 Computation of the Traveling Train Under the Overpass with the Piers

First, the computations that the height of the overpass is 5.5 m and 6.0 m are carried out in order to check the validity of the code and the results qualitatively. After that, the computations that the overpass is very close to the traveling train (the height of the overpass is 4.5 m and 5.0 m) are carried out in order to obtain a variety of the results.

Computational Model and Conditions. The numerical models are shown in Fig. 8, the computational grid is shown in Fig. 9, and the overview and the sizes of the computational domains are shown in Fig. 10. The shape of the numerical models of the train and the overpass are almost the same with the experimental models. The streamline of the head carriage and the notch shape on the ceiling are reproduced. The overpass is modeled as rigid plate. The computational grid is generated by MEGG3D.

Fig. 8.
figure 8

Computational model

Fig. 9.
figure 9

Computational grid

Computation of the Wider Gap Cases. At first, the results of the cases that the height of the overpass is 5.5 m and 6.0 m are shown and discussed. These cases are called “the wider gap cases” below. Pressure distribution on the lower surface of the overpass in the wider gap cases at dimensionless time t = 45 and 56 is shown in Fig. 11. The range of the color bars is set at the same. At both time steps, pressure is higher and lower at height = 5.5 m than at height = 6.0 m, that is, pressure changes more dynamically in the case that the overpass is close to the train. It means pressure fluctuation depends on the height of the overpass. Moreover, such aerodynamical phenomenon is expressed by numerical simulation.

Difference between the maximum and the minimum pressure coefficients in the wider gap cases obtained by Baker and our numerical computation is plotted in the Fig. 12. Pressure coefficients are calculated as explained in the Sect. 4.2. As shown in Fig. 12, the experimental results and the numerical results have almost the same distribution. Thus, the qualitative and quantitative agreements of them are proved in the wider gap cases.

Fig. 10.
figure 10

Sizes of computational grid

Fig. 11.
figure 11

Pressure distribution on the lower surface of the overpass (the wider gap cases)

Computation of the Narrower Gap Cases. Next, the results of the cases that the height of the overpass is 4.5 m and 5.0 m are shown and discussed in this subsection. These cases are called “the narrower gap cases” below. Pressure distribution on the lower surface of the overpass in the narrower gap cases at dimensionless time t = 45 and 56 is shown in Fig. 13. As in the previous subsection, pressure changes more dynamically in the case that the overpass is close to the train. It is shown that the height of the overpass affects dynamical pressure fluctuation not only in the wider cases but also in the narrower cases.

Difference of the maximum and the minimum pressure coefficients in the narrower cases obtained by the Baker’s experiment and the our numerical computation is plotted in Fig. 14. The basic tendency of pressure distribution, which is symmetrical at the center line (y = 0), is almost expressed also in the narrower cases. Therefore, the qualitative agreements are proved.

However, there are some quantitative disagreements in the narrower cases. First, pressure coefficients around the both ends (y = \(-3.5\) m and 3.5 m) of the numerical results in Fig. 14 are overpredicted. Second, the maximum pressure coefficients of the numerical results are quite different from those of the experimental results. The error of the maximum pressure coefficients is about 23%.

The reasons why these differences occurred are discussed below. Ignoring viscosity and boundary layers would be one possibility. Actual fluids have viscosity. Boundary layers are appeared along the wall of moving bodies and the layers give influences to the flow fields. In our study, since it is supposed that the fluid is inviscid, the influence of the boundary layers to the flow fields is completely ignored. In the situation that the train is very close to the overpass, the influence should be considered because the gap between the train and the overpass is small. The order of the boundary layer based on the Prandtl’s Laminar Boundary layer Equation is \(1.77 \times 10^{-3}\), which is about \(1\%\) towards the gap. The boundary layer will be bigger in turbulence, and the influence of the turbulent and laminar boundary layer will be more significant. If the physical quantities in the flow fields like pressure or velocity are altered with the influence of the layers in laminar flow and turbulence, the numerical results may agree with the experimental results.

Fig. 12.
figure 12

The lateral peak-to-peak distribution on the lower surface of the overpass (the wider gap cases)

Fig. 13.
figure 13

Pressure distribution on the lower surface of the overpass (the narrower gap cases)

Fig. 14.
figure 14

The lateral peak-to-peak distribution on the lower surface of the overpass (the narrower gap cases)

Now we have developed the numerical simulation code for viscous flow with the numerical model of the train and the overpass.

5 Conclusions

The objective of this study is to simulate the flow fields driven by the train passage and to estimate the effects of them like pressure wave in order to help optimal reconstruction and rebuild of old overpasses, which are often seen in the UK. The new method combined the MCD method and the Expanded Sliding Mesh approach was proposed and had been shown to satisfy the geometric conservation law. Using the new method, the numerical simulations of the four cases which had different height of the overpass were conducted within the inviscid approximation. In the cases of the wider gap that the height of the overpass is 5.5 m and 6.0 m, the numerical results agreed almost completely with the experimental results. Therefore, it was shown to be able to reproduce the flow field around the traveling train and the overpass in computer and fully estimate pressures acting on the lower surface of the overpass even within the inviscid approximation. However, in the cases of the narrower gap that the height of the overpass is 4.5 m and 5.0 m, the pressure fluctuation of the results of the numerical simulation was under-estimated. The one of the reasons of the disagreement would be the inviscid approximation. In the real world, the flow field around the traveling train and the overpass is under the influence of laminar or turbulent boundary layer in the case that the train is very close to the overpass. But in this computation, such influences were ignored at all. Now, we have been developing the simulation code for the viscous compressible flow and computations are now running.

In the case that there is appropriate distance between the train and facilities like overpasses, it was shown to be able to estimate the effect of train passages to the facilities even within the inviscid approximation. This method combined the MCD method and the Expanded Sliding Mesh approach can be applied to computations including another facilities, for instance station platforms, or other kind of trains and also could help old facilities be reconstructed and rebuild. More accurate and detailed flow simulation considering viscosity will be required in the further study.