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

Ability to have multiple EqualValueEmbeddedConstraint blocks #299

Closed bwspenc closed 2 years ago

bwspenc commented 2 years ago

Reason

I need to have multiple instances of the EqualValueEmbeddedConstraint block in my input file to control parameters independently for selected variables. However, the way this is set up currently precludes that because of name clashes in the objects that get created.

Design

Ensure that the names of created Constraint objects are tied to the variable names to allow for separate instances of this block to be applied to separate variables.

Impact

This should not affect any existing behavior.