#include <GroupDiffusion.h>
|
| | GroupDiffusion (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 > > & | _diffcoef |
| |
| const MaterialProperty< std::vector< Real > > & | _d_diffcoef_d_temp |
| |
| const unsigned int | _group |
| | Neutron group number.
|
| |
| const unsigned int | _temp_id |
| | Temperature variable ID.
|
| |
| const bool | _set_limit |
| | Whether to set a diffusion coefficient limit.
|
| |
| const Real | _limit |
| | Diffusion coefficient limit value.
|
| |
◆ GroupDiffusion()
| GroupDiffusion::GroupDiffusion |
( |
const InputParameters & | parameters | ) |
|
◆ computeQpJacobian()
| Real GroupDiffusion::computeQpJacobian |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ computeQpOffDiagJacobian()
| Real GroupDiffusion::computeQpOffDiagJacobian |
( |
unsigned int | jvar | ) |
|
|
overrideprotectedvirtual |
◆ computeQpResidual()
| Real GroupDiffusion::computeQpResidual |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ validParams()
| InputParameters GroupDiffusion::validParams |
( |
| ) |
|
|
static |
◆ _d_diffcoef_d_temp
| const MaterialProperty<std::vector<Real> >& GroupDiffusion::_d_diffcoef_d_temp |
|
protected |
◆ _diffcoef
| const MaterialProperty<std::vector<Real> >& GroupDiffusion::_diffcoef |
|
protected |
◆ _group
| const unsigned int GroupDiffusion::_group |
|
protected |
◆ _limit
| const Real GroupDiffusion::_limit |
|
protected |
Diffusion coefficient limit value.
◆ _set_limit
| const bool GroupDiffusion::_set_limit |
|
protected |
Whether to set a diffusion coefficient limit.
◆ _temp_id
| const unsigned int GroupDiffusion::_temp_id |
|
protected |
The documentation for this class was generated from the following files: