Action that sets up ACSEDGPoly Kernels that adds the stored energy contribution to grain growth models. More...
#include <PolycrystalStoredEnergyAction.h>
Public Member Functions | |
PolycrystalStoredEnergyAction (const InputParameters ¶ms) | |
virtual void | act () |
Protected Attributes | |
const unsigned int | _op_num |
number of grains to create More... | |
const std::string | _var_name_base |
base name for the order parameter variables More... | |
const unsigned int | _deformed_grain_num |
number of deformed grains More... | |
Action that sets up ACSEDGPoly Kernels that adds the stored energy contribution to grain growth models.
This allows such models to simulate recrystallization as well.
Definition at line 18 of file PolycrystalStoredEnergyAction.h.
PolycrystalStoredEnergyAction::PolycrystalStoredEnergyAction | ( | const InputParameters & | params | ) |
Definition at line 40 of file PolycrystalStoredEnergyAction.C.
|
virtual |
Definition at line 49 of file PolycrystalStoredEnergyAction.C.
|
protected |
number of deformed grains
Definition at line 33 of file PolycrystalStoredEnergyAction.h.
|
protected |
number of grains to create
Definition at line 27 of file PolycrystalStoredEnergyAction.h.
Referenced by act().
|
protected |
base name for the order parameter variables
Definition at line 30 of file PolycrystalStoredEnergyAction.h.
Referenced by act().