RankTwoScalarAux uses the namespace RankTwoScalarTools to compute scalar values from Rank-2 tensors. More...
#include <RankTwoScalarAux.h>
Public Member Functions | |
RankTwoScalarAux (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | computeValue () |
Protected Attributes | |
const MaterialProperty< RankTwoTensor > & | _tensor |
MooseEnum | _scalar_type |
Determines the information to be extracted from the tensor by using the RankTwoScalarTools namespace, e.g., vonMisesStressL2norm, MaxPrincipal eigenvalue, etc. More... | |
const bool | _has_selected_qp |
whether or not selected_qp has been set More... | |
const unsigned int | _selected_qp |
The std::vector will be evaluated at this quadpoint only if defined. More... | |
const Point | _point1 |
const Point | _point2 |
Point | _input_direction |
RankTwoScalarAux uses the namespace RankTwoScalarTools to compute scalar values from Rank-2 tensors.
Definition at line 24 of file RankTwoScalarAux.h.
RankTwoScalarAux::RankTwoScalarAux | ( | const InputParameters & | parameters | ) |
Definition at line 44 of file RankTwoScalarAux.C.
|
protectedvirtual |
Definition at line 57 of file RankTwoScalarAux.C.
|
static |
Definition at line 18 of file RankTwoScalarAux.C.
|
protected |
whether or not selected_qp has been set
Definition at line 43 of file RankTwoScalarAux.h.
Referenced by computeValue().
|
protected |
Definition at line 50 of file RankTwoScalarAux.h.
Referenced by computeValue().
|
protected |
Definition at line 48 of file RankTwoScalarAux.h.
Referenced by computeValue().
|
protected |
Definition at line 49 of file RankTwoScalarAux.h.
Referenced by computeValue().
|
protected |
Determines the information to be extracted from the tensor by using the RankTwoScalarTools namespace, e.g., vonMisesStressL2norm, MaxPrincipal eigenvalue, etc.
Definition at line 40 of file RankTwoScalarAux.h.
Referenced by computeValue().
|
protected |
The std::vector will be evaluated at this quadpoint only if defined.
Definition at line 46 of file RankTwoScalarAux.h.
Referenced by computeValue().
|
protected |
Definition at line 34 of file RankTwoScalarAux.h.
Referenced by computeValue().