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

Report NEML internal state variables to Blackbear #388

Closed reverendbedford closed 6 months ago

reverendbedford commented 6 months ago

Reason

It would be nice to be able to pull NEML internal variables to MOOSE AuxVariables by name.

Design

Simple object to find the offset into the state vector and pull the correct value into the requested AuxVariable.

Impact

New feature.

reverendbedford commented 6 months ago

Uhh, I guess I already did this on another branch...