idaholab / TMAP8

Tritium Migration Analysis Program, Version 8
https://mooseframework.inl.gov/TMAP8/
GNU Lesser General Public License v2.1
14 stars 17 forks source link

Enable `EquilibriumBC` to accept field variables #134

Open simopier opened 3 months ago

simopier commented 3 months ago

Reason

EquilibriumBC currently only accept scalar variables for enclosure_scalar_var, which limits it application. enclosure_scalar_var should be updated to enclosure_var and should accept field variables.

Design

Replace enclosure_scalar_var with enclosure_var and enable it to accept field variable

Impact

Increased code flexibility