This calculates a modified coupled time derivative that multiplies the time derivative of a coupled variable by a function of the variables. More...
#include <CoupledSusceptibilityTimeDerivative.h>
Public Member Functions | |
CoupledSusceptibilityTimeDerivative (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 > & | _F |
The function multiplied by the coupled time derivative. More... | |
const MaterialProperty< Real > & | _dFdu |
function derivative w.r.t. the kernel variable More... | |
std::vector< const MaterialProperty< Real > * > | _dFdarg |
function derivatives w.r.t. coupled variables More... | |
This calculates a modified coupled time derivative that multiplies the time derivative of a coupled variable by a function of the variables.
Definition at line 25 of file CoupledSusceptibilityTimeDerivative.h.
CoupledSusceptibilityTimeDerivative::CoupledSusceptibilityTimeDerivative | ( | const InputParameters & | parameters | ) |
Definition at line 27 of file CoupledSusceptibilityTimeDerivative.C.
|
protectedvirtual |
Reimplemented in AntitrappingCurrent.
Definition at line 52 of file CoupledSusceptibilityTimeDerivative.C.
|
protectedvirtual |
Reimplemented in AntitrappingCurrent.
Definition at line 58 of file CoupledSusceptibilityTimeDerivative.C.
|
protectedvirtual |
Reimplemented in AntitrappingCurrent.
Definition at line 46 of file CoupledSusceptibilityTimeDerivative.C.
|
virtual |
Definition at line 40 of file CoupledSusceptibilityTimeDerivative.C.
|
protected |
function derivatives w.r.t. coupled variables
Definition at line 44 of file CoupledSusceptibilityTimeDerivative.h.
Referenced by AntitrappingCurrent::computeQpOffDiagJacobian(), computeQpOffDiagJacobian(), and CoupledSusceptibilityTimeDerivative().
|
protected |
function derivative w.r.t. the kernel variable
Definition at line 41 of file CoupledSusceptibilityTimeDerivative.h.
Referenced by AntitrappingCurrent::computeQpJacobian(), and computeQpJacobian().
|
protected |
The function multiplied by the coupled time derivative.
Definition at line 38 of file CoupledSusceptibilityTimeDerivative.h.
Referenced by AntitrappingCurrent::computeQpOffDiagJacobian(), computeQpOffDiagJacobian(), AntitrappingCurrent::computeQpResidual(), and computeQpResidual().