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

Document parameter units with new API #396

Open HiddenRoom opened 2 months ago

HiddenRoom commented 2 months ago

Reason

To make unit documentation for parameters show up separately on documentation page.

Design

Replace each instance of unit documentation in a parameter description with a call to param.setDocUnit("param_name", "param_unit");

Impact

No impact on existing features and design.