|
moltres
|
#include <DGTurbulentDiffusion.h>
Public Member Functions | |
| DGTurbulentDiffusion (const InputParameters ¶meters) | |
Static Public Member Functions | |
| static InputParameters | validParams () |
Protected Member Functions | |
| virtual Real | computeQpResidual (Moose::DGResidualType type) override |
| virtual Real | computeQpJacobian (Moose::DGJacobianType type) override |
| virtual Real | computeQpOffDiagJacobian (Moose::DGJacobianType type, unsigned jvar) override |
Protected Attributes | |
| Real | _epsilon |
| Real | _sigma |
| const ADMaterialProperty< Real > & | _mu |
| const ADMaterialProperty< Real > & | _mu_nb |
| const ADMaterialProperty< Real > & | _rho |
| const ADMaterialProperty< Real > & | _rho_nb |
| const ADVariableValue & | _mu_tilde |
| const ADVariableValue & | _mu_tilde_nb |
| Real | _sc |
| unsigned int | _mu_tilde_var_number |
Computes residual contributions of the turbulent diffusion term in the delayed neutron precursor equation using the discontinuous Galerkin method
| DGTurbulentDiffusion::DGTurbulentDiffusion | ( | const InputParameters & | parameters | ) |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
static |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |