WO2023065595A1 - Procédé de calcul de simulations collaboratives pour réseau de transport ferroviaire urbain et station - Google Patents

Procédé de calcul de simulations collaboratives pour réseau de transport ferroviaire urbain et station Download PDF

Info

Publication number
WO2023065595A1
WO2023065595A1 PCT/CN2022/082426 CN2022082426W WO2023065595A1 WO 2023065595 A1 WO2023065595 A1 WO 2023065595A1 CN 2022082426 W CN2022082426 W CN 2022082426W WO 2023065595 A1 WO2023065595 A1 WO 2023065595A1
Authority
WO
WIPO (PCT)
Prior art keywords
simulation
station
passenger
train
line network
Prior art date
Application number
PCT/CN2022/082426
Other languages
English (en)
Chinese (zh)
Inventor
郑宣传
杨秀仁
高国飞
秦勇
魏运
陈明钿
郑汉
李明华
孙璇
王震
Original Assignee
北京城建设计发展集团股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 北京城建设计发展集团股份有限公司 filed Critical 北京城建设计发展集团股份有限公司
Publication of WO2023065595A1 publication Critical patent/WO2023065595A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation

Definitions

  • the invention relates to the technical field of urban rail transit simulation, in particular to a collaborative simulation calculation method for an urban rail transit line network and a station.
  • the designer of the present invention by concentrating on research and design, and integrating the experience and achievements of related industries for many years, researched and designed a kind of urban rail transit line network and station collaborative simulation calculation method to overcome the above-mentioned problems. defect.
  • the purpose of the present invention is to provide a co-simulation calculation method for urban rail transit network and stations, which can overcome the defects of the prior art, realize task decomposition, information interaction, real-time communication and co-simulation of the network center and station nodes, and realize large-scale
  • the operation simulation and evaluation of large-scale urban rail transit systems can improve the operation efficiency, management level and service quality of the entire urban rail transit system.
  • the present invention discloses a co-simulation calculation method for urban rail transit line network and station, which is characterized in that it comprises the following steps:
  • Step 1 the network center and station nodes load the simulation model, configure the file to perform initialization, start the simulation synchronously, and perform single-step simulation calculation;
  • Step 2 the line network center regularly reads the train diagram data and generates a train set, and registers the train arrival events in order of arrival time;
  • Step 3 the line network center regularly reads the AFC card swiping data, generates a set of passengers waiting to travel, and selects the travel route of the passengers;
  • Step 4 The line network center sends the station entry simulation task to the station node and pushes the passenger data. After the station node executes the station entry simulation task, it generates a set of waiting passengers on the target platform and pushes it to the line network center;
  • Step 5 the line network center processes the train arrival event according to the simulation clock, sends the simulation tasks of getting off and getting on the train to the station node and pushes the train number and passenger data of getting off the train, and the station node runs the passenger getting off process and boarding process micro
  • the passenger data on the train is generated and pushed to the line network center, and the line network center updates the passenger information of the train;
  • Step 6 The line network center sends the transfer simulation and outbound simulation tasks to the station nodes according to the station type, and the station nodes add the travel targets of passengers to the platform waiting queue, waiting queue or waiting passenger queue respectively. , after the station node runs the microscopic simulation of the passenger transfer process, it generates a set of waiting passengers on the target platform and pushes it to the network center; after the station node runs the passenger outbound simulation process, it generates a set of outbound passengers and pushes it to the network center;
  • step 7 the line network center waits for all station nodes to complete the single-step simulation calculation, then synchronously sends the next simulation clock to all station nodes, and executes steps 2-6 in a loop until the simulation is terminated.
  • step 1 includes:
  • Step 1.1 the line network center reads the basic data of the network and constructs the road network topology, calculates the K-short travel paths and utility functions of each starting point and end point of the network, and stores the travel path dictionary table;
  • Step 1.2 the station node loads the station simulation model and O-D configuration data, calculates the travel paths from all start points to the end points in the station, and builds a path dictionary table according to different passenger flow lines;
  • Step 1.3 The line network center and station nodes set the same simulation start clock t 0 , simulation end clock t e , and simulation step size ⁇ t. After the line network center starts the simulation, it sends the current simulation clock t i to all station nodes and executes a single step Simulation calculation.
  • step 2 includes:
  • Step 2.1 the line network center reads the train diagram data sequentially according to the line number, running direction, and train number, generates a train object set, and stores the arrival information of the train and the passenger information of each car in sequence according to the order of stops;
  • Step 2.2 The line network center registers the train arrival events in sequence according to the arrival time of the trains, and builds a dictionary table of the station IDs according to the arrival time and the train number.
  • Step 3 includes:
  • step 4 includes:
  • Step 4.1 the line network center stores the passenger data generated in step 3 according to the incoming station classification, establishes a communication connection with the station node, and issues the incoming simulation task and the corresponding incoming passenger data set;
  • Step 4.2 the station node finds the travel path in the station according to the passenger's starting point and destination, adds it to the set of passengers waiting to enter the station, runs the micro-simulation of the passenger's entering the station, and when the passenger arrives at the waiting platform, selects a car to wait for, and stores it in the waiting queue of the corresponding car;
  • step 4.3 the station node pushes the information of the number of passengers waiting in each car on the platform and the passengers who have completed entering the station to the network center.
  • step 5 includes:
  • Step 5.1 the line network center reads the train arrival event in time sequence, and judges whether the current simulated clock train arrives at the station, and if the train arrives, execute step 5.2, otherwise wait for the next simulated clock;
  • Step 5.2 read the train number information, station ID and platform ID of the arriving train, read the passenger data of the corresponding train arriving at the station and the set of passengers getting off the train; according to the complete travel path of the passengers getting off the train, subdivide them into outbound passengers collection and transfer passenger collection;
  • Step 5.3 the line network center establishes communication with the corresponding station node, issues the simulation tasks of getting off and getting on the train, and pushes the arrival time of the train, platform ID, and set of passengers getting off the train;
  • Step 5.4 the station node runs the micro-simulation of the passenger getting off process, and then runs the micro-simulation of the passenger's exit process or transfer process according to the passenger's whereabouts;
  • Step 5.5 the station node runs the micro-simulation of the passenger boarding process, and calculates the actual boarding number according to the capacity of each carriage, the overload rate and the number of people waiting for the train;
  • Step 5.6 the station node pushes the information of the actual boarding passengers and stranded passengers in each compartment of the train to the line network center;
  • step 5.7 the line network center updates the passenger collection information of each car in the train, and stores them in groups according to the stations where passengers get off, updates the travel status of passengers, and then updates the waiting passenger information on the platform.
  • step 6 includes:
  • Step 6.1 the line network center judges that if the station is a transfer station, it will send transfer simulation and outbound simulation tasks to the station node, otherwise only send station simulation tasks to the station node;
  • Step 6.2 determine the current travel target of the passengers getting off in step 5.3, if it is still the current platform, add it to the waiting queue of this platform; Add it to the corresponding queue to be transferred; if it is an outbound gate, query the outbound travel route according to the passenger's starting point and destination point, and add it to the corresponding waiting queue;
  • step 6.3 the station node runs the micro-simulation of the passenger transfer process. After the passenger arrives at the target platform and waiting in the carriage, the station node pushes the transfer passenger information to the line network center;
  • Step 6.4 the station node runs the micro-simulation of the passenger exit process, after the passenger arrives at the designated exit gate, removes it to the exit collection, and pushes the exit passenger information to the line network center;
  • Step 6.4 After receiving the information of passengers who have left the station, the line network center records the complete travel trajectory of the passengers and outputs it to the database.
  • step 7 includes:
  • Step 7.1 the station node receives the simulation clock t i issued by the network center, and after running the simulation calculation task of this step, returns the execution completion message to the network center;
  • step 7.3 if the next simulation clock is greater than the simulation end clock (t i+1 >t e ) or a stop command is triggered, the simulation is terminated; otherwise, steps 2-6 are executed in a loop.
  • the urban rail transit line network and station collaborative simulation calculation method of the present invention has the following effects:
  • Propose a dynamic information interaction mechanism between the network center and station nodes propose a collaborative simulation calculation method for urban rail transit network and stations, establish a communication interaction mechanism and task collaboration calculation method between the network center and station nodes, and finely describe passenger travel and
  • the spatio-temporal trajectory of train operation realizes the task decomposition, information interaction, real-time communication and collaborative simulation of the network center and station nodes.
  • This method can provide a new calculation method and technical framework for the subsequent research and development of the line network and station simulation co-simulation system, in order to realize the operation simulation and evaluation of large-scale urban rail transit systems, and improve the operation efficiency, management level and quality of the entire urban rail transit system. Quality of service plays an important role.
  • the dual-drive mode of simulation clock and train arrival event is adopted, which effectively improves the efficiency of simulation task distribution and station calculation.
  • the hot backup mechanism of simulation process data of the network center and station nodes the simulation under node or communication failure is realized.
  • the operation efficiency and robustness of the simulation platform can be greatly improved by mode switching and recovery operation after fault removal.
  • Fig. 1 is a flow chart of the urban rail transit line network and station co-simulation calculation method of the present invention.
  • Fig. 2 is a schematic diagram of the calculation process and interaction mode of the line network center and station nodes in steps 1 to 7 of the present invention.
  • Fig. 3 is a schematic diagram of generating a train arrival event according to the train diagram in step 2 of the present invention.
  • Fig. 4 is a schematic diagram of passenger route selection in step 3 and station entry process simulation in step 4 of the present invention.
  • Fig. 5 is an interaction diagram of inbound passenger information between the line network center and multiple station nodes in step 4.1 of the present invention.
  • Fig. 6 is a schematic diagram of simulation of the passenger getting off process and boarding process in step 5 of the present invention.
  • Fig. 7 is a schematic diagram of simulation of passenger transfer process and exit process in step 6 of the present invention.
  • Table 1 is the set of train arrival events generated in step 2 of the present invention.
  • Fig. 1 to Fig. 7 it shows the co-simulation calculation method of urban rail transit line network and station of the present invention.
  • the co-simulation calculation method of the urban rail transit line network and the station comprises the following steps:
  • Step 1 the network center and station nodes load the simulation model, configure the file to perform initialization, start the simulation synchronously, and perform single-step simulation calculation.
  • Step 2 The line network center regularly reads the train diagram data and generates a train set, and registers the train arrival events in order of arrival time.
  • Step 3 The line network center regularly reads the AFC card swiping data, generates a set of passengers waiting to travel, and selects the travel route of the passengers.
  • Step 4 The line network center sends the station entry simulation task to the station node and pushes the passenger data. After the station node executes the station entry simulation task, it generates a set of waiting passengers on the target platform and pushes it to the line network center.
  • Step 5 the line network center processes the train arrival event according to the simulation clock, sends the simulation tasks of getting off and getting on the train to the station node and pushes the train number and passenger data of getting off the train, and the station node runs the passenger getting off process and boarding process micro
  • the passenger data on the train is generated and pushed to the line network center, and the line network center updates the passenger information of the train.
  • Step 6 The line network center sends the transfer simulation and outbound simulation tasks to the station nodes according to the station type, and the station nodes add the travel targets of passengers to the platform waiting queue, waiting queue or waiting passenger queue respectively. , after the microscopic simulation of the passenger transfer process at the station node, a set of waiting passengers is generated at the target platform and pushed to the network center; after the microcosmic simulation process of the passenger exit at the station node, a set of outbound passengers is generated and pushed to the network center.
  • step 7 the line network center waits for all station nodes to complete the single-step simulation calculation, then synchronously sends the next simulation clock to all station nodes, and executes steps 2-6 in a loop until the simulation is terminated.
  • the co-simulation calculation method of the urban rail transit line network and the station adopts the simulation clock and the train arrival event to jointly drive the simulation operation, and the calculation flow chart and data interaction form of the simulation process are shown in Figure 2, specifically including:
  • the line network center After the operation initialization of the line network center and station nodes in step 1, the line network center performs a single-step simulation calculation and notifies all station nodes to start the simulation.
  • the network line network center registers the train arrival event and generates a passenger data set.
  • step 4 run the passenger entry simulation, and send the entry simulation task and passenger data set to the corresponding station node.
  • the generated entry waiting passenger data set is the The boarding simulation in step 5 above provides a data source, and at the same time returns the result data of the waiting passengers who have entered the station to the line network center.
  • the line network center judges whether there is a train arrival at the current moment, if there is a train arrival event, then run the passenger alighting simulation process, and send the alighting and boarding simulation tasks to the corresponding station, and pass the train number to the station , stop platform, passenger data and other data sets, the station nodes that receive the task message run the micro-simulation of the passenger alighting process and the micro-simulation of the passenger boarding process in sequence.
  • the data is returned to the line network center.
  • the line network node sends the transfer simulation and outbound simulation tasks to the station node, and the station node runs the microscopic simulation of the passenger transfer process and pushes the set of transferred passengers to the line network center; After the station simulation process is microscopic, the set of passengers who have left the station is pushed to the center of the line network.
  • step 7 the line network node judges whether the simulation clock has reached the end clock, if not, then updates the simulation clock, and notifies all nodes to walk forward, and then transfers to step 2 to continue execution.
  • the line network center and station nodes described in step 1 load the simulation model and configure the file to perform initialization, and the specific steps include:
  • Step 1.1 the line network center reads the basic data of the network (including station entry, exit, transfer time and section running time) and constructs the road network topology, and calculates the K-short travel paths of each start-destination (O-D pair) of the network And utility function, and store travel path dictionary table;
  • Step 1.2 the station node loads the station simulation model and O-D configuration data, calculates the travel paths from all start points to the end points in the station, and constructs a path dictionary table according to different passenger flow lines (entry, exit, transfer);
  • Step 1.3 the network center and the station nodes set the same simulation start clock t 0 , simulation end clock t e , and simulation step size ⁇ t.
  • the network center After the network center starts the simulation, it sends the current simulation clock t i to all station nodes, and executes the single Step simulation calculation.
  • the line network center regularly reads the train diagram data and generates a train set, and registers the train arrival events in order of arrival time, and the specific steps include:
  • Step 2.1 the line network center reads the train diagram data sequentially according to the line number, running direction, and train number, generates a train object set, and stores the train arrival information (including station code, platform code, and arrival time) in sequence according to the order of stops. , departure time) and passenger information of each car (passengers in the car before arriving at the station, passengers getting off at this station and passengers on board).
  • train arrival information including station code, platform code, and arrival time
  • passenger information of each car passengers in the car before arriving at the station, passengers getting off at this station and passengers on board.
  • step 2.2 the line network center registers train arrival events in sequence according to the arrival time of trains, and builds a dictionary table of station IDs based on the arrival time and train numbers.
  • train T01001 stops at platform P01011 at time t1
  • train T01002 stops at platform P01052 at the same time
  • two stop records [T01001, P01011], [T01002, P01052] are stored at time t1 , and the same method is used for subsequent times Store train stop information.
  • the line network center in the step 3 generates a collection of passengers to be traveled and selects a travel path, and the specific steps include:
  • the query shows that the route from station 0101 to station 0105 is 0101-0102-0103-0104-0105, and the complete travel route generated is GateIn-P01011-P01021-P010301- P010401-P010501-GateOut.
  • step 4 the line network center sends the station entry simulation task to the station node and pushes the passenger data.
  • the specific steps include:
  • step 4.1 the line network center stores the passenger data generated in step 3 according to the incoming stations, establishes a communication connection with the station nodes, and issues the incoming simulation tasks and the corresponding incoming passenger data sets (including passenger IDs, incoming gates, target platform, arrival time).
  • step 4.2 the station node finds the travel path in the station according to the passenger's starting point and destination, adds it to the set of passengers waiting to enter the station, runs the micro-simulation of the passenger's entering the station, and when the passenger arrives at the waiting platform, selects a car to wait for, and stores it in the waiting queue of the corresponding car.
  • step 4.3 the station node pushes the number of people waiting in each car on the platform and the information of passengers who have entered the station (passenger ID, waiting platform, waiting car, arrival time at the platform) to the network center.
  • the step 4.1 line network center classifies and stores the passenger set according to the station ID of the station, takes the station ID as an index, stores it efficiently through key-value pairs, and downloads the corresponding passenger information set Send to the corresponding station node.
  • step 5 the line network center processes the train arrival event according to the simulation clock, sends the simulation tasks of getting off and getting on the train to the station node and pushes the train information and passenger data of getting off the train, and the station node runs the passenger
  • the passenger data on the train is generated and pushed to the line network center, and the line network center updates the passenger information in the train.
  • Specific steps include:
  • Step 5.1 the line network center judges whether the current simulated clock train arrives at the station, if there is a train arriving at the station, read the train arrival event set (shown in Table 1), and process the arrival events in order.
  • Step 5.2 read the train number information, station ID and platform ID of the train arriving at the station, read the passenger load data and passenger set of the train number arriving at this station from the passenger loading information table of each compartment in the train; Passenger's complete travel path is subdivided into outbound passenger set and transfer passenger set.
  • step 5.3 the line network center establishes communication with the corresponding station node, issues simulation tasks for getting off and boarding, and pushes train arrival information (train ID, platform ID, arrival time) and passenger information (train ID, carriage number, carriage number) number of passengers, set of disembarked passengers).
  • train arrival information train ID, platform ID, arrival time
  • passenger information train ID, carriage number, carriage number
  • step 5.4 the station node runs the micro-simulation of the passenger alighting process, and then runs the micro-simulation of the passenger's exit process or transfer process according to step 6 according to the passenger's whereabouts (exit, transfer).
  • step 5.5 the station node obtains the information of waiting passengers on the platform from step 4.2, runs the microscopic simulation of the passenger boarding process, and calculates the actual number of boarding people according to the capacity of each carriage, the overload rate and the number of waiting people.
  • step 5.6 the station node pushes the actual boarding passengers (train number, carriage number, passenger ID, boarding time) and the waiting passengers (platform, waiting compartment, passenger ID set) caused by detention to the network center.
  • step 5.7 the line network center updates the passenger collection information of each car in the train, adds the boarding passengers to the corresponding passenger collection according to the car and the planned alighting station, updates the travel status of the passengers, and then updates the waiting passenger information on the platform.
  • Step 5.8 judge whether there are other trains arriving at the station at present, if there is, process the arrival and departure process of another train according to steps 5.2-5.6; otherwise, update the simulation clock and reacquire the latest arrival time.
  • step 6 the line network center sends transfer simulation and outbound simulation tasks to the station node according to the station type, and the station node presses the passenger's travel target and adds it to the platform waiting queue, waiting for transfer Take the queue or the queue of passengers waiting to leave the station.
  • the station node runs the micro-simulation of the passenger transfer process, it generates a set of waiting passengers on the target platform and pushes it to the line network center; to the center of the grid.
  • Specific steps include:
  • step 6.1 the line network center judges that if the station is a transfer station, it will send the transfer simulation and outbound simulation tasks to the station node, otherwise it will only send the station simulation task to the station node.
  • Step 6.2 determine the current travel goal of the passengers getting off in step 5.3. If the current train is temporarily cleared or the train arrives at the small intersection and turns back, and the current travel goal of the passenger is still to arrive at the terminal station of the line, you need to continue to wait at the alighting platform. Waiting for the next train, add the passenger to the waiting queue of this platform; if the passenger’s current travel target is another line platform, query the transfer route according to the passenger’s starting point and destination point, and add it to the corresponding waiting transfer queue ; If the passenger's current travel destination is the exit gate, query the exit travel path according to the passenger's starting point and destination point, and add it to the corresponding waiting queue.
  • step 6.3 the station node runs the micro-simulation of the passenger transfer process. After the transfer passenger arrives at the target platform and waiting in the compartment, the station node pushes the transfer passenger information (passenger ID, waiting platform, compartment, arrival time) to the network center.
  • the transfer passenger information passenger ID, waiting platform, compartment, arrival time
  • Step 6.4 the station node runs the micro-simulation of the passenger exit process. After the exit passengers arrive at the designated exit gates, they are removed to the exit collection, and the exit passenger information (passenger ID, exit time, etc.) is pushed to the center of the line network.
  • the exit passenger information (passenger ID, exit time, etc.) is pushed to the center of the line network.
  • Step 6.5 After receiving the passenger information that has left the station, the network center records the complete travel trajectory of the passenger and outputs it to the database.
  • step 7 the line network center waits for all station nodes to perform single-step simulation calculations, then synchronously sends the next simulation clock, and executes steps 2-6 in a loop until the simulation is terminated.
  • the specific execution steps are:
  • step 7.1 the station node receives the simulation clock t i issued by the network center, and after running the simulation calculation task of this step, returns an execution completion message to the network center.
  • step 7.3 if the next simulation clock is greater than the simulation end clock (t i+1 >t e ) or a stop command is triggered, the simulation is terminated; otherwise, steps 2-6 are executed in a loop.
  • Propose a dynamic information interaction mechanism between the network center and station nodes propose a collaborative simulation calculation method for urban rail transit network and stations, establish a communication interaction mechanism and task collaboration calculation method between the network center and station nodes, and finely describe passenger travel and
  • the spatio-temporal trajectory of train operation realizes the task decomposition, information interaction, real-time communication and collaborative simulation of the network center and station nodes.
  • This method can provide a new calculation method and technical framework for the subsequent research and development of the line network and station simulation co-simulation system, in order to realize the operation simulation and evaluation of large-scale urban rail transit systems, and improve the operation efficiency, management level and quality of the entire urban rail transit system. Quality of service plays an important role.
  • the dual-drive mode of simulation clock and train arrival event is adopted, which effectively improves the efficiency of simulation task distribution and station calculation.
  • the hot backup mechanism of simulation process data of the network center and station nodes the simulation under node or communication failure is realized.
  • the operation efficiency and robustness of the simulation platform can be greatly improved by mode switching and recovery operation after fault removal.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Train Traffic Observation, Control, And Security (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

Procédé de calcul de simulations collaboratives pour un réseau de transport ferroviaire urbain et station. Le procédé comprend les étapes suivantes consistant : à décomposer un processus de simulation de déplacements de passagers ; à enregistrer des événements d'arrivée de trains selon une séquence horaire d'arrivée ; à générer un ensemble de passagers en attente de déplacement et à sélectionner des itinéraires de déplacement ; après la réalisation d'une tâche de simulation d'entrée, à générer, au niveau d'une plateforme cible, un ensemble de passagers en attente et à le pousser vers un centre ; à mettre à jour les informations de passagers à bord d'un train ; après réalisation d'une tâche de simulation de transfert, à générer, au niveau de la plateforme cible, un ensemble de passagers en attente et à le pousser vers le centre ; après réalisation d'une tâche de simulation de sortie, à générer un ensemble de passagers sortant et à le pousser vers le centre ; et à émettre simultanément une horloge suivante de simulation pour implémenter une synchronisation d'horloge de simulation entre un réseau de lignes et la station. La présente invention implémente donc une décomposition de tâches, un échange d'informations, une communication en temps réel et une simulation collaborative entre un centre de réseau de lignes et un nœud de station, implémente une simulation et une évaluation opérationnelles d'un système de transport ferroviaire urbain à grande échelle et améliore l'efficacité opérationnelle, le niveau de gestion et la qualité de service de l'intégralité du système de transport ferroviaire urbain.
PCT/CN2022/082426 2021-10-21 2022-03-23 Procédé de calcul de simulations collaboratives pour réseau de transport ferroviaire urbain et station WO2023065595A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111225874.3 2021-10-21
CN202111225874.3A CN113887068B (zh) 2021-10-21 2021-10-21 城市轨道交通线网与车站协同仿真计算方法

Publications (1)

Publication Number Publication Date
WO2023065595A1 true WO2023065595A1 (fr) 2023-04-27

Family

ID=79003983

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/082426 WO2023065595A1 (fr) 2021-10-21 2022-03-23 Procédé de calcul de simulations collaboratives pour réseau de transport ferroviaire urbain et station

Country Status (2)

Country Link
CN (1) CN113887068B (fr)
WO (1) WO2023065595A1 (fr)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116702520A (zh) * 2023-08-07 2023-09-05 北京交通发展研究院 一种乘客的轨道交通出行情况仿真方法及装置
CN116910588A (zh) * 2023-06-16 2023-10-20 上海工程技术大学 一种用于城市轨交列车乘降时间的估计方法
CN116910853A (zh) * 2023-06-28 2023-10-20 深圳市蕾奥规划设计咨询股份有限公司 Tod立体慢行空间的行人出行仿真模拟方法及装置
CN117474734A (zh) * 2023-11-07 2024-01-30 北京城建设计发展集团股份有限公司 既有线改造与城市线网线路及车站多要素融合方法及系统
CN118761244A (zh) * 2024-09-06 2024-10-11 清华大学 基于超算平台的分布式微观城市交通模拟装置和方法

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113887068B (zh) * 2021-10-21 2024-05-10 北京城建设计发展集团股份有限公司 城市轨道交通线网与车站协同仿真计算方法
CN114662778B (zh) * 2022-04-06 2022-10-14 西南交通大学 一种城市轨道交通线网列车运行间隔协同决策方法
CN117634189B (zh) * 2023-11-29 2024-07-19 北京城建设计发展集团股份有限公司 轨道交通线网客流并行仿真方法

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110515311A (zh) * 2019-07-22 2019-11-29 北京交通大学 城市轨道交通列车客流的动态仿真系统
CN112949029A (zh) * 2021-01-26 2021-06-11 北京交通大学 一种车流客流协同评估方法及系统
CN113887068A (zh) * 2021-10-21 2022-01-04 北京城建设计发展集团股份有限公司 城市轨道交通线网与车站协同仿真计算方法

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104376624A (zh) * 2014-07-22 2015-02-25 西南交通大学 一种基于afc客票数据的城市轨道交通客流分析方法
EP3635546A4 (fr) * 2017-06-07 2021-02-24 Telefonaktiebolaget LM Ericsson (Publ) Procédé et noeud destinés à surveiller les performances distribuées dans un réseau
CN108764510B (zh) * 2018-03-26 2021-08-27 北京城建设计发展集团股份有限公司 面向大规模路网的城市轨道交通并行仿真任务分解方法
CN110162931B (zh) * 2019-06-21 2021-06-22 北京交通大学 城市轨道交通大规模路网快速仿真系统
CN112949078B (zh) * 2021-03-17 2023-12-05 北京交通大学 一种城市轨道交通客流-车流的匹配度计算方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110515311A (zh) * 2019-07-22 2019-11-29 北京交通大学 城市轨道交通列车客流的动态仿真系统
CN112949029A (zh) * 2021-01-26 2021-06-11 北京交通大学 一种车流客流协同评估方法及系统
CN113887068A (zh) * 2021-10-21 2022-01-04 北京城建设计发展集团股份有限公司 城市轨道交通线网与车站协同仿真计算方法

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
GAO, PENG ET AL.: "Event-driven Simulation Model for Passenger Flow in Urban Mass Transit Station", SYSTEMS ENGINEERING-THEORY & PRACTICE, vol. 30, no. 11, 30 November 2010 (2010-11-30), XP009545543, ISSN: 1000-6788 *
MA, HAIMAN: "Microsimulation Research on Passenger Agglomeration and Distribution of Urban Rail Transit Station", SCIENCE & TECHNOLOGY VISION, no. 4, 5 February 2015 (2015-02-05), XP009545545, ISSN: 2095-2457 *
XU YAN: "Modeling and Simulation for Urban Rail Traffic Problem Based on Cellular Automata ", COMMUNICATIONS IN THEORETICAL PHYSICS, vol. 58, no. 6, 13 December 2012 (2012-12-13), pages 847 - 855, XP093058690 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116910588A (zh) * 2023-06-16 2023-10-20 上海工程技术大学 一种用于城市轨交列车乘降时间的估计方法
CN116910588B (zh) * 2023-06-16 2024-04-05 上海工程技术大学 一种用于城市轨交列车乘降时间的估计方法
CN116910853A (zh) * 2023-06-28 2023-10-20 深圳市蕾奥规划设计咨询股份有限公司 Tod立体慢行空间的行人出行仿真模拟方法及装置
CN116910853B (zh) * 2023-06-28 2024-05-17 深圳市蕾奥规划设计咨询股份有限公司 Tod立体慢行空间的行人出行仿真模拟方法及装置
CN116702520A (zh) * 2023-08-07 2023-09-05 北京交通发展研究院 一种乘客的轨道交通出行情况仿真方法及装置
CN117474734A (zh) * 2023-11-07 2024-01-30 北京城建设计发展集团股份有限公司 既有线改造与城市线网线路及车站多要素融合方法及系统
CN117474734B (zh) * 2023-11-07 2024-06-07 北京城建设计发展集团股份有限公司 既有线改造与城市线网线路及车站多要素融合方法及系统
CN118761244A (zh) * 2024-09-06 2024-10-11 清华大学 基于超算平台的分布式微观城市交通模拟装置和方法

Also Published As

Publication number Publication date
CN113887068B (zh) 2024-05-10
CN113887068A (zh) 2022-01-04

Similar Documents

Publication Publication Date Title
WO2023065595A1 (fr) Procédé de calcul de simulations collaboratives pour réseau de transport ferroviaire urbain et station
Chowdhury et al. Intermodal transit system coordination
Pan et al. Demand-oriented integration optimization of train timetabling and rolling stock circulation planning with flexible train compositions: A column-generation-based approach
Corman et al. Centralized versus distributed systems to reschedule trains in two dispatching areas
CN109733445B (zh) 突发事件下的基于多智能体系统模型的分布式调度方法
CN106779190A (zh) 一种城市轨道交通乘客出行路径建议方法及系统
CN108229725B (zh) 一种基于混合整数规划模型的高铁运行图加线优化方法
CN112883640A (zh) 数字孪生车站系统、基于该系统的作业调度方法及应用
CN112712247A (zh) 一种面向跨线运营的开行方案制定方法及系统
CN117391273A (zh) 轨道交通网络的连续时间多智能体路径规划方法及系统
WO2020082924A1 (fr) Procédé et dispositif de planification de trajet espace-temps pour entrée ou sortie de train
CN107105413A (zh) 一种基于可靠消息广播机制自组织网络的港口车辆智能网联系统
Peng et al. A dynamic rescheduling and speed management approach for high-speed trains with uncertain time-delay
Xu et al. Transformer-based macroscopic regulation for high-speed railway timetable rescheduling
CN110046851B (zh) 基于Multi-Paxos的无人车物流任务分配方法
CN103116674B (zh) 一种基于事件队列的区域应急疏散过程仿真方法
Yin et al. A two-stage stochastic optimization model for passenger-oriented metro rescheduling with backup trains
Di Febbraro et al. INTRANET: A new simulation tool for intermodal transportation systems
Cai et al. Study on urban traffic management based on multi-agent system
Chuah et al. Optimal rebalancing with waiting time constraints for a fleet of connected autonomous taxi
Yaman et al. PSO based traffic optimization approach for railway networks
Uehara et al. Evaluation of a hierarchical cooperative transport system using demand responsive bus on a dynamic simulation
Etgar et al. Personal rapid transit capacity evaluation for inner-city: A detailed micro-simulation study
CN107067114B (zh) 基于回答集程序的调机路径规划方法
Galadíková et al. Usage of Proximal Policy Optimization Algorithm for Personnel Assignment in Railway Nodes

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22882220

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 22882220

Country of ref document: EP

Kind code of ref document: A1