|
moltres
|
#include <CoupledFissionKernel.h>
Public Member Functions | |
| CoupledFissionKernel (const InputParameters ¶meters) | |
Public Member Functions inherited from ScalarTransportBase | |
| 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}\). | |
Static Public Member Functions | |
| static InputParameters | validParams () |
Static Public Member Functions inherited from ScalarTransportBase | |
| static InputParameters | validParams () |
Protected Member Functions | |
| virtual Real | computeQpResidual () override |
| virtual Real | computeQpJacobian () override |
| virtual Real | computeQpOffDiagJacobian (unsigned int jvar) override |
Protected Attributes | |
| const MaterialProperty< std::vector< Real > > & | _nsf |
| const MaterialProperty< std::vector< Real > > & | _d_nsf_d_temp |
| const MaterialProperty< std::vector< Real > > & | _chi_t |
| const MaterialProperty< std::vector< Real > > & | _chi_p |
| const MaterialProperty< std::vector< Real > > & | _d_chi_t_d_temp |
| const MaterialProperty< std::vector< Real > > & | _d_chi_p_d_temp |
| const MaterialProperty< Real > & | _beta |
| const MaterialProperty< Real > & | _d_beta_d_temp |
| unsigned int | _group |
| unsigned int | _num_groups |
| unsigned int | _temp_id |
| const VariableValue & | _temp |
| std::vector< const VariableValue * > | _group_fluxes |
| std::vector< unsigned int > | _flux_ids |
| bool | _account_delayed |
| Real | _eigenvalue_scaling |
Computes fission source of neutrons without normalizing by \( 1/k \). Note that this kernel is meant for transients.
| CoupledFissionKernel::CoupledFissionKernel | ( | const InputParameters & | parameters | ) |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
static |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |