Skip to main content
  • Original Article
  • Open access
  • Published:

Train Vehicle Structure Design from the Perspective of Evacuation

Abstract

The safety of trains, a highly efficient mode of transportation, has attracted significant attention. In the vehicle structure design of a train, the evaluation of the passenger evacuation time is necessary. The establishment of a simulation model is the fastest, most convenient, and practical way to achieve this goal. However, few scholars have focused on the reliability of a passenger train evacuation simulation model. This paper proposes a new validation method based on dynamic time warping and multidimensional scaling. The proposed method validates the dynamic process of a simulation model, provides statistical results, and can be used for small-sample scenarios such as a train evacuation scenario. The results of a case study indicate that the proposed method is an effective and quantitative approach to the validation of simulation models in a dynamic process. Thus, this paper describes the influence of the train structure size on an evacuation based on the results of simulation experiments. The structural size factors include the door width, aisle width, and seat pitch. The experiment results indicate that a wide aisle and reasonable seat pitch can promote a proper evacuation. In addition, a normal train door width has no effect on an evacuation.

1 Introduction

Railway trains are a mode of transportation that provide flexibility, convenience, and fast, safe, reliable, and comfortable features. Railway train systems have been vigorously developed in recent years. However, railway disasters occur frequently, causing significant casualties, economic losses, and social impact. On October 12, 2018, a high-speed ICE train caught fire on its journey between Frankfurt and Cologne, Germany (Figure 1), causing no injuries but leading to delays along the well-traveled route. The train was halted, and emergency crews evacuated all 510 people on board. Disasters can be caused by either natural or man-made factors [1], and they include natural disasters, vehicle failures, operational errors, terrorist attacks, and other factors. Hence, issues regarding passenger evacuation have received increasing attention.

Figure 1
figure 1

A high-speed ICE train catching fire in Germany on October 12, 2018

Because the evacuation capability of a train is vital to the passengers on board, the structural design of a train car must take such a factor into account [2]. This paper studies the effects of the door width, aisle width, and seat pitch on a train evacuation. Some studies have been conducted on the influence of the structural size on the evacuation time in other fields. Wide doors can clearly reduce the evacuation time in building evacuations [3]. McLean and Corbett pointed out that the aisle width has a small but significant impact on airplane evacuations [4]. Nevertheless, McLean and Chittum reported that the aisle width does not affect the flowrate [5]. In addition, the seat pitch has a significant influence on the evacuation time [6]. Because the interior structures of high-speed trains are quite different from those of buildings and airplanes, their results may be unsuitable for high-speed trains.

There are two main research methods for passenger evacuations: real evacuation experiments and simulation experiments [7]. A real experiment recreates the evacuation process under different conditions. However, such experiments are extremely costly and harmful to the subjects [8]. Moreover, this method is for a post-design evacuation and is not applicable as an ongoing-design assessment. Therefore, researchers and designers prefer to use simulation experiments. Such experiments are economical and practical if the simulation model is realistic and accurate in comparison with the actual situation. There are numerous commercial software programs available for simulating an evacuation, including EXODUS, LEGION, PATHFINDER, and MassMotion. However, such programs are designed for building evacuations. Few simulation models for railways have been considered. In general, a simulation model is valid only for its specific application [9]. Additionally, it is impossible to achieve a universal validation owing to a lack of sufficient observational data [10]. Hence, it is necessary to validate the simulation models used for a railway system.

There are mainly two methods for validation, namely, a t-test and a graphical comparison [11]. A t-test is mainly used on static indicators. Zhang et al. [12] used a t-test to compare the total time for the model validation in the simulation of alighting and boarding behaviors in metro stations. However, a t-test alone cannot meet the validation requirements for a dynamic process. A visual graphical comparison technique is the most commonly used approach for a validation of simulation models for a dynamic process [13]. The basic validations of many commercial simulation software programs, such as EXODUS [14, 15], LEGION [16], PATHFINDER [17], and MassMotion [18] all use graphical comparisons. A large number of scholars have also used graphical comparisons to validate their simulation models. Chen et al. compared the evacuation behaviors at a T-shaped intersection between a simulation and experiment using the evacuation time series of a pedestrians graph [19]. Zhou et al. [20] compared three evacuation time series to validate their model. Nagai et al. [21] used graphical comparisons to show that the experimental results are consistent with the simulation results. Although this technique is valuable, it is essentially qualitative [22] and inadequate for validation [23]. Other methods have also been used by a few scholars. Woensel and Vandaele used Theil’s inequality coefficient as an evaluation criterion to compare the speeds between the simulation model and reality [24]. However, this coefficient can only be applied to time series of equal length, which rarely occurs during a passenger train evacuation.

A passenger evacuation is a complex and dynamic process. Many factors such as human behavior and train design factors affect the evacuation time [14]. It is insufficient to validate the entire simulation process using only static indicators. Therefore, a comparison between two time series of the dynamic process is usually conducted. However, a graphical comparison is frequently subjective. In addition, only two samples are compared, making it easy for large errors to be produced. An objective comparison between several time series is a problem frequently faced by engineers and scientists [25].

Unlike other simulation processes, a passenger evacuation usually differs in terms of the time series length. The escape time for each passenger is random. This leads to different evacuation times under exactly the same conditions. Owing to the different time series lengths, the difficulty in their quantitative comparison is increased.

This article has two main contributions. First, a new method for validating the simulation model in a dynamic process is proposed. The new validation method compares the time series from several simulations using a real time series in a statistical manner. Specifically, the lengths of the time series may be unequal, which is often the case in reality. Experiments and comparisons show that this method can effectively achieve a quantitative comparison on multiple time series. Second, the influence of three structural train size factors on an evacuation was studied through simulations, namely, the door width, aisle width, and seat pitch. The range of their values in the train design was determined. In addition, single-factor experiments have been designed to study their effects on a train evacuation.

The remainder of the paper is organized as follows. Section 2 describes the new validation method and provides a case study and comparison between the new validation method and other approaches. Section 3 provides an experimental design of the influence of three structural train size factors on an evacuation. The results and a discussion are provided in Sections 4 and 5, respectively. Finally, Section 6 gives some concluding remarks regarding this research.

2 Preliminary

As previously shown, most validation methods rely on a visual comparison and a subjective evaluation [26]. This section presents a quantitative method for validation. Unlike many other methods that only compare two time series for validation, the proposed method compares numerous time series generated using a simulation model with one or more time series from reality. Because random errors exist in both the simulation model and reality, the validation results from comparing two time series are not credible, and thus a series of successful simulations can be applied to increase the credibility [27]. Moreover, this method can process time series of different lengths, which is suitable for train evacuation scenarios.

2.1 Method Outline

To compare multiple time series, we first need to solve the problem of their different lengths. In this section, we use dynamic time warping to transform two time series with different lengths into a similarity. Then, to reduce the dimensions of the similarity, we use multidimensional scaling. Finally, we use a Hotelling’s One Sample T2 Test to check if there is a difference in the position of the samples at a low dimension.

The proposed method for a validation of the time series applies the following three steps.

  1. (1)

    Input all time series from the simulation based on a time series from reality. Calculate the distance matrix D through dynamic time warping (DTW).

  2. (2)

    Use multidimensional scaling (MDS) to reduce the dimensions of distance matrix D and determine the position of the samples in the lower dimensions.

  3. (3)

    Propose a hypothesis that there is no difference between the simulation and actual results. Use a Hotelling’s One Sample T2 Test for testing.

The details of this method are described below.

2.2 Dynamic Time Warping

Dynamic time warping (DTW) is a widely used algorithm for measuring the similarity between two time series datasets. Its applications include speech recognition, signature verification [28], shape matching, vocalization classification [29], and other time series analyses [30, 31]. As an advantage of DTW, it can compare time series sets of varying length. As the case often rises in simulations, DTW is also suitable for comparing the dynamic processes in simulations.

Given two time series datasets R = r1, r2,…, rm and S = s1, s2,…, sn, the lengths of R and S may differ. To measure the similarity between R and S, DTW first constructs an \( m \times n \) similarity matrix D between points ri and sj using a cost function. The most commonly used cost function is Euclidean distance. Therefore, the element of the similarity matrix, D, also called a distance matrix, is d(ri, sj) = (risj)2.

Because DTW assumes that time is continuous and monotonous, the minimum cost path can be calculated from the start point (1, 1) to the end point (m, n) in D without violating this assumption. In addition, the cost of the path divided by the path length can be used as the similarity between R and S.

Let us define wk = (i, j)k; the problem then becomes the calculation of path W = w1, w2,…, wK; max(m, n) ≤ K ≤ m + n − 1. Its objective function is

$$ \hbox{min} \mathop \sum \limits_{\kappa = 1}^{K} w_{\kappa } /K, $$
(1)

In addition, it is subject to

