|
| | TransientFissionHeatSource (const InputParameters ¶meters) |
| |
| | ScalarTransportBase (const InputParameters ¶meters) |
| |
| virtual Real | computeConcentration (const VariableValue &u, unsigned int qp) |
| | Computes \(c\).
|
| |
| virtual RealVectorValue | computeConcentrationGradient (const VariableValue &u, const VariableGradient &grad_u, unsigned int qp) |
| | Computes \(\nabla c\).
|
| |
| virtual Real | computeConcentrationDerivative (const VariableValue &u, const VariablePhiValue &phi, unsigned int j, unsigned int qp) |
| | Computes \(\frac{\partial c}{\partial u_j}\).
|
| |
| virtual RealVectorValue | computeConcentrationGradientDerivative (const VariableValue &u, const VariableGradient &grad_u, const VariablePhiValue &phi, const VariablePhiGradient &grad_phi, unsigned int j, unsigned int qp) |
| | Computes \(\nabla \frac{\partial c}{\partial u_j}\).
|
| |
| virtual Real | computeConcentrationDot (const VariableValue &u, const VariableValue &u_dot, unsigned int qp) |
| | Computes \(\frac{\partial c}{\partial t}\).
|
| |
| virtual Real | computeConcentrationDotDerivative (const VariableValue &u, const VariableValue &u_dot, const VariableValue &du_dot_du, const VariablePhiValue &phi, unsigned int j, unsigned int qp) |
| | Computes \(\frac{\partial}{\partial t} \frac{\partial c}{\partial u_j}\).
|
| |
|
| const MaterialProperty< std::vector< Real > > & | _fissxs |
| |
| const MaterialProperty< std::vector< Real > > & | _d_fissxs_d_temp |
| |
| const MaterialProperty< std::vector< Real > > & | _fisse |
| |
| const MaterialProperty< std::vector< Real > > & | _d_fisse_d_temp |
| |
| unsigned int | _num_groups |
| | Number of neutron groups.
|
| |
| std::vector< const VariableValue * > | _group_fluxes |
| | Group flux variables.
|
| |
| std::vector< unsigned int > | _flux_ids |
| | Group flux variable IDs.
|
| |
| Real | _nt_scale |
| | Neutron flux scaling factor.
|
| |
| bool | _account_decay_heat |
| | Whether to account for decay heat.
|
| |
| unsigned int | _num_heat_groups |
| | Number of decay heat groups.
|
| |
| std::vector< Real > | _decay_heat_frac |
| | Decay heat group fractions.
|
| |
| std::vector< Real > | _decay_heat_const |
| | Decay heat group decay constants.
|
| |
| const bool | _has_heat_source |
| | Whether a heat source auxvariable is provided.
|
| |
| const VariableValue & | _heat_source |
| | Heat source auxvariable.
|
| |
| const Real | _gamma_frac |
| | Gamma heating fraction in non-fissile regions.
|
| |
| std::vector< const VariableValue * > | _heat_concs |
| | Decay heat variables.
|
| |
| std::vector< unsigned int > | _heat_ids |
| | Decay heat variable IDs.
|
| |
This class computes the residual and Jacobian contributions of the fission heat source term in the temperature governing equation for the time-dependent case.