Calculates the advection velocity of grain due to rigid body motion Reports the components of the velocity on each element. More...
#include <GrainAdvectionAux.h>
Public Member Functions | |
GrainAdvectionAux (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual void | precalculateValue () |
calculate the advection velocity More... | |
virtual Real | computeValue () |
output the component of advection velocity More... | |
Protected Attributes | |
const GrainTrackerInterface & | _grain_tracker |
getting userobject for calculating grain centers and volumes More... | |
const VectorPostprocessorValue & | _grain_volumes |
The grain volumes. More... | |
const GrainForceAndTorqueInterface & | _grain_force_torque |
getting userobject for calculating grain forces and torques More... | |
const std::vector< RealGradient > & | _grain_forces |
const std::vector< RealGradient > & | _grain_torques |
Private Attributes | |
const Real | _mt |
constant value corresponding to grain translation More... | |
const Real | _mr |
constant value corresponding to grain rotation More... | |
RealGradient | _velocity_advection |
MooseEnum | _component |
Calculates the advection velocity of grain due to rigid body motion Reports the components of the velocity on each element.
Definition at line 26 of file GrainAdvectionAux.h.
GrainAdvectionAux::GrainAdvectionAux | ( | const InputParameters & | parameters | ) |
Definition at line 35 of file GrainAdvectionAux.C.
|
protectedvirtual |
output the component of advection velocity
Definition at line 72 of file GrainAdvectionAux.C.
|
protectedvirtual |
|
private |
Definition at line 56 of file GrainAdvectionAux.h.
Referenced by computeValue().
|
protected |
getting userobject for calculating grain forces and torques
Definition at line 44 of file GrainAdvectionAux.h.
|
protected |
Definition at line 45 of file GrainAdvectionAux.h.
Referenced by precalculateValue().
|
protected |
Definition at line 46 of file GrainAdvectionAux.h.
Referenced by precalculateValue().
|
protected |
getting userobject for calculating grain centers and volumes
Definition at line 38 of file GrainAdvectionAux.h.
Referenced by precalculateValue().
|
protected |
The grain volumes.
Definition at line 41 of file GrainAdvectionAux.h.
Referenced by precalculateValue().
|
private |
constant value corresponding to grain rotation
Definition at line 53 of file GrainAdvectionAux.h.
Referenced by precalculateValue().
|
private |
constant value corresponding to grain translation
Definition at line 50 of file GrainAdvectionAux.h.
Referenced by precalculateValue().
|
private |
Definition at line 55 of file GrainAdvectionAux.h.
Referenced by computeValue(), and precalculateValue().