From 564adb0e2fe7e44c09128bcc6890f3b612c84113 Mon Sep 17 00:00:00 2001
From: Maurice <zimmnau@ilr.rwth-aachen.de>
Date: Tue, 25 Feb 2025 15:27:16 +0100
Subject: [PATCH] update of config for propulsion design - not final

---
 .../design_evaluator_conf_propulsion_design.xml    | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/design_evaluator/design_evaluator_conf_propulsion_design.xml b/design_evaluator/design_evaluator_conf_propulsion_design.xml
index e9e2228b..e51b3c28 100644
--- a/design_evaluator/design_evaluator_conf_propulsion_design.xml
+++ b/design_evaluator/design_evaluator_conf_propulsion_design.xml
@@ -15,9 +15,15 @@
             <something>
                 <sub_path ID="0" Name="MTOM">analysis/masses_cg_inertia/maximum_takeoff_mass/mass_properties/mass/value</sub_path>
             </something>
-            <sub_path ID="1" Name="Moment of Inertia">analysis/masses_cg_inertia/maximum_takeoff_mass/mass_properties/inertia/j_xx/value</sub_path>
-            <sub_path ID="2" Name="OME">analysis/masses_cg_inertia/operating_mass_empty/mass_properties/mass/value</sub_path>
-            <sub_path ID="3" Name="Some Name">requirements_and_specifications/design_specification/propulsion/propulsor@1/energy_carrier_ID/value</sub_path>
-            <sub_path ID="4" Name="Another Name">requirements_and_specifications/design_specification/propulsion/propulsor@123/energy_carrier_ID/value</sub_path>
+            <sub_path ID="1" Name="Position_x">component_design/propulsion/position/x/value</sub_path>
+            <sub_path ID="2" Name="Position_y">component_design/propulsion/position/y/value</sub_path>
+            <sub_path ID="3" Name="Position_z">component_design/propulsion/position/z/value</sub_path>
+            <sub_path ID="4" Name="Engine_mass">component_design/propulsion/mass_properties/mass/value</sub_path>
+            <sub_path ID="5" Name="Engine_inertia_xx">component_design/propulsion/inertia/j_xx/value</sub_path>
+            <sub_path ID="6" Name="Engine_inertia_yy">component_design/propulsion/inertia/j_yy/value</sub_path>
+            <sub_path ID="7" Name="Engine_inertia_zz">component_design/propulsion/inertia/j_zz/value</sub_path>
+            <sub_path ID="8" Name="Engine_inertia_xy">component_design/propulsion/inertia/j_xy/value</sub_path>
+            <sub_path ID="9" Name="Engine_inertia_xz">component_design/propulsion/inertia/j_xz/value</sub_path>
+            <sub_path ID="10" Name="Engine_inertia_yz">component_design/propulsion/inertia/j_yz/value</sub_path>
         </parameters>
 </config_file>
\ No newline at end of file
-- 
GitLab