#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}\).
|
|
◆ 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 |
◆ _group
unsigned int DelayedNeutronSource::_group |
|
protected |
◆ _num_precursor_groups
unsigned int DelayedNeutronSource::_num_precursor_groups |
|
protected |
◆ _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
unsigned int DelayedNeutronSource::_temp_id |
|
protected |
The documentation for this class was generated from the following files: