CHSplitFlux computes flux as non-linear variable via residual = flux + mobility * gradient(chemical potential) Kernel is associated with a component (direction) that needs to be specified in the input file. More...
#include <CHSplitFlux.h>
Public Member Functions | |
CHSplitFlux (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () |
virtual Real | computeQpJacobian () |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
Protected Attributes | |
const unsigned int | _component |
const unsigned int | _mu_var |
const VariableGradient & | _grad_mu |
const MaterialProperty< RealTensorValue > & | _mobility |
const bool | _has_coupled_c |
const unsigned int | _c_var |
const MaterialProperty< RealTensorValue > * | _dmobility_dc |
CHSplitFlux computes flux as non-linear variable via residual = flux + mobility * gradient(chemical potential) Kernel is associated with a component (direction) that needs to be specified in the input file.
Definition at line 26 of file CHSplitFlux.h.
CHSplitFlux::CHSplitFlux | ( | const InputParameters & | parameters | ) |
Definition at line 27 of file CHSplitFlux.C.
|
protectedvirtual |
Definition at line 49 of file CHSplitFlux.C.
|
protectedvirtual |
Definition at line 55 of file CHSplitFlux.C.
|
protectedvirtual |
Definition at line 43 of file CHSplitFlux.C.
|
protected |
Definition at line 42 of file CHSplitFlux.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 36 of file CHSplitFlux.h.
Referenced by computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Definition at line 44 of file CHSplitFlux.h.
|
protected |
Definition at line 38 of file CHSplitFlux.h.
Referenced by computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Definition at line 41 of file CHSplitFlux.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 39 of file CHSplitFlux.h.
Referenced by computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Definition at line 37 of file CHSplitFlux.h.
Referenced by computeQpOffDiagJacobian().