Calculates the radial displacement for cylindrical geometries. More...
#include <RadialDisplacementCylinderAux.h>
Public Member Functions | |
RadialDisplacementCylinderAux (const InputParameters ¶meters) | |
virtual | ~RadialDisplacementCylinderAux () |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | computeValue () |
Compute the value of the radial displacement. More... | |
Protected Attributes | |
Moose::CoordinateSystemType | _coord_system |
Type of coordinate system. More... | |
unsigned int | _ndisp |
Number of displacment components. More... | |
std::vector< const VariableValue * > | _disp_vals |
Coupled variable values of the displacement components. More... | |
RealVectorValue | _axis_vector |
Axis direction. More... | |
RealVectorValue | _origin |
Point used to define the origin of the cylinder axis for Cartesian systems. More... | |
Calculates the radial displacement for cylindrical geometries.
Works for 2D and 3D Cartesian systems and axisymmetric systems
Definition at line 24 of file RadialDisplacementCylinderAux.h.
RadialDisplacementCylinderAux::RadialDisplacementCylinderAux | ( | const InputParameters & | parameters | ) |
Definition at line 35 of file RadialDisplacementCylinderAux.C.
|
inlinevirtual |
Definition at line 31 of file RadialDisplacementCylinderAux.h.
|
protectedvirtual |
Compute the value of the radial displacement.
Definition at line 91 of file RadialDisplacementCylinderAux.C.
|
static |
Definition at line 18 of file RadialDisplacementCylinderAux.C.
|
protected |
Axis direction.
Definition at line 46 of file RadialDisplacementCylinderAux.h.
Referenced by computeValue(), and RadialDisplacementCylinderAux().
|
protected |
Type of coordinate system.
Definition at line 38 of file RadialDisplacementCylinderAux.h.
Referenced by computeValue(), and RadialDisplacementCylinderAux().
|
protected |
Coupled variable values of the displacement components.
Definition at line 43 of file RadialDisplacementCylinderAux.h.
Referenced by computeValue(), and RadialDisplacementCylinderAux().
|
protected |
Number of displacment components.
Definition at line 41 of file RadialDisplacementCylinderAux.h.
Referenced by computeValue(), and RadialDisplacementCylinderAux().
|
protected |
Point used to define the origin of the cylinder axis for Cartesian systems.
Definition at line 49 of file RadialDisplacementCylinderAux.h.
Referenced by computeValue(), and RadialDisplacementCylinderAux().