This kernel calculates the residual for grain growth for a single phase, poly-crystal system. More...
#include <ACGrGrPoly.h>
Public Member Functions | |
ACGrGrPoly (const InputParameters ¶meters) | |
virtual void | initialSetup () |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Types | |
enum | PFFunctionType |
Protected Member Functions | |
virtual Real | computeDFDOP (PFFunctionType type) |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
virtual Real | precomputeQpResidual () |
virtual Real | precomputeQpJacobian () |
virtual Real | computeDFDOP (PFFunctionType type)=0 |
Protected Attributes | |
const MaterialProperty< Real > & | _gamma |
const unsigned int | _op_num |
std::vector< const VariableValue * > | _vals |
std::vector< unsigned int > | _vals_var |
const MaterialProperty< Real > & | _mu |
const MaterialProperty< Real > & | _L |
Mobility. More... | |
const MaterialProperty< Real > & | _dLdop |
Mobility derivative w.r.t. order parameter. More... | |
std::vector< const MaterialProperty< Real > * > | _dLdarg |
Mobility derivative w.r.t coupled variables. More... | |
This kernel calculates the residual for grain growth for a single phase, poly-crystal system.
A single material property gamma_asymm is used for the prefactor of the cross-terms between order parameters.
Definition at line 25 of file ACGrGrPoly.h.
|
protectedinherited |
ACGrGrPoly::ACGrGrPoly | ( | const InputParameters & | parameters | ) |
Definition at line 23 of file ACGrGrPoly.C.
|
protectedvirtual |
Definition at line 29 of file ACGrGrPoly.C.
|
protectedpure virtualinherited |
|
protectedvirtual |
|
virtualinherited |
Reimplemented in KKSMultiACBulkBase, CoupledAllenCahn, KKSACBulkBase, and AllenCahn.
|
protectedvirtualinherited |
|
protectedvirtualinherited |
|
staticinherited |
|
protectedinherited |
|
protectedinherited |
|
protected |
Definition at line 34 of file ACGrGrPoly.h.
Referenced by computeDFDOP(), and computeQpOffDiagJacobian().
|
protectedinherited |
|
protectedinherited |
Definition at line 36 of file ACGrGrBase.h.
Referenced by ACGrGrMulti::computeDFDOP(), computeDFDOP(), computeQpOffDiagJacobian(), and ACGrGrMulti::computeQpOffDiagJacobian().
|
protectedinherited |
Definition at line 31 of file ACGrGrBase.h.
Referenced by ACGrGrBase::ACGrGrBase(), ACGrGrMulti::computedF0du(), ACGrGrMulti::computeDFDOP(), computeDFDOP(), computeQpOffDiagJacobian(), and ACGrGrMulti::computeQpOffDiagJacobian().
|
protectedinherited |
Definition at line 33 of file ACGrGrBase.h.
Referenced by ACGrGrBase::ACGrGrBase(), ACBarrierFunction::calculateF0(), ACGrGrMulti::computedF0du(), ACBarrierFunction::computeDFDOP(), computeDFDOP(), ACGrGrMulti::computeDFDOP(), ACBarrierFunction::computeQpOffDiagJacobian(), computeQpOffDiagJacobian(), and ACGrGrMulti::computeQpOffDiagJacobian().
|
protectedinherited |
Definition at line 34 of file ACGrGrBase.h.
Referenced by ACGrGrBase::ACGrGrBase(), ACGrGrMulti::computeQpOffDiagJacobian(), and computeQpOffDiagJacobian().