$$ \left\{ {\begin{array}{*{20}l} {\begin{array}{*{20}l} {w_{1} = \left( {1,1} \right),} \\ {w_{K} = \left( {m,n} \right),} \\ {0 \le r_{\kappa } - r_{\kappa - 1} \le 1,} \\ \end{array} } \\ {0 \le s_{\kappa } - s_{\kappa - 1} \le 1.} \\ \end{array} } \right. $$
(2)

Dynamic programming is used to solve this short path problem. Let us define γ(i, j) as the minimum distance from (1, 1) to (i, j); the recursions of the problem are then

$$ \upgamma\left( {i,j} \right) = d\left( {r_{i} ,s_{j} } \right) + { \hbox{min} }\left\{ {\gamma \left( {i - 1,j - 1} \right),\gamma \left( {i - 1,j} \right),\gamma \left( {i,j - 1} \right)} \right\}. $$
(3)

Therefore, the similarity between R and S is simRS = (γ(m, n))/K. Clearly, its range is [0, +∞]. The closer simRS is to zero, the higher the similarity between R and S. However, the DTW distance is not a metric because it does not fully satisfy the triangle inequality. In fact, it is a loose metric of high dimensions [32]. Hence, the following steps are needed for a dimensional reduction.

The above method is used to calculate the similarity between two time series datasets. In the validation of a simulation model, there are many time series datasets from the simulation and at least one practical time series dataset. We merge them and calculate the similarity matrix SIM = (simij) between them.

2.3 Multidimensional Scaling

Multidimensional scaling (MDS) is a multivariate data analysis method that expresses the similarity or affinity between objects in the form of a spatial distribution. It belongs to a taxonomy because it is used in geochronology [33], graph-based pattern recognition [34], time series classification [35], and genetics [36]. Unlike other dimensional reduction methods that require raw data, MDS only needs a similarity matrix SIM, which can be provided by the first step.

The previous similarity matrix SIM can be used to construct a matrix \( A = \left( {a_{ij} } \right) = \left( { - 1/2*sim_{ij}^{2} } \right) \). Let \( B = \left( {b_{ij} } \right) \) and set \( b_{ij} = a_{ij} - \overline{{a_{i.} }} - \overline{{a_{.j} }} - \overline{{a_{..} }} \). Find the eigenvalues of matrix \( \lambda_{1} \ge \lambda_{2} \ge \cdots \ge \lambda_{p} \). If there is no negative eigenvalue, it indicates that B ≥ 0, and therefore SIM is a similarity matrix. Otherwise, SIM is not a similarity matrix. Let

$$ a_{1,k} = \frac{{\mathop \sum \nolimits_{i = 1}^{k} \lambda_{i} }}{{\mathop \sum \nolimits_{i = 1}^{p} \left| {\lambda_{i} } \right|}}, \quad a_{2,k} = \frac{{\mathop \sum \nolimits_{i = 1}^{k} \lambda_{i}^{2} }}{{\mathop \sum \nolimits_{i = 1}^{p} \lambda_{i}^{2} }}. $$
(4)

These two quantities correspond to the cumulative contribution rate in a principal component analysis (PCA). We hope that the value of k is not too large and that a1,k and a2,k are large. Usually, k = 1, 2, or 3. When k is taken, use \( \hat{x}_{\left( 1 \right)} ,\hat{x}_{\left( 2 \right)} , \ldots ,\hat{x}_{\left( p \right)} \)to denote the orthogonalized eigenvector of B corresponding to its eigenvalues λ1, λ2,…, λp. Ensure that \( \hat{x^{\prime}}_{\left( i \right)}\hat{x}_{\left( i \right)} = \lambda_{i} ,\quad i = 1,2, \ldots ,k \). Usually the eigenvalue λk should greater than zero. If λk is less than zero, the value of k should be reduced.

Let \( \hat{X} = \hat{x}_{\left( 1 \right)} ,\hat{x}_{\left( 2 \right)} , \ldots ,\hat{x}_{\left( k \right)} \), and the row vector \( x_{1} ,x_{2} , \ldots ,x_{N} ,x_{N + 1} \) of \( \hat{X} \) is then the classical solution. Here, N is the number of time series datasets from the simulation. After using MDS, N simulation results and one sample from reality are placed in a k-dimensional space with their DTW distances preserved as well as possible. Hence, the statistical method can be used to test the validation of the simulation results. This will be shown in the next step.

2.4 Hotelling’s One Sample T2 Test

After a dimensional reduction, the simulation samples become \( X = \left( {x_{1} ,x_{2} , \ldots ,x_{N} } \right)' \), and the actual sample becomes μ0 = x(N+1). Let μ be the mean vector of X. The following assumptions will be then tested.

$$ H_{0}{:}\mu = \mu_{0} , \quad H_{1}{:}\mu \ne \mu_{0} , $$
(5)

Because the covariance matrix is unknown, and its unbiased estimator is \( S = \frac{1}{N - 1}\mathop \sum \nolimits_{i = 1}^{N} \left( {X_{i} - \mu } \right)\left( {X_{i} - \mu } \right)' \), the multivariate square statistic is

$$ T^{2} = N\left( {\mu - \mu_{0} } \right)'S^{ - 1} \left( {\mu - \mu_{0} } \right) . $$
(6)

The Hotelling statistic T2 follows the T2 distribution with parameters p, N−1, that is \( T^{2} \sim T_{p,N - 1}^{2} \). From the relationship between the Hotelling distribution and the F-distribution, we know that, when the original hypothesis H0 is true, we have

$$ F = \frac{N - p}{{\left( {N - 1} \right)p}}T^{2} \sim F\left( {p,N - p} \right) . $$
(7)

Using the F-distribution, the rejection domain of the original hypothesis is

$$ \left( {\frac{N - p}{{\left( {N - 1} \right)p}}T^{2} > F_{\alpha } \left( {p,N - p} \right)} \right) . $$
(8)

In this way, the believability of the simulation system can be verified.

2.5 Case Study: Passenger Train Evacuation Simulation and Validation

This section presents a case study using the proposed method to verify the validation of the Legion simulation model. Legion is a commercial simulation software package, and its core is the microscopic pedestrian interaction model [37]. It has been used in a wide range of large buildings such as metro stations [38], train stations, and stadiums [37]. This section describes the validation of Legion in the dynamic process of a train evacuation. At the same time, a subjective evaluation and t-test are used to verify the effectiveness of the proposed method.

2.5.1 Basic Simulation Model

The basic simulation model is a mobile cellular automata (MCA) [16]. The simulation space is divided into lattice cells 10 cm wide. A person is represented by a 3 by 3 grid (30 cm2). A grid can only be occupied by one person at a time, and a person can only move to adjacent cells at a time. A simulated annealing algorithm is used to calculate the paths of the people toward their destinations. As the constraints, people do not collide with other people or objects. The goal is to minimize personal effort, which includes inconvenience, frustration, and discomfort. The flow of the simulation model is as follows.

  • Step 1: Initialization scenario.

  • Step 2: Generate passengers and their targets. Set t = 0.

  • Step 3: Generate paths of passengers randomly.

  • Step 4: Check whether passengers collide with others or things. If so, go to Step 3. Otherwise, go to the next step.

  • Step 5: Calculate the overall effort and its reduction.

  • Step 6: Check whether the reduction is up to the standard. If so, go to Step 3. Otherwise, go to the next step.

  • Step 7: Passengers move in a time step according to their paths. Set t = t + 1.

  • Step 8: Check whether all passengers reach their targets. If not, go to Step 3. Otherwise, end the simulation.

2.5.2 Passenger Train Evacuation Experiment

The real sample of a passenger train evacuation was derived from 12 experiment trials conducted by the Volpe Center in 2005 [14, 39]. A series of trials was conducted at North Station, Boston, MA with the cooperation of the Massachusetts Bay Transportation Authority (MBTA). Because the conditions of the 12 experimental trials differ, this paper only uses one for validation of the Legion model. This trial is the trial four, in which passengers are egressed from the car to the high platform through two side doors under normal lighting.

The MBTA provides two single-level “MBB” commuter rail cars for the trials, and only the “CTC-3” car was used in trial four. A single group of 84 individuals, 40 males and 44 females, participated in the egress trial. The speeds for the males and females are shown in Table 1.

Table 1 Minimum and maximum free walking travel speeds during egress trials (m/s)

2.5.3 Simulation

This study established a simulation car model according to the real size of the “CTC-3” car, as shown in Figure 2.

Figure 2
figure 2

Simulation model of MBB CTC-3 car

As with trial four, the numbers of male and female passengers were 40 and 44, respectively. Because there is no specific velocity distribution in the egress trial, this study uses a uniform distribution to express the passenger speed. Hence, the male speed distribution is U(1.2, 2), and the female speed distribution is U(1, 1.8). The simulation model was run 25 times.

2.5.4 Analysis of Exit Passenger Flow

One of the purposes of the egress trails is to study those factors affecting passengers evacuation. The trial organizers use a mean passenger flow rate at the side doors as an indicator. However, because the evacuation is a dynamic process, the flow rate changes over time. A mean value will lose a lot of information during this process. Hence, this paper uses a flow rate time series dataset as the indicator. The flow rate time series dataset of the reality sample is shown in Figure 3.

Figure 3
figure 3

Flow rate time series of the real sample

Using the DTW algorithm described in Section 2.2, we obtain the similarity matrix SIM of the flow rates from all samples.

Figure 4 shows a corresponding thermal map of SIM. It can be seen from Figure 4 that there is no significant difference between samples. The real data from these samples cannot be subjectively determined. Figure 5 shows a clustering result obtained by the ward.D linkage method. The samples are divided into two groups. From the clustering result, it is impossible to distinguish the real sample from the simulation samples. From a Turing test point of view, the simulation dataset can be considered as a real dataset.

Figure 4
figure 4

Thermal map of SIM

Figure 5
figure 5

Clustering result

Next, MDS is used for a dimensional reduction. In this study, k = 3 was set to maintain more information. Figure 6 shows the results after MDS is applied. The circle represents the real flow rate, and the triangles represent the simulation flow rate after a dimensional reduction. As indicated by the three-view map and the three-dimensional map, the real flow rate is almost at the center of the simulation flow rate, and the simulation flow rates are evenly distributed around the real flow rate. Subjectively, there is no difference between the simulation samples and the real sample.

Figure 6
figure 6

MDS results

The result of Hotelling’s one sample T2 test shows that the simulation samples \( \left( {M = \left( {0.233 \times 10^{ - 3} ,0.195 \times 10^{ - 3} ,0.423 \times 10^{ - 3} } \right), SD = \left( {0.083, 0.064, 0.062} \right)} \right) \) do not differ significantly with the real sample, T2(3, 22) = 0.309, p = 0.819. p > 0.05, indicating that there is insufficient statistical evidence to show that the simulation model is not credible. The result indicates that there is an 81.9% level of confidence that the simulation model does not differ from reality.

2.5.5 Comparison

To verify the effectiveness of the proposed method, this paper compares the result with the results of the t-test and a graphical comparison, of which four indicators are used, namely, the first passenger’s evacuation time, the total evacuation time, the passenger flow at the exit, and the evacuation curve [2].

Single sample t-tests were conducted on the logarithm of the first three indicators. The results of the t-tests on the three indicators are shown in Table 2. All p values in Table 2 are greater than 0.05. This means there is no significant difference between the real evacuation and the simulation evacuations. The results are the same as those of the proposed method.

Table 2 Results of t-tests on three indicators

Figure 7 shows the passenger evacuation curve, which is the number of passengers evacuated from the vehicles over time. As can be seen from the figure, the simulated evacuation curve is consistent with the real evacuation curve.

Figure 7
figure 7

Comparison between real and simulation evacuations

It can be seen from the results that there is no significant difference between the simulation results and the actual result for the three static indicators. Furthermore, the evacuation curves between the two have a high consistency. The evacuation simulation is credible in a train environment. This result is consistent with the results of the proposed method. Therefore, the method presented in this paper is effective.

3 Method

Because a train evacuation is a complex process, many factors affect it. The setting of the initial scene has a significant impact on passenger evacuation [40]. To carry out our research, we first need to determine the setting of the control variables and the effective interval of independent variables. The independent variables are the spatial factors, and the control variables mainly include the evacuation scenes and passenger attributes.

3.1 Evacuation Scenarios and Passenger Properties

This study applied a CRH5 second-class car (see Figure 8) as the evacuation compartment. Two platform side doors were fully open for passengers to evacuate to the platform.

Figure 8
figure 8

CRH5 second-class car simulation model

The number of passengers is the maximum carrying capacity of the train. In other words, the passenger density is four persons per square meter in free space minus the seats [41]. Hence, a total of 130 passengers are in the coach.

Table 3 shows the passenger age distribution and speed statistics applied in the experiment [42]. The speed of each type of passenger has a uniform distribution according to Table 3. The choice of evacuation route is based on the principle of proximity.

Table 3 Passenger age-speed distribution table

3.2 Independent and Dependent Variables

The dependent variable is the total evacuation time.

The independent variables are three size parameters of the passenger train structure. The three spatial parameters studied in this paper are the aisle width, door width, and seat pitch.

Table 4 shows the spatial parameters of major high-speed second-class vehicle trains in China [43,44,45]. They determine the ranges of the three spatial parameters together with some ergonomic parameters.

Table 4 Main high-speed second-class space parameters of trains in China

The minimum aisle width is 45 cm, as shown in Table 4. For two persons passing through face to face, the minimum aisle width is 76 cm [46]. Table 4 shows that the minimum and maximum door widths are 66 and 110 cm, respectively. The minimum seat pitch is 90 cm, as shown in Table 4. The maximum seat pitch can reach 101 cm [47].

In conclusion, the minimum reasonable interval of the aisle is [45, 76 cm]. The interval of the door width is [66, 110 cm]. In addition, the maximum reasonable interval of the seat pitch is [90, 101 cm].

3.3 Design Experiment

Based on the above range of values, the experimental levels of the three parameters are determined in Table 5. To create an arithmetic progression, some of the scope has been slightly altered without affecting the outcomes of this research.

Table 5 Six levels of the three spatial parameters

In the corresponding model built for the simulation, the value of a single parameter changed while the other factors remain unchanged. The simulation was run 20 times for each spatial parameter at each level.

3.4 Data Analysis

To study the main effects of the various factors, an analysis of the variance was conducted. A curve fitting was applied to observe the influencing trend of various factors on the evacuation. The significance was determined based on a 0.05 level.

4 Results

4.1 Results of Aisle Width

Table 6 shows the ANOVA results of the aisle width on the evacuation time. The overall score of F(5,114) = 13.67 is significant (p =  1.87 × 10−10 < 0.05), indicating significant differences between the six levels.

Table 6 Variance analysis results of aisle width

A curve fitting method was used to establish a mathematical relationship between the aisle width and evacuation time. By observing the scatter plot, a quadratic function was used to fit the curve. The regression equation and the fitting curve are shown in Figure 9.

Figure 9
figure 9

Fitting curve of the evacuation time and aisle width

The regression equation is y = 0.009x2 − 1.63x + 174.65. A regression analysis was carried out on the fitting curve. The overall score of F(2, 3) = 30.76 is significant (p = 0.01 < 0.05). In addition, R2 = 0.95 indicates that the fitting equation has a high degree of fit and can be used to explain the effect of the aisle width on the evacuation time.

4.2 Results of Door Width

Figure 10 shows the experiment results with the confidence interval. Table 7 shows the ANOVA results of the door width on the evacuation time. The overall score of F(5,114) = 1.19 is insignificant (p = 0.32 > 0.05). This shows that there is no statistically significant difference between the six levels. Therefore, a curve fitting is not conducted.

Figure 10
figure 10

Histogram of evacuation time at different door width levels with confidence interval

Table 7 Variance analysis results of door width

4.3 Results of Seat Pitch

Table 8 shows the ANOVA results of the seat pitch on the evacuation time. The overall score of F(5,114) = 2.33 is significant (p = 0.047 < 0.05), indicating that there are significant differences between the six levels.

Table 8 Variance analysis results of seat pitch

By observing their scatter plot, a quadratic function is used to fit the curve. The regression equation and the fitting curve are shown in Figure 11.

Figure 11
figure 11

Fitting curve of evacuation time and seat pitch

The regression equation is y = − 0.165x2 + 30.965x − 1339.3. A regression analysis is carried out on the fitting curve. The overall score of F(2,3) = 21.08 is significant (p = 0.017 < 0.05). In addition, R2 = 0.93 indicates that the fitting equation has a high degree of fit and can be used to explain the effect of the seat pitch on the evacuation time.

5 Discussion

5.1 Effects of Aisle Width

The above results show that the change in aisle width has a significant impact on the evacuation time. The fitting curve in Figure 9 shows that the evacuation time decreases as the aisle width increases. At the end of the curve, the reduction rate of the evacuation time also decreases. This result is similar to the results of the building evacuation [19, 48].

5.2 Effects of Door Width

It can be seen from the above experiments that the door width within the interval [65, 110] has no effect on the evacuation time. This conclusion differs from general experience and the research results from other fields.

It is generally believed that the door width affects the crowd evacuation. Research on ships [49] and public buildings [50] has shown that the evacuation time decreases as the door width increases. However, the reduction rate of the evacuation time exponentially decreases as the door width increases [51, 52].

To test whether this fact also occurs in the train evacuation, this study added three levels of testing based on the above experiments. The three levels of door width are 38, 47, and 56 cm, respectively. All other experiment conditions are the same as before. The new experiment results are as follows.

Table 9 shows the new ANOVA results of the door width on the evacuation time. The overall score of F(8,171) = 12.46 is significant (p=5.21×10−14 <0.05). This indicates that there are significant differences between the nine levels.

Table 9 Variance analysis results of door width (2)

By observing their scatter plot, a cubic function is used to fit the curve. The regression equation and the fitting curve are shown in Figure 12.

Figure 12
figure 12

Fitting curve of evacuation time and door width

The regression equation is y = −0.0002x3 + 0.045x2 − 3.816x + 214.77. A regression analysis is carried out on the fitting curve. The overall score of F(3,5) = 23.133 is significant (p = 0.002 < 0.05). Here, R2 = 0.93 indicates that the fitting equation has a high degree of fit and can be used to explain the effect of the door width on the evacuation time.

It can be seen from the above results that the functions of the evacuation time and the door width have a roughly L-shaped curve. This result is consistent with experience and other research results. When the door width of the second-class CRH5 car exceeds 56 cm, the increase in door width cannot effectively reduce the evacuation time. This threshold is much smaller than that of ships and buildings but close to that of aircraft [3, 6, 53]. This is because the aisles of trains and airplanes are narrow and long, and passengers are more likely to be crowded in the aisles and seats. Therefore, if the door width is within a reasonable range, the door will not experience congestion during a train evacuation.

5.3 Effects of Seat Pitch

The change in seat pitch has a significant impact on the evacuation time. The fitting curve in Figure 11 indicates that the evacuation time will increase at the beginning of the increase in seat pitch, and later decreases rapidly. Similar studies have been conducted in the aviation field. However, the seat pitch in the aircraft is less than 90 cm [10]. Because of the different ranges of seat pitch, it is difficult to draw any conclusions.

Because there is insufficient space for direct competition, the evacuation time increases initially. However, as the seat pitch increases, the excess space increases. When the seat pitch is approximately 95 cm, there is space for many people to pass through at the same time. The evacuation time decreases rapidly as the capacity of the seat pitch increases and the passengers become orderly. Therefore, the seat pitch should provide a reasonable space to allow passengers to walk steadily toward the aisle without providing extra space to allow for direct competition.

6 Conclusions

This study analyzed a train vehicle structure design from the perspective of an evacuation. First, a new validation method was proposed and applied to validate the simulation model in a passenger train evacuation. Second, a simulation method was used to analyze the influence of the three structural size factors of a train, namely, the door width, aisle width, and seat pitch, on the evacuation time.

The new validation method begins by constructing a similarity matrix using the DTW. Then, the time series is converted into points in a two- or three-dimensional space using a similarity matrix with MDS. Finally, a Hotelling’s one sample T2 Test is conducted on the points representing the simulation process. In a case study, a simulation model of a passenger train evacuation experiment was built using the Legion model. The results indicate that the simulation model has a high degree of credibility. The t-test and graphical comparison results were compared with these results, which show a level of consistency, indicating the effectiveness of the proposed method.

Three single-factor experiments were designed to study the effects of the three factors on the evacuation time. The simulation model was applied as the experiment environment. The results indicate that, within the interval of [45, 80] cm, the wider the aisle is, the shorter the evacuation time. When the door width is within a reasonable range, that is, within the [65, 110] cm interval, there is no influence on the evacuation time. However, if the door width is less than approximately 56 cm, the evacuation time will increase rapidly. Approximately 95 cm of seat spacing will cause direct competition among the passengers, thereby reducing the evacuation efficiency. Therefore, the design of the seat pitch within the range of [90, 100 cm] should not result in passenger competition.

References

  1. A Leiba, D Schwartz, T Eran, et al. DISASTCIR: Disastrous incidents systematic analysis through components, interactions and results: Application to a large-scale train accident. The Journal of Emergency Medicine, 2009, 37: 46-50.

    Article  Google Scholar 

  2. E R Galea, S Gwynne. Estimating the flow rate capacity of an overturned rail carriage end exit in the presence of smoke. Fire and Materials, 2000, 24: 291-302.

    Article  Google Scholar 

  3. J Izquierdo, I Montalvo, R Pérez, et al. Forecasting pedestrian evacuation times by using swarm intelligence. Physica A: Statistical Mechanics and Its Applications, 2009, 388: 1213-1220.

    Article  Google Scholar 

  4. G A McLean, C L Corbett. Access-To-Egress III: repeated measurement of factors that control the emergency evacuation of passengers through the transport airplane type-III overwing exit. Federal Aviation Administration Oklahoma City OK Civil Aeromedical Inst., 2004.

  5. G A McLean, M E Wayda. Access-to-egress: A meta-analysis of the factors that control emergency evacuation through the transport airplane type-III overwing exit. US Department of Transportation, Federal Aviation Administration, Office of Aviation Medicine, 2001.

    Google Scholar 

  6. H C Muir, D M Bottomley, C Marrison. Effects of motivation and cabin configuration on emergency aircraft evacuation behavior and rates of egress. The International Journal of Aviation Psychology, 1996, 6: 57-77.

    Article  Google Scholar 

  7. H Liu, B Liu, H Zhang, et al. Crowd evacuation simulation approach based on navigation knowledge and two-layer control mechanism. Information Sciences, 2018, 436: 247-267.

    Article  MathSciNet  Google Scholar 

  8. K Dopart. Aircraft evacuation testing: Research and technology issues. Office of Technology Assessment Congress of the United States, 1993.

  9. S Robinson. General concepts of quality for discreteevent simulation. European Journal of Operational Research, 2002, 138: 103-117.

    Article  MATH  Google Scholar 

  10. H Christopher Frey, S R Patil. Identification and review of sensitivity analysis methods. Risk Analysis, 2002, 22: 553-578.

    Article  Google Scholar 

  11. J P C Kleijnen. Verification and validation of simulation models. European Journal of Operational Research, 1995, 82: 145-162.

    Article  MATH  Google Scholar 

  12. Q Zhang, B Han, D Li. Modeling and simulation of passenger alighting and boarding movement in Beijing metro stations. Transportation Research Part C: Emerging Technologies, 2008, 16: 635-649.

    Article  Google Scholar 

  13. R G Sargent. Verification and validation of simulation models. Journal of Simulation, 2013, 7: 12-24.

    Article  Google Scholar 

  14. E R Galea, D Blackshields, K M Finney, et al. Passenger train emergency systems: development of prototype railEXODUS software for US passenger rail car egress. United States. Federal Railroad Administration. Office of Research and Development, 2014.

    Google Scholar 

  15. E R Galea. A general approach to validating evacuation models with an application to EXODUS. Journal of Fire Sciences, 1998, 16: 414-436.

    Article  Google Scholar 

  16. G K Still. Crowd dynamics. University of Warwick, 2000.

  17. T Engineering. Verification and Validation: Pathfinder 2012.1. Thunderhead Engineering Consultants.

  18. B Anvari, C K Nip, A Majumdar. Toward an accurate microscopic passenger train evacuation model using MassMotion. 2017.

    Google Scholar 

  19. C K Chen, J Li, D Zhang. Study on evacuation behaviors at a T-shaped intersection by a forcedriving cellular automata model. Physica A: Statistical Mechanics and Its Applications, 2012, 391: 2408-2420.

    Article  Google Scholar 

  20. M Zhou, H Dong, F Y Wang, et al. Modeling and simulation of pedestrian dynamical behavior based on a fuzzy logic approach. Information Sciences, 2016, 360: 112-130.

    Article  Google Scholar 

  21. R Nagai, M Fukamachi, T Nagatani. Evacuation of crawlers and walkers from corridor through an exit. Physica A: Statistical Mechanics and its Applications, 2006, 367: 449-460.

    Article  Google Scholar 

  22. W L Oberkampf, M F Barone. Measures of agreement between computation and experiment: validation metrics. Journal of Computational Physics, 2006, 217: 5-36.

    Article  MATH  Google Scholar 

  23. J R Grace, F Taghipour. Verification and validation of CFD models and dynamic similarity for fluidized beds. Powder Technology, 2004, 139: 99-110.

    Article  Google Scholar 

  24. T Van Woensel, N Vandaele. Empirical validation of a queueing approach to uninterrupted traffic flows. 4OR, 2006, 4: 59-72.

    Article  MathSciNet  MATH  Google Scholar 

  25. C J Kat, P S Els. Validation metric based on relative error. Mathematical and Computer Modelling of Dynamical Systems, 2012, 18: 487-520.

    Article  MathSciNet  MATH  Google Scholar 

  26. E Kutluay, H Winner. Validation of vehicle dynamics simulation models–a review. Vehicle System Dynamics, 2014, 52: 186-200.

    Article  Google Scholar 

  27. T G Nguyen, J L de Kok, M J Titus. A new approach to testing an integrated water systems model using qualitative scenarios. Environmental Modelling & Software, 2007, 22: 1557-1571.

    Article  Google Scholar 

  28. A Efrat, Q Fan, S Venkatasubramanian. Curve matching, time warping, and light fields: New algorithms for computing similarity between curves. Journal of Mathematical Imaging and Vision, 2007, 27: 203-216.

    Article  MathSciNet  Google Scholar 

  29. J C Brown, A Hodgins-Davis, P J O Miller. Classification of vocalizations of killer whales using dynamic time warping. The Journal of the Acoustical Society of America, 2006, 119: EL34-EL40.

    Article  Google Scholar 

  30. Y Li, Z Wu, H Chen. A grid-based method to represent the covariance structure for earthquake ground motion. Mathematical Problems in Engineering, 2012, 2012: 1-13.

    MathSciNet  MATH  Google Scholar 

  31. M A A Cox. Analysis of stock market indices through multidimensional scaling. Journal of Statistical Computation and Simulation, 2013, 83: 2015-2029.

    Article  MathSciNet  Google Scholar 

  32. EV Ruiz, FC Nolla, HR Segovia. Is the DTW “distance” really a metric? An algorithm reducing the number of DTW comparisons in isolated word recognition. Speech Communication. 1985, 4: 333-344

    Article  Google Scholar 

  33. P Vermeesch. Multi-sample comparison of detrital age distributions. Chemical Geology, 2013, 341: 140-146.

    Article  Google Scholar 

  34. J Tang, B Jiang, C C Chang, et al. Graph structure analysis based on complex network. Digital Signal Processing, 2012, 22: 713-725.

    Article  MathSciNet  Google Scholar 

  35. J Zhao, L Itti. Classifying time series using local descriptors with hybrid sampling. IEEE Transactions on Knowledge and Data Engineering, 2016, 28: 623-637.

    Article  Google Scholar 

  36. Y Wang, J Waters, M L Leung, et al. Clonal evolution in breast cancer revealed by single nucleus genome sequencing. Nature, 2014, 512: 155-160.

    Article  Google Scholar 

  37. J L Berrou, J Beecham, P Quaglia, et al. Calibration and validation of the Legion simulation model using empirical data. Pedestrian and Evacuation Dynamics 2005, Berlin, Heidelberg: Springer, 2007: 167-181.

  38. S Seriani, R Fernandez. Pedestrian traffic management of boarding and alighting in metro stations. Transportation Research Part C: Emerging Technologies, 2015, 53: 76-92.

    Article  Google Scholar 

  39. S H Markos, J K Pollard. Passenger train emergency systems: Single-level commuter rail car egress experiments. U.S. Department of Transportation, 2015.

    Google Scholar 

  40. W Liao, A Tordeux, A Seyfried, et al. Measuring the steady state of pedestrian flow in bottleneck experiments. Physica A: Statistical Mechanics and Its Applications, 2016, 461: 248-261.

    Article  Google Scholar 

  41. F Kaakai, S Hayat, A El Moudni. A hybrid Petri nets-based simulation model for evaluating the design of railway transit stations. Simulation Modelling Practice and Theory, 2007, 15: 935-969.

    Article  Google Scholar 

  42. L IMO. Interim Guidelines for Evacuation Analyses for New and Existing Passenger Ships, 2002. MSC/Circ, 1033.

  43. S G Zhang. CRH1 EMU. Beijing: China Railway Publishing House, 2008. (in Chinese)

    Google Scholar 

  44. S G Zhang. CRH2 EMU. Beijing: China Railway Publishing House, 2008. (in Chinese)

    Google Scholar 

  45. S G Zhang. CRH5 EMU. Beijing: China Railway Publishing House, 2008. (in Chinese)

    Google Scholar 

  46. MIL-HDBK-759C. Handbook for human engineering design guidelines. US. Department of Defense, 1991.

  47. UIC 567. General Provisions for Coaches. International Union of Railways, 2004.

  48. S M Lo, Z Fang, P Lin, et al. An evacuation model: the SGEM package. Fire Safety Journal, 2004, 39: 169-190.

    Article  Google Scholar 

  49. H Kim, J H Park, D Lee, et al. Establishing the methodologies for human evacuation simulation in marine accidents. Computers & Industrial Engineering, 2004, 46: 725-740.

    Article  Google Scholar 

  50. R Y Guo, H J Huang. A mobile lattice gas model for simulating pedestrian evacuation. Physica A: Statistical Mechanics and its Applications, 2008, 387: 580-586.

    Article  Google Scholar 

  51. W Song, X Xu, B H Wang, et al. Simulation of evacuation processes using a multi-grid model for pedestrian dynamics. Physica A: Statistical Mechanics and Its Applications, 2006, 363: 492-500.

    Article  Google Scholar 

  52. D R Parisi, C O Dorso. Microscopic dynamics of pedestrian evacuation. Physica A: Statistical Mechanics and Its Applications, 2005, 354: 606-618.

    Article  Google Scholar 

  53. X Song, L Ma, Y Ma, et al. Selfishness-and selflessness-based models of pedestrian room evacuation. Physica A: Statistical Mechanics and Its Applications, 2016, 447: 455-466.

    Article  Google Scholar 

Download references

Authors’ Contributions

WF was in charge of the whole trial; HQ wrote the manuscript; HQ assisted with sampling and laboratory analyses. Both authors read and approved the final manuscript.

Authors’ Information

Hanzhao Qiu, born in 1991, is currently a PhD candidate at State Key Lab of Rail Traffic Control & Safety, Beijing Jiaotong University, China. He received his master degree from Beijing Jiaotong University, China, in 2015. His research interests include man-machine system and human factors.

Weining Fang, born in 1968, is currently a professor at State Key Lab of Rail Traffic Control & Safety, Beijing Jiaotong University, China. He received his Ph.D. degree from Chongqing University, China, in 1996. His research interests include human factors, ergonomics and industrial design.

Competing Interests

The authors declare that they have no competing interests.

Funding

Supported by State Key Laboratory Foundation of China (Grant No. RCS2018ZT009).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Weining Fang.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Qiu, H., Fang, W. Train Vehicle Structure Design from the Perspective of Evacuation. Chin. J. Mech. Eng. 32, 88 (2019). https://doi.org/10.1186/s10033-019-0399-6

Download citation

  • Received:

  • Revised:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s10033-019-0399-6

Keywords