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