Compute the Cahn-Hilliard interface term with constant Mobility and Interfacial parameter. More...
#include <SimpleCHInterface.h>
Public Member Functions | |
SimpleCHInterface (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () |
virtual Real | computeQpJacobian () |
Protected Attributes | |
const MaterialProperty< Real > & | _M |
Mobility. More... | |
const MaterialProperty< Real > & | _kappa_c |
Interfacial parameter. More... | |
const VariableSecond & | _second_u |
Variables for second order derivatives. More... | |
const VariableTestSecond & | _second_test |
const VariablePhiSecond & | _second_phi |
Compute the Cahn-Hilliard interface term with constant Mobility and Interfacial parameter.
Definition at line 22 of file SimpleCHInterface.h.
SimpleCHInterface::SimpleCHInterface | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file SimpleCHInterface.C.
|
protectedvirtual |
Definition at line 45 of file SimpleCHInterface.C.
|
protectedvirtual |
Definition at line 39 of file SimpleCHInterface.C.
|
protected |
Interfacial parameter.
Definition at line 40 of file SimpleCHInterface.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
Mobility.
Definition at line 38 of file SimpleCHInterface.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
Definition at line 34 of file SimpleCHInterface.h.
Referenced by computeQpJacobian().
|
protected |
Definition at line 33 of file SimpleCHInterface.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
Variables for second order derivatives.
Definition at line 32 of file SimpleCHInterface.h.
Referenced by computeQpResidual().