#include <SigmaR.h>
|
| | SigmaR (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 > > & | _remxs |
| |
| const MaterialProperty< std::vector< Real > > & | _d_remxs_d_temp |
| |
| const unsigned int | _group |
| | Neutron group number.
|
| |
| const unsigned int | _temp_id |
| | Temperature variable ID.
|
| |
◆ SigmaR()
| SigmaR::SigmaR |
( |
const InputParameters & | parameters | ) |
|
◆ computeQpJacobian()
| Real SigmaR::computeQpJacobian |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ computeQpOffDiagJacobian()
| Real SigmaR::computeQpOffDiagJacobian |
( |
unsigned int | jvar | ) |
|
|
overrideprotectedvirtual |
◆ computeQpResidual()
| Real SigmaR::computeQpResidual |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ validParams()
| InputParameters SigmaR::validParams |
( |
| ) |
|
|
static |
◆ _d_remxs_d_temp
| const MaterialProperty<std::vector<Real> >& SigmaR::_d_remxs_d_temp |
|
protected |
◆ _group
| const unsigned int SigmaR::_group |
|
protected |
◆ _remxs
| const MaterialProperty<std::vector<Real> >& SigmaR::_remxs |
|
protected |
◆ _temp_id
| const unsigned int SigmaR::_temp_id |
|
protected |
The documentation for this class was generated from the following files: