1. Introduction

1.1. Context

ESonix is a Rapid Decompression Analysis software. The “User Manual” aims to provide an overview of the usage of ESonix, and is not intended to be a decompression theoretical manual. For further theoretical references and guides to build a realistic and certifiable model, user is invited to refer to [CDS17].

One of the best presentation of the aircraft rapid decompression is made by J. D. Pratt in [Pra06].

Passenger aircraft that fly above 2500m altitude are […] pressurized for passenger comfort and safety. The fuselage air is siphoned off of the high pressure compressor section of the engines and conditioned on its way into the passenger compartments. The passenger compartments are maintained at pressures corresponding to 2500 to 3000m altitude.

[…]

Rapid pressure loss can occur for a variety of reasons, including structural failure of the fuselage, loss of a window, or failure of a cargo door. Engine failures have been known to result in the puncture of pressurized fuselages by broken turbine blades. Regardless of the origin, the fuselage air mass requires time to move through passageways and out of the breach. This results in an unequal pressure distribution immediately following the event, which can cause further damage to the aircraft and increase the likelihood of injury to its occupants.

1.2. Requirements overview

Performing a decompression analysis requires three kind of data or knowledge:

  • The Aircraft geometry, or Aircraft model, describing volumes and connections between volumes.
  • Regulations provide some of the data used to define load cases
  • Physics (thermodynamics for airflow calculations) and solid dynamics for dynamical opening of decompression features)

\path[mindmap,concept color=black!70,text=white]
 node[concept] {Decompression Analysis}
 [clockwise from=0]
 child[concept color=green!80!black,text=black!90] {
   node[concept] {Aircraft\ Model}
   [clockwise from=90]
   child { node[concept] {volumes} }
   child { node[concept] {vents} }
   child { node[concept] {load\ cases} }
 }
 child[concept color=blue!60,text=black!95] {
   node[concept] {Regulations}
   [clockwise from=-30]
   child { node[concept] {FAR\ 25.365} }
   child { node[concept] {CS25} }
 }
 child[concept color=red!70,text=black!90] { node[concept] {Physics}
 [clockwise from=-120]
   child { node[concept] {Thermo-\ dynamic} }
   child { node[concept] {Solid\ dynamic} }
 };

Decompression analysis mindmap