Hi Evan,
first, we gave up on Doxygen so it is not up to date (sorry).
If you run a transient with md.transient.isthermal = 1, then you can use a rheology law to update B. You can choose between:
- None
- BuddJacka
- Cuffey
- CuffeyTemperate
- Paterson
- Arrhenius
- LliboutryDuval
They are all implemented in shared/Elements/BuddJacka.cpp
if you want to take a look. But that's only for the update. To initialize B you can use the same functions (lower case though) that are in src/m/materials.
Best,
Mathieu