Calculates the radial displacement for spherical geometries. More...
#include <RadialDisplacementSphereAux.h>
Public Member Functions | |
RadialDisplacementSphereAux (const InputParameters ¶meters) | |
virtual | ~RadialDisplacementSphereAux () |
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 | _origin |
Point used to define an origin for 2D axisymmetric or 3D Cartesian systems. More... | |
Calculates the radial displacement for spherical geometries.
Works for 3D, 2D axisymmetric, and 1D geometries
Definition at line 25 of file RadialDisplacementSphereAux.h.
RadialDisplacementSphereAux::RadialDisplacementSphereAux | ( | const InputParameters & | parameters | ) |
Definition at line 32 of file RadialDisplacementSphereAux.C.
|
inlinevirtual |
Definition at line 30 of file RadialDisplacementSphereAux.h.
|
protectedvirtual |
Compute the value of the radial displacement.
Definition at line 76 of file RadialDisplacementSphereAux.C.
|
protected |
Type of coordinate system.
Definition at line 37 of file RadialDisplacementSphereAux.h.
Referenced by computeValue(), and RadialDisplacementSphereAux().
|
protected |
Coupled variable values of the displacement components.
Definition at line 42 of file RadialDisplacementSphereAux.h.
Referenced by computeValue(), and RadialDisplacementSphereAux().
|
protected |
Number of displacment components.
Definition at line 40 of file RadialDisplacementSphereAux.h.
Referenced by computeValue(), and RadialDisplacementSphereAux().
|
protected |
Point used to define an origin for 2D axisymmetric or 3D Cartesian systems.
Definition at line 46 of file RadialDisplacementSphereAux.h.
Referenced by computeValue(), and RadialDisplacementSphereAux().