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

Steel Creep Damage Oh #303

Closed maxnezdyur closed 2 years ago

maxnezdyur commented 2 years ago

Bug Description

_use_old_damage is used to query _omega_old for the threshold. We should be always using _omega and then _use_old_damage will just be used for the stress update. The way it is currently implemented when _use_old_damage is set to true then the damage is lagged two time steps effectively instead of just one.

Steps to Reproduce

Run using _use_old_damage

Impact

Lags the damage by two time steps unnecessarily.