Kernel = grad(test) * thermal_conductivity * grad(temperature) More...
#include <PorousFlowHeatConduction.h>
Public Member Functions | |
PorousFlowHeatConduction (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () override |
virtual Real | computeQpJacobian () override |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) override |
Protected Attributes | |
const PorousFlowDictator & | _dictator |
PorousFlowDictator UserObject. More... | |
const MaterialProperty< RealTensorValue > & | _la |
Thermal conductivity at the quadpoints. More... | |
const MaterialProperty< std::vector< RealTensorValue > > & | _dla_dvar |
d(thermal conductivity at the quadpoints)/d(PorousFlow variable) More... | |
const MaterialProperty< RealGradient > & | _grad_t |
grad(temperature) More... | |
const MaterialProperty< std::vector< RealGradient > > & | _dgrad_t_dvar |
d(gradT)/d(PorousFlow variable) More... | |
const MaterialProperty< std::vector< Real > > & | _dgrad_t_dgradvar |
d(gradT)/d(grad PorousFlow variable) More... | |
Kernel = grad(test) * thermal_conductivity * grad(temperature)
Definition at line 23 of file PorousFlowHeatConduction.h.
PorousFlowHeatConduction::PorousFlowHeatConduction | ( | const InputParameters & | parameters | ) |
Definition at line 27 of file PorousFlowHeatConduction.C.
|
overrideprotectedvirtual |
Definition at line 48 of file PorousFlowHeatConduction.C.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
Definition at line 42 of file PorousFlowHeatConduction.C.
|
protected |
d(gradT)/d(grad PorousFlow variable)
Definition at line 49 of file PorousFlowHeatConduction.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
d(gradT)/d(PorousFlow variable)
Definition at line 46 of file PorousFlowHeatConduction.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
PorousFlowDictator UserObject.
Definition at line 34 of file PorousFlowHeatConduction.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
d(thermal conductivity at the quadpoints)/d(PorousFlow variable)
Definition at line 40 of file PorousFlowHeatConduction.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
grad(temperature)
Definition at line 43 of file PorousFlowHeatConduction.h.
Referenced by computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Thermal conductivity at the quadpoints.
Definition at line 37 of file PorousFlowHeatConduction.h.
Referenced by computeQpOffDiagJacobian(), and computeQpResidual().