Hydrogen fuel system computation

Pipe geometry calculation

System length calculation

The hydrogen fuel system length depends on three installation types for the power source and storage tank. In the compact configuration, the components are installed in the same location. The wing-related configuration places at least one component along the wing. The default configuration installs the components separately within the fuselage. With these three configurations, the following equations calculate the system length for each setup.

\[\begin{split}L_{system} = \begin{cases} MAC_{\text{wing}} & \text{if compact} \\ L_{fus} + L_{\text{wing}} & \text{else} \end{cases}\end{split}\]

Where,

\[\begin{split}L_{\text{wing}} = \begin{cases} 0.5 * b_{\text{wing}} * \lambda_{\text{wing}} & \text{if wing-related} \\ 0.0 & \text{else} \end{cases}\end{split}\]
\[\begin{split}L_{fus} = \begin{cases} L_{\text{cabin}} & \text{if in the middle} \\ 0.5 * L_{\text{cabin}} & \text{else} \end{cases}\end{split}\]

Where \(L_{\text{cabin}}\) is the cabin length, \(b_{\text{wing}}\) is the wing span, and \(\lambda{\text{wing}}\) is the position, as a ratio of half wing span, where the source is located. The position options of pipe network length along fuselage \(L_{fus}\) and length along wing \(L_{\text{wing}}\) can be found in options.

Pipe diameter calculation

The pipe inner diameter is computed based on the hoop stress calculation similarly to what is done in gaseous hydrogen tank inner diameter. However, unlike for the gaseous hydrogen tank model, the pipe diameter \(D_{\text{pipe}}\), is directly defined by user.

../../../../../_images/h2_pipe.svg

This figure illustrates the main geometrical parameters of the pipe cross section.

Component Computation Structure

The following two links directs to the N2 diagrams representing the performance and sizing computation for the hydrogen fuel system component.

Hydrogen fuel system performance N2 diagram
Hydrogen fuel system sizing N2 diagram