diff --git a/design_evaluator/design_evaluator_conf_propulsion_design.xml b/design_evaluator/design_evaluator_conf_propulsion_design.xml index e9e2228b9910e4c7e3ed69b37c7e2c662b1c2013..e51b3c2872bfd65e28f47ae5e9d5e380928463da 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