Skip to content
Snippets Groups Projects
Commit fed83a42 authored by sroscher's avatar sroscher
Browse files

design_method.md:

- Edited some equations
parent b5d28f26
No related branches found
No related tags found
No related merge requests found
Pipeline #1602099 waiting for manual action
......@@ -13,23 +13,25 @@
The cabin width is estimated using the given class definition.
#### Determine width of seat row per aircraft side
The width of one seat row/bench $w_{seat\_bench}$ (in inch) can be determined for the left and right side of the aircraft using the following equation:
$
w_{seat\_bench} = n_{seats} \cdot w_{seat} + 2 \cdot w_{armrest}
$
The width of one seat row/bench $w_{\text{bench}}$ (in inch) can be determined for the left and right side of the aircraft using the following equation:
$$
w_{\text{bench}} = n_{\text{seats}} \cdot w_{\text{seat}} + 2 \cdot w_{\text{armrest}}
$$
In which
- $n_{seats}$ - number of seats per seat bench
- $w_{seat}$ - seat width (taken from lowest class seat)
- $w_{armrest}$ - armrest width (taken from lowest class seat)
- $n_{\text{seats}}$ - number of seats per seat bench
- $w_{\text{seat}}$ - seat width (taken from lowest class seat)
- $w_{\text{armrest}}$ - armrest width (taken from lowest class seat)
#### Calculate cabin width
The cabin width $w_{cabin}$ (in inch) can then be calculated:
$
w_{cabin} = w_{aisle} + w_{seat\_bench\_left} + w_{seat\_bench\_right} + 2 \cdot w_{seat\_space}
$
The cabin width $w_{\text{cabin}}$ (in inch) can then be calculated:
$$
w_{\text{cabin}} = w_{\text{aisle}} + w_{seat\_bench\_left} + w_{seat\_bench\_right} + 2 \cdot w_{seat\_space}
$$
In which
- $w_{aisle}$ - passenger aisle width
- $w_{seat\_space}$ - lowest class seat space
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment