18 p.
addClassDescription(
"Anisotropic diffusion kernel $\\nabla \\cdot -\\widetilde{k} \\nabla u$ "
19 "with weak form given by $(\\nabla \\psi_i, \\widetilde{k} \\nabla u)$.");
21 "The Tensor to multiply the Diffusion operator by");
26 :
Kernel(parameters), _k(getParam<RealTensorValue>(
"tensor_coeff"))
registerMooseObject("MooseApp", AnisotropicDiffusion)
This kernel implements the Laplacian operator multiplied by a 2nd order tensor giving anisotropic (di...
virtual Real computeQpJacobian() override
Compute this Kernel's contribution to the Jacobian at the current quadrature point.
virtual Real computeQpResidual() override
Compute this Kernel's contribution to the residual at the current quadrature point.
static InputParameters validParams()
AnisotropicDiffusion(const InputParameters ¶meters)
unsigned int _qp
The current quadrature point index.
unsigned int _j
current index for the shape function
unsigned int _i
current index for the test function
const VariableGradient & _grad_u
Holds the solution gradient at the current quadrature points.
static InputParameters validParams()
const VariablePhiGradient & _grad_phi
gradient of the shape function
const VariableTestGradient & _grad_test
gradient of the test function