Skip to content

[CTest/TRM] a parameter name change in benchmark TaskCDECOVALEX2023

wenqing requested to merge wenqing/ogs:imprv_test_TRM into master

In MR !4882 (merged), the name of the parameter for <local_coordinate_system>/<basis_vector_1> in the project file of TaskCDECOVALEX2023 was changed to normal_to_transverse_plane from b1. However, basis_vector_0 is for the anisotropy direction. Therefore this MR changes the name back.

The changes in TaskCDECOVALEX2023 are: - corrected the Young's modulus anisotropy: the anisotropy direction is changed from x direction to z direction, and the values of the Young's moduli are corrected. With these changes, the model LinearElasticOrthotropic in this benchmark can be comparable with the model LinearElasticTransverseIsotropic now (see !4887 (merged)).

- shorten the running time by halving the end time. Before, the running time was 56 s (the running time in Test.cmake is not true). - consequently, updated one result figure for the web document.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behaviour change was documented?
Edited by wenqing

Merge request reports