Fix/wb workshop
Compare changes
@@ -50,20 +50,16 @@ Let us start defining the different masses calculated by the tool and how they a
@@ -50,20 +50,16 @@ Let us start defining the different masses calculated by the tool and how they a
With the knowledge about the OEM, the design payload mass and the design fuel masses at different points during flight, the total design masses of the aircraft at specific times can be calculated:
- ***design mass at take-off*** (equal with the MTOM and to the ***design mass*** written in the acxml)
The **Maximum Landing Mass (MLM)** is the maximum mass at which the pilot of the aircraft is allowed to attempt to land due to structural or other limits.
- via the `RWTH regression method`: This calculation uses different formulas depending on whether the maximum takeoff mass exceeds a threshold value of 15,000 kg.
@@ -134,10 +130,7 @@ Below is a detailed breakdown of idealized key loading processes and their effec
@@ -134,10 +130,7 @@ Below is a detailed breakdown of idealized key loading processes and their effec
The sequence between the different loading scenarios can be made in the _weight\_and\_balance\_analysis\_conf.xml_ file. The shift in CG due to the different loading scenarios is considered only for the longitudinal axis, as it is assumed that the aircraft is loaded symmetrically. Finally, the **most forward and most aft _x_-CG positions** and the corresponding masses are depicted from the resulting diagramm.
For the moment only the loading case 3 - 1 - 2 - 4 is implemented. The different selection of the loading scenarios can be made in the _weight\_and\_balance\_analysis\_conf.xml_ file.
Finally, the **most forward and most aft _x_-CG positions** and the corresponding masses are depicted from the resulting diagramm.
@@ -170,13 +163,19 @@ Where:
@@ -170,13 +163,19 @@ Where:
The LTH provides tabulated values and empirical methods specific to various aircraft configurations. These tables account for typical mass distributions and structural layouts. They are more accurate than Raymer’s approach but require knowledge of the specific aircraft class and design. The `calculate_inertia_by_lth_method` function is tailored specifically for conventional tube-and-wing configurations. This method uses aircraft mass properties like the OEM, the payload mass ($m_{payload}$) and the fuel mass ($m_{fuel}$) and geometric dimensions such as wing span $b$ and fuselage length $l$. All cross-product terms ($I_{xy}$, $I_{xz}$, etc.) are set to $0$, assuming symmetry.
The LTH provides tabulated values and empirical methods specific to various aircraft configurations. These tables account for typical mass distributions and structural layouts. They are more accurate than Raymer’s approach but require knowledge of the specific aircraft class and design. The `calculate_inertia_by_lth_method` function is tailored specifically for conventional tube-and-wing configurations. This method uses aircraft mass properties like the OEM, the payload mass ($m_{payload}$) and the fuel mass ($m_{fuel}$) and geometric dimensions such as wing span $b$ and fuselage length $l$. All cross-product terms ($I_{xy}$, $I_{xz}$, etc.) are set to $0$, assuming symmetry.