This calculates the time derivative for a variable multiplied by a generalized susceptibility. More...
#include <SusceptibilityTimeDerivative.h>
Public Member Functions | |
SusceptibilityTimeDerivative (const InputParameters ¶meters) | |
virtual void | initialSetup () |
Protected Member Functions | |
virtual Real | computeQpResidual () |
virtual Real | computeQpJacobian () |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
Protected Attributes | |
const MaterialProperty< Real > & | _Chi |
susceptibility More... | |
const MaterialProperty< Real > & | _dChidu |
susceptibility derivative w.r.t. the kernel variable More... | |
std::vector< const MaterialProperty< Real > * > | _dChidarg |
susceptibility derivatives w.r.t. coupled variables More... | |
This calculates the time derivative for a variable multiplied by a generalized susceptibility.
Definition at line 23 of file SusceptibilityTimeDerivative.h.
SusceptibilityTimeDerivative::SusceptibilityTimeDerivative | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file SusceptibilityTimeDerivative.C.
|
protectedvirtual |
Definition at line 52 of file SusceptibilityTimeDerivative.C.
|
protectedvirtual |
Definition at line 59 of file SusceptibilityTimeDerivative.C.
|
protectedvirtual |
Definition at line 46 of file SusceptibilityTimeDerivative.C.
|
virtual |
Definition at line 40 of file SusceptibilityTimeDerivative.C.
|
protected |
susceptibility
Definition at line 36 of file SusceptibilityTimeDerivative.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
susceptibility derivatives w.r.t. coupled variables
Definition at line 42 of file SusceptibilityTimeDerivative.h.
Referenced by computeQpOffDiagJacobian(), and SusceptibilityTimeDerivative().
|
protected |
susceptibility derivative w.r.t. the kernel variable
Definition at line 39 of file SusceptibilityTimeDerivative.h.
Referenced by computeQpJacobian().