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

SteelCreepDamageOh model to take vector of creep strain names #307

Closed albiedahal closed 1 year ago

albiedahal commented 2 years ago

Reason

SteelCreepDamageOh material currently takes in a single creep strain as driving strain for damage. It becomes an issue when multiple creep models are supplied in the problem statement which all drive the damage.

Design

Take in a vector of creep strain names in the input and combine the creep strain contribution from each creep model to a combined creep strain variable which drives the damage.

Impact

Added capability