moltres
|
#include <FissionHeatSourceTransientAux.h>
Public Member Functions | |
FissionHeatSourceTransientAux (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | computeValue () override |
Protected Attributes | |
const MaterialProperty< std::vector< Real > > & | _fissxs |
const MaterialProperty< std::vector< Real > > & | _fisse |
unsigned int | _num_groups |
Real | _nt_scale |
std::vector< const VariableValue * > | _group_fluxes |
Computes heat source due to fission during a transient. This is the same as FissionHeatSourceAux, but with the exception that the power is not normalized to some user-defined value. The reactor will produce heat freely. You'll probably see thermal feedback since MSRs are nice like that.
FissionHeatSourceTransientAux::FissionHeatSourceTransientAux | ( | const InputParameters & | parameters | ) |
|
overrideprotectedvirtual |
|
static |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |