Skip to content

TH2M Velocity Output from ip_data

Norbert Grunwald requested to merge Scinopode/ogs:TH2M_velocity_output into master

The Darcy speed is now calculated within the 'updateConstitutiveVariables' method and stored in the ip_data array. The output is then directly from the array, which means that the previous, additional calculation can be omitted. This results in insignificant differences in the velocity values, which, however, only required a relaxation of the error criteria in the 'Liakopoulos' benchmark.

  1. Feature description added to the changelog
  2. Tests already cover this feature, only two test criteria had to be relaxed.
  3. No new feature has to be documented.

Merge request reports