program xfirebrigade © razlivanov i. n. (razin73) 2007-2009 version 5.1 functions: this is a...

14
Program XFireBrigade © Razlivanov I. N. (Razin73) 2007-2009 Version 5.1 Functions: This is a program-simulator for teaching and testing the leaders of fire extinguishing in the field of firefighting tactics. It is possible to use this program to analyze real fires, which have happened, and to make a forecast of the fire behaviour in the important buildings. The floorplan, the location of the sources of the fire and the areas, which are unreachable to the fire, need to be loaded as vector initial data. Also the location of hydrants and fire-

Upload: gervase-gaines

Post on 04-Jan-2016

218 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Program XFireBrigade © Razlivanov I. N. (Razin73) 2007-2009 Version 5.1 Functions: This is a program-simulator for teaching and testing the leaders of

Program XFireBrigade© Razlivanov I. N. (Razin73) 2007-2009

Version 5.1

Functions:

This is a program-simulator for teaching and testing the leaders of fire extinguishing in the field of firefighting tactics.

It is possible to use this program to analyze real fires, which have happened, and to make a forecast of the fire behaviour in the important buildings.

The floorplan, the location of the sources of the fire and the areas, which are unreachable to the fire, need to be loaded as vector initial data. Also the location of hydrants and fire-engines need to be prescribed.

Page 2: Program XFireBrigade © Razlivanov I. N. (Razin73) 2007-2009 Version 5.1 Functions: This is a program-simulator for teaching and testing the leaders of

Program XFireBrigade© Razlivanov I. N. (Razin73) 2007-2009

Mathematical basis:

This program was developed on the basis of an integrated mathematical model of fire spreading and the fire extinguishing processes in the conditions of limited resources. This model was designed by Igor Razlivanov in the context of his dissertation work, which was performed for the Chair of firefighting tactics of St. Petersburg University of State Fire Service of EMERCOM of Russia.

The author of the program is a PhD of technical science in the field of mathematical modeling, numerical methods and program complexes (05.13.18).

Page 3: Program XFireBrigade © Razlivanov I. N. (Razin73) 2007-2009 Version 5.1 Functions: This is a program-simulator for teaching and testing the leaders of

Program XFireBrigade© Razlivanov I. N. (Razin73) 2007-2009

Program now in use by:

- Educational process of St. Petersburg University of State Fire Service of EMERCOM of RussiaAddress: 196105, Moskovsky prospekt, 149, St. Petersburg, RussiaTel./Fax: +7 812 369-55-18, Web: www.igps.ruContact person: Head of the Chair of firefighting tactics, Dr., Prof., Colonel Malygin Igor Gennadievich

- Practice of “Incorporated on duty dispatching service of city” of PetrozavodskAddress: 185035, Kuybysheva, 20, Petrozavodsk, RussiaTel.: 051, +7 8142 78-29-60, Fax: +7 8142 76-80-45, E-mail: [email protected] Contact person: Director Dimitriev Sergey Dmitrievich

Page 4: Program XFireBrigade © Razlivanov I. N. (Razin73) 2007-2009 Version 5.1 Functions: This is a program-simulator for teaching and testing the leaders of

Program XFireBrigade© Razlivanov I. N. (Razin73) 2007-2009

Technology:

This program was developed using Java® technology from Sun® Microsystems.

Can run under any operational system, which has Java® virtual machine.

Page 5: Program XFireBrigade © Razlivanov I. N. (Razin73) 2007-2009 Version 5.1 Functions: This is a program-simulator for teaching and testing the leaders of

Program XFireBrigade© Razlivanov I. N. (Razin73) 2007-2009

Signature properties:

1) The physics of fire spreading and the fire extinguishing are taken in account in association with tactics processes. The program calculates the water expense, working time of firefighters and so on. This lets us determine the possibility or the impossibility of accomplishing certain purposes using given resources for firefighting.

2) Floorplans are used as initial data. It is assumed that the exact amount and location of fuel is unknown.

3) Program is designed as 2D simulator.

Page 6: Program XFireBrigade © Razlivanov I. N. (Razin73) 2007-2009 Version 5.1 Functions: This is a program-simulator for teaching and testing the leaders of

Program XFireBrigade© Razlivanov I. N. (Razin73) 2007-2009

Scheme of the interaction between Physics and Tactics:

Page 7: Program XFireBrigade © Razlivanov I. N. (Razin73) 2007-2009 Version 5.1 Functions: This is a program-simulator for teaching and testing the leaders of

Program XFireBrigade© Razlivanov I. N. (Razin73) 2007-2009

Integrated mathematical model:

1) Fire spreading is modeled according to the Huygens’ principle. It means that fuel distribution is uniform.

2) The extinguishing model takes into account required intensity of water supply and required treatment time.

3) Several tactical objects are taken into account as finite state machines. States and transitions are assigned for them.

4) Interaction procedures are determined for the fire, the extinguishing and the tactical objects.

Page 8: Program XFireBrigade © Razlivanov I. N. (Razin73) 2007-2009 Version 5.1 Functions: This is a program-simulator for teaching and testing the leaders of

Program XFireBrigade© Razlivanov I. N. (Razin73) 2007-2009

Multilanguage support:

It is easy to add a new language in the program. Just make a copy of any existing language file, give it a name of your language in English and translate the phrases in this file.

Page 9: Program XFireBrigade © Razlivanov I. N. (Razin73) 2007-2009 Version 5.1 Functions: This is a program-simulator for teaching and testing the leaders of

Program XFireBrigade© Razlivanov I. N. (Razin73) 2007-2009

Modules:

1) Settings module (xfbsettings.jar). Allows to select language and assign tick length.

2) Initial data module (xfbinitdata.jar). Allows to load vector data and set physical and tactical parameters of simulation.

3) Test module (xfirebrigade.jar). Allows to test or to teach.

4) Results module (xfbresults.jar). Allows to analyze results.

I designed an extremely simple and intuitive user interface to maximize application performance.

Page 10: Program XFireBrigade © Razlivanov I. N. (Razin73) 2007-2009 Version 5.1 Functions: This is a program-simulator for teaching and testing the leaders of

Program XFireBrigade© Razlivanov I. N. (Razin73) 2007-2009

Settings module (xfbsettings.jar):

Page 11: Program XFireBrigade © Razlivanov I. N. (Razin73) 2007-2009 Version 5.1 Functions: This is a program-simulator for teaching and testing the leaders of

Program XFireBrigade© Razlivanov I. N. (Razin73) 2007-2009

Initial data module (xfbinitdata.jar):

Page 12: Program XFireBrigade © Razlivanov I. N. (Razin73) 2007-2009 Version 5.1 Functions: This is a program-simulator for teaching and testing the leaders of

Program XFireBrigade© Razlivanov I. N. (Razin73) 2007-2009

Test module

Page 13: Program XFireBrigade © Razlivanov I. N. (Razin73) 2007-2009 Version 5.1 Functions: This is a program-simulator for teaching and testing the leaders of

Program XFireBrigade© Razlivanov I. N. (Razin73) 2007-2009

Results module (xfbresults.jar):

Page 14: Program XFireBrigade © Razlivanov I. N. (Razin73) 2007-2009 Version 5.1 Functions: This is a program-simulator for teaching and testing the leaders of

Program XFireBrigade© Razlivanov I. N. (Razin73) 2007-2009

Contact information:

PhD Razlivanov Igor NikolaevichE-mail: [email protected]: razin73.onego.ruPhone: +7 911 660 92 37