This calculates a modified coupled time derivative that multiplies the time derivative of a coupled variable by a function of the variables and interface normal. More...
#include <AntitrappingCurrent.h>
Public Member Functions | |
| AntitrappingCurrent (const InputParameters ¶meters) | |
| virtual void | initialSetup () |
Protected Member Functions | |
| virtual Real | computeQpResidual () |
| virtual Real | computeQpJacobian () |
| virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
Protected Attributes | |
| const VariableGradient & | _grad_v |
| 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 and interface normal.
Definition at line 24 of file AntitrappingCurrent.h.
| AntitrappingCurrent::AntitrappingCurrent | ( | const InputParameters & | parameters | ) |
Definition at line 24 of file AntitrappingCurrent.C.
|
protectedvirtual |
Reimplemented from CoupledSusceptibilityTimeDerivative.
Definition at line 40 of file AntitrappingCurrent.C.
|
protectedvirtual |
Reimplemented from CoupledSusceptibilityTimeDerivative.
Definition at line 51 of file AntitrappingCurrent.C.
|
protectedvirtual |
Reimplemented from CoupledSusceptibilityTimeDerivative.
Definition at line 30 of file AntitrappingCurrent.C.
|
virtualinherited |
Definition at line 40 of file CoupledSusceptibilityTimeDerivative.C.
|
protectedinherited |
function derivatives w.r.t. coupled variables
Definition at line 44 of file CoupledSusceptibilityTimeDerivative.h.
Referenced by computeQpOffDiagJacobian(), CoupledSusceptibilityTimeDerivative::computeQpOffDiagJacobian(), and CoupledSusceptibilityTimeDerivative::CoupledSusceptibilityTimeDerivative().
|
protectedinherited |
function derivative w.r.t. the kernel variable
Definition at line 41 of file CoupledSusceptibilityTimeDerivative.h.
Referenced by computeQpJacobian(), and CoupledSusceptibilityTimeDerivative::computeQpJacobian().
|
protectedinherited |
The function multiplied by the coupled time derivative.
Definition at line 38 of file CoupledSusceptibilityTimeDerivative.h.
Referenced by computeQpOffDiagJacobian(), CoupledSusceptibilityTimeDerivative::computeQpOffDiagJacobian(), computeQpResidual(), and CoupledSusceptibilityTimeDerivative::computeQpResidual().
|
protected |
Definition at line 34 of file AntitrappingCurrent.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
1.8.16