moose
moose copied to clipboard
Add support for material properties following an Arrhenius relationship
Reason
Convenience feature for materials whose properties change exponentially as a function of e.g. temperature
Design
Add a material class having an export property that is temperature-dependent following an arrhenius form. Default to SI units for the ideal gas constant, but allow the constant to be set at run-time.
Impact
Adds functionality to MOOSE which is somewhat easily replicated via the parsedFunction package, but is more convenient.