material modifications
table in docs is missing options
#1437
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
low priority
Style points and non-features
This table lists all the material modifications available for each of the material classes that have them:
Some of the entries in this table are missing options. For instance, all subclasses of
material.FuelMaterial
should have the optionsclass1_custom_isotopics
,class2_custom_isotopics
,class1_wt_frac
. Right now those are not listed for many of the fuel materials because we only search through theapplyInputParams
method at the lowest level of the MRO for each of the materials.This can be changed by editing the code snippet here:
armi/doc/user/inputs/blueprints.rst
Lines 393 to 414 in d3afb25
We did some work on this same table back in #431 to make all of the relevant materials show up. We should have caught this issue at that time as well, but I wasn't as familiar with the material classes back then.
The text was updated successfully, but these errors were encountered: