idaholab / blackbear

BlackBear is a MOOSE-based code for simulating degradation processes in concrete and other structural materials.
GNU Lesser General Public License v2.1
17 stars 42 forks source link

Update concrete assessment cases after removing deprecated syntax #321

Closed bwspenc closed 1 year ago

bwspenc commented 1 year ago

ref #318

A recent change removed usage of deprecated syntax in these tests. This resulted in an unexpected change in the model behavior because of a memory access bug that was only triggered by the old syntax. This updates the gold results for the Wald block tests.

The newer results show greater expansion than before, but the difference is minor, and in many cases gives better agreement with experimental results.

moosebuild commented 1 year ago

Job Test on e2301b7 wanted to post the following:

View the site here

This comment will be updated on new commits.

moosebuild commented 1 year ago

Job Coverage on e2301b7 wanted to post the following:

Coverage

Coverage did not change

Full coverage report

This comment will be updated on new commits.

bwspenc commented 1 year ago

This was addressed by #331