This kernel calculates the main portion of the cahn-hilliard residual for the RFF form of the phase field crystal model. More...
#include <CHPFCRFF.h>
Public Member Functions | |
| CHPFCRFF (const InputParameters ¶meters) | |
Protected Member Functions | |
| virtual Real | computeQpResidual () |
| virtual Real | computeQpJacobian () |
| virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
Private Attributes | |
| const MaterialProperty< Real > & | _M |
| const bool | _has_MJac |
| const MaterialProperty< Real > * | _DM |
| const MooseEnum | _log_approach |
| const Real | _tol |
| const unsigned int | _num_L |
| std::vector< unsigned int > | _vals_var |
| std::vector< const VariableGradient * > | _grad_vals |
| const unsigned int | _n_exp_terms |
| const Real | _a |
| const Real | _b |
| const Real | _c |
This kernel calculates the main portion of the cahn-hilliard residual for the RFF form of the phase field crystal model.
Definition at line 24 of file CHPFCRFF.h.
| CHPFCRFF::CHPFCRFF | ( | const InputParameters & | parameters | ) |
Definition at line 38 of file CHPFCRFF.C.
|
protectedvirtual |
Definition at line 128 of file CHPFCRFF.C.
|
protectedvirtual |
Definition at line 219 of file CHPFCRFF.C.
|
protectedvirtual |
Definition at line 62 of file CHPFCRFF.C.
|
private |
Definition at line 47 of file CHPFCRFF.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
private |
Definition at line 48 of file CHPFCRFF.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
private |
Definition at line 49 of file CHPFCRFF.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
private |
Definition at line 37 of file CHPFCRFF.h.
|
private |
Definition at line 44 of file CHPFCRFF.h.
Referenced by CHPFCRFF(), computeQpJacobian(), and computeQpResidual().
|
private |
Definition at line 36 of file CHPFCRFF.h.
|
private |
Definition at line 39 of file CHPFCRFF.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
private |
Definition at line 35 of file CHPFCRFF.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
private |
Definition at line 46 of file CHPFCRFF.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
private |
Definition at line 42 of file CHPFCRFF.h.
Referenced by CHPFCRFF(), computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
private |
Definition at line 40 of file CHPFCRFF.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
private |
Definition at line 43 of file CHPFCRFF.h.
Referenced by CHPFCRFF(), and computeQpOffDiagJacobian().
1.8.16