From 83bc03aa8d81c2ac617cea517fbf89b9470b5d30 Mon Sep 17 00:00:00 2001 From: sunethwarna Date: Fri, 19 Apr 2024 19:40:05 +0200 Subject: [PATCH] update test --- .../optimization_parameters.json | 2 +- .../primal_material_properties.json | 2 +- .../system_identification_summary_ref.csv | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/applications/SystemIdentificationApplication/tests/auxiliary_files/system_identification/optimization_parameters.json b/applications/SystemIdentificationApplication/tests/auxiliary_files/system_identification/optimization_parameters.json index 0c6fdff92193..3b146e15bf00 100644 --- a/applications/SystemIdentificationApplication/tests/auxiliary_files/system_identification/optimization_parameters.json +++ b/applications/SystemIdentificationApplication/tests/auxiliary_files/system_identification/optimization_parameters.json @@ -97,7 +97,7 @@ "echo_level": 0, "line_search": { "type": "const_step", - "init_step": 1e+8, + "init_step": 0.01, "gradient_scaling": "inf_norm" }, "conv_settings": { diff --git a/applications/SystemIdentificationApplication/tests/auxiliary_files/system_identification/primal_material_properties.json b/applications/SystemIdentificationApplication/tests/auxiliary_files/system_identification/primal_material_properties.json index fce99c727d1d..bdec18cc9592 100644 --- a/applications/SystemIdentificationApplication/tests/auxiliary_files/system_identification/primal_material_properties.json +++ b/applications/SystemIdentificationApplication/tests/auxiliary_files/system_identification/primal_material_properties.json @@ -10,7 +10,7 @@ "Variables": { "THICKNESS": 0.25, "DENSITY": 1.0, - "YOUNG_MODULUS": 30000000000.0, + "YOUNG_MODULUS": 10000000000.0, "POISSON_RATIO": 0.29 }, "Tables": {} diff --git a/applications/SystemIdentificationApplication/tests/auxiliary_files/system_identification_summary_ref.csv b/applications/SystemIdentificationApplication/tests/auxiliary_files/system_identification_summary_ref.csv index 81db9232fa1b..a9af07ae3494 100644 --- a/applications/SystemIdentificationApplication/tests/auxiliary_files/system_identification_summary_ref.csv +++ b/applications/SystemIdentificationApplication/tests/auxiliary_files/system_identification_summary_ref.csv @@ -5,16 +5,16 @@ # --------------- Initial values ---------------- # algorithm: # damage_response: -# initial_value: 2.656338221e-06 +# initial_value: 7.924977798e-04 # ------------ End of initial values ------------ # ----------------------------------------------- # ------------ Start of step values ------------- # Headers: # STEP, algorithm:std_obj_value, algorithm:rel_obj[%], algorithm:abs_obj[%], damage_response:value - 0, 2.656338221e-06, 0.000000000e+00, 0.000000000e+00, 2.656338221e-06 - 1, 2.656338221e-06, 0.000000000e+00, 0.000000000e+00, 2.656338221e-06 - 2, 2.656338221e-06, 0.000000000e+00, 0.000000000e+00, 2.656338221e-06 - 3, 2.656338221e-06, 0.000000000e+00, 0.000000000e+00, 2.656338221e-06 - 4, 2.656338221e-06, 0.000000000e+00, 0.000000000e+00, 2.656338221e-06 - 5, 2.656338221e-06, 0.000000000e+00, 0.000000000e+00, 2.656338221e-06 + 0, 7.924977798e-04, 0.000000000e+00, 0.000000000e+00, 7.924977798e-04 + 1, 7.578660731e-04, -4.369943684e+00, -4.369943684e+00, 7.578660731e-04 + 2, 7.244679939e-04, -4.406857674e+00, -8.584224159e+00, 7.244679939e-04 + 3, 6.922659748e-04, -4.444919496e+00, -1.264758180e+01, 6.922659748e-04 + 4, 6.612241594e-04, -4.484087994e+00, -1.656454110e+01, 6.612241594e-04 + 5, 6.313082950e-04, -4.524315075e+00, -2.033942414e+01, 6.313082950e-04 # End of file \ No newline at end of file