SplitCHWRes creates the residual for the chemical potential in the split form of the Cahn-Hilliard equation with a scalar (isotropic) mobility. More...
#include <SplitCHWRes.h>
Public Member Functions | |
SplitCHWRes (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () |
virtual Real | computeQpJacobian () |
virtual Real | computeQpWJacobian () |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
Protected Attributes | |
const MaterialPropertyName | _mob_name |
const MaterialProperty< Real > & | _mob |
const bool | _is_coupled |
is the kernel used in a coupled form? More... | |
unsigned int | _w_var |
int label for the chemical potential More... | |
const VariableGradient & | _grad_w |
Variable value for the chemical potential. More... | |
std::vector< const MaterialProperty< Real > * > | _dmobdarg |
derivatives of the mobility More... | |
SplitCHWRes creates the residual for the chemical potential in the split form of the Cahn-Hilliard equation with a scalar (isotropic) mobility.
Definition at line 19 of file SplitCHWRes.h.
SplitCHWRes::SplitCHWRes | ( | const InputParameters & | parameters | ) |
Definition at line 24 of file SplitCHWRes.C.
|
protectedvirtualinherited |
Definition at line 86 of file SplitCHWResBase.h.
|
protectedvirtualinherited |
Definition at line 100 of file SplitCHWResBase.h.
|
protectedvirtualinherited |
Definition at line 79 of file SplitCHWResBase.h.
|
protectedvirtualinherited |
Definition at line 93 of file SplitCHWResBase.h.
|
protectedinherited |
derivatives of the mobility
Definition at line 54 of file SplitCHWResBase.h.
|
protectedinherited |
Variable value for the chemical potential.
Definition at line 51 of file SplitCHWResBase.h.
|
protectedinherited |
is the kernel used in a coupled form?
Definition at line 45 of file SplitCHWResBase.h.
|
protectedinherited |
Definition at line 42 of file SplitCHWResBase.h.
|
protectedinherited |
Definition at line 41 of file SplitCHWResBase.h.
|
protectedinherited |
int label for the chemical potential
Definition at line 48 of file SplitCHWResBase.h.