https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ADFluxFromGradientMaterial.h
Go to the documentation of this file.
1#pragma once
2
3#include "Material.h"
4
Material computing a diffusive flux from the gradient of a coupled variable.
virtual void computeQpProperties() override
Users must override this method.
ADMaterialProperty< RealVectorValue > & _flux
Material property storing the flux vector.
static InputParameters validParams()
const ADMaterialProperty< Real > & _diffusivity
Diffusivity.
const ADVariableGradient & _grad_u
Gradient of the coupled variable.
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system.
Materials compute MaterialProperties.
Definition Material.h:36
forward declarations
Definition MooseArray.h:18
const InputParameters & parameters() const
Get the parameters of the object.
Definition MooseBase.h:131