25 virtual void init()
override;
26 virtual void check()
const override;
Base class for heat source components.
Heat generation from total power.
virtual void init() override
Initializes the component.
FunctionName _power_shape_func
The name of the power shape function.
static InputParameters validParams()
virtual void addMooseObjects() override
const bool _has_psf
true if power shape function is being used
const Real & _power_fraction
The fraction of the power that goes into the heat structure.
virtual void check() const override
Check the component integrity.
VariableName _power_var_name
The name of the variable that represents total power.
const InputParameters & parameters() const