#include <InScatter.h>
|
| | InScatter (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 > > & | _gtransfxs |
| |
| const MaterialProperty< std::vector< Real > > & | _d_gtransfxs_d_temp |
| |
| const unsigned int | _group |
| | Neutron group number.
|
| |
| const unsigned int | _num_groups |
| | Number of neutron groups.
|
| |
| const unsigned int | _temp_id |
| | Temperature variable ID.
|
| |
| std::vector< const VariableValue * > | _group_fluxes |
| | Group flux variables.
|
| |
| std::vector< unsigned int > | _flux_ids |
| | Group flux variable IDs.
|
| |
| const bool | _sss2_input |
| | Whether scattering matrix indexing follows Serpent 2 and OpenMC format.
|
| |
| std::vector< int > | _idx |
| | Scattering matrix index.
|
| |
◆ InScatter()
| InScatter::InScatter |
( |
const InputParameters & | parameters | ) |
|
◆ computeQpJacobian()
| Real InScatter::computeQpJacobian |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ computeQpOffDiagJacobian()
| Real InScatter::computeQpOffDiagJacobian |
( |
unsigned int | jvar | ) |
|
|
overrideprotectedvirtual |
◆ computeQpResidual()
| Real InScatter::computeQpResidual |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ validParams()
| InputParameters InScatter::validParams |
( |
| ) |
|
|
static |
◆ _d_gtransfxs_d_temp
| const MaterialProperty<std::vector<Real> >& InScatter::_d_gtransfxs_d_temp |
|
protected |
◆ _flux_ids
| std::vector<unsigned int> InScatter::_flux_ids |
|
protected |
◆ _group
| const unsigned int InScatter::_group |
|
protected |
◆ _group_fluxes
| std::vector<const VariableValue *> InScatter::_group_fluxes |
|
protected |
◆ _gtransfxs
| const MaterialProperty<std::vector<Real> >& InScatter::_gtransfxs |
|
protected |
◆ _idx
| std::vector<int> InScatter::_idx |
|
protected |
◆ _num_groups
| const unsigned int InScatter::_num_groups |
|
protected |
Number of neutron groups.
◆ _sss2_input
| const bool InScatter::_sss2_input |
|
protected |
Whether scattering matrix indexing follows Serpent 2 and OpenMC format.
◆ _temp_id
| const unsigned int InScatter::_temp_id |
|
protected |
The documentation for this class was generated from the following files: