#include <DelayedNeutronSource.h>
|
| | DelayedNeutronSource (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 > > & | _decay_constant |
| |
| const MaterialProperty< std::vector< Real > > & | _d_decay_constant_d_temp |
| |
| const MaterialProperty< std::vector< Real > > & | _chi_d |
| |
| const unsigned int | _group |
| | Neutron group number.
|
| |
| const unsigned int | _num_precursor_groups |
| | Number of precursor groups.
|
| |
| const unsigned int | _temp_id |
| | Temperature variable ID.
|
| |
| const VariableValue & | _temp |
| | Temperature variable.
|
| |
| const bool | _has_delayed_source |
| | Whether a delayed neutron source auxvariable is provided.
|
| |
| const VariableValue & | _delayed_source |
| | Delayed neutron source auxvariable.
|
| |
| std::vector< const VariableValue * > | _pre_concs |
| | Precursor variables.
|
| |
| std::vector< unsigned int > | _pre_ids |
| | Precursor variable IDs.
|
| |
◆ DelayedNeutronSource()
| DelayedNeutronSource::DelayedNeutronSource |
( |
const InputParameters & | parameters | ) |
|
◆ computeQpJacobian()
| Real DelayedNeutronSource::computeQpJacobian |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ computeQpOffDiagJacobian()
| Real DelayedNeutronSource::computeQpOffDiagJacobian |
( |
unsigned int | jvar | ) |
|
|
overrideprotectedvirtual |
◆ computeQpResidual()
| Real DelayedNeutronSource::computeQpResidual |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ validParams()
| InputParameters DelayedNeutronSource::validParams |
( |
| ) |
|
|
static |
◆ _chi_d
| const MaterialProperty<std::vector<Real> >& DelayedNeutronSource::_chi_d |
|
protected |
◆ _d_decay_constant_d_temp
| const MaterialProperty<std::vector<Real> >& DelayedNeutronSource::_d_decay_constant_d_temp |
|
protected |
◆ _decay_constant
| const MaterialProperty<std::vector<Real> >& DelayedNeutronSource::_decay_constant |
|
protected |
◆ _delayed_source
| const VariableValue& DelayedNeutronSource::_delayed_source |
|
protected |
Delayed neutron source auxvariable.
◆ _group
| const unsigned int DelayedNeutronSource::_group |
|
protected |
◆ _has_delayed_source
| const bool DelayedNeutronSource::_has_delayed_source |
|
protected |
Whether a delayed neutron source auxvariable is provided.
◆ _num_precursor_groups
| const unsigned int DelayedNeutronSource::_num_precursor_groups |
|
protected |
Number of precursor groups.
◆ _pre_concs
| std::vector<const VariableValue *> DelayedNeutronSource::_pre_concs |
|
protected |
◆ _pre_ids
| std::vector<unsigned int> DelayedNeutronSource::_pre_ids |
|
protected |
◆ _temp
| const VariableValue& DelayedNeutronSource::_temp |
|
protected |
◆ _temp_id
| const unsigned int DelayedNeutronSource::_temp_id |
|
protected |
The documentation for this class was generated from the following files: