Kernel = _rate * (variable - reference) More...
#include <PorousFlowExponentialDecay.h>
Public Member Functions | |
PorousFlowExponentialDecay (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () override |
virtual Real | computeQpJacobian () override |
Protected Attributes | |
const VariableValue & | _rate |
The decay rate. More... | |
const VariableValue & | _reference |
The reference. More... | |
Kernel = _rate * (variable - reference)
Definition at line 22 of file PorousFlowExponentialDecay.h.
PorousFlowExponentialDecay::PorousFlowExponentialDecay | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file PorousFlowExponentialDecay.C.
|
overrideprotectedvirtual |
Definition at line 40 of file PorousFlowExponentialDecay.C.
|
overrideprotectedvirtual |
Definition at line 34 of file PorousFlowExponentialDecay.C.
|
protected |
The decay rate.
Definition at line 32 of file PorousFlowExponentialDecay.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
The reference.
Definition at line 35 of file PorousFlowExponentialDecay.h.
Referenced by computeQpResidual().