#include <ComputeBeamResultants.h>
Public Member Functions | |
ComputeBeamResultants (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual void | computeQpProperties () override |
virtual void | initQpStatefulProperties () override |
Protected Attributes | |
const MaterialProperty< RealVectorValue > & | _disp_strain_increment |
Mechanical displacement strain increment in beam local coordinate system. More... | |
const MaterialProperty< RealVectorValue > & | _rot_strain_increment |
Mechanical rotational strain increment in beam local coordinate system. More... | |
const MaterialProperty< RealVectorValue > & | _material_stiffness |
Material stiffness vector that relates displacement strain increment to force increment. More... | |
const MaterialProperty< RealVectorValue > & | _material_flexure |
Material flexure vector that relates rotational strain increment to moment increment. More... | |
const MaterialProperty< RankTwoTensor > & | _total_rotation |
Rotational transformation from global to current beam local coordinate system. More... | |
MaterialProperty< RealVectorValue > & | _force |
Current force vector in global coordinate system. More... | |
MaterialProperty< RealVectorValue > & | _moment |
Current moment vector in global coordinate system. More... | |
const MaterialProperty< RealVectorValue > & | _force_old |
Old force vector in global coordinate system. More... | |
const MaterialProperty< RealVectorValue > & | _moment_old |
Old force vector in global coordinate system. More... | |
Definition at line 24 of file ComputeBeamResultants.h.
ComputeBeamResultants::ComputeBeamResultants | ( | const InputParameters & | parameters | ) |
Definition at line 24 of file ComputeBeamResultants.C.
|
overrideprotectedvirtual |
Definition at line 47 of file ComputeBeamResultants.C.
|
overrideprotectedvirtual |
Definition at line 40 of file ComputeBeamResultants.C.
|
static |
Definition at line 17 of file ComputeBeamResultants.C.
|
protected |
Mechanical displacement strain increment in beam local coordinate system.
Definition at line 36 of file ComputeBeamResultants.h.
Referenced by computeQpProperties().
|
protected |
Current force vector in global coordinate system.
Definition at line 51 of file ComputeBeamResultants.h.
Referenced by computeQpProperties(), and initQpStatefulProperties().
|
protected |
Old force vector in global coordinate system.
Definition at line 57 of file ComputeBeamResultants.h.
Referenced by computeQpProperties().
|
protected |
Material flexure vector that relates rotational strain increment to moment increment.
Definition at line 45 of file ComputeBeamResultants.h.
Referenced by computeQpProperties().
|
protected |
Material stiffness vector that relates displacement strain increment to force increment.
Definition at line 42 of file ComputeBeamResultants.h.
Referenced by computeQpProperties().
|
protected |
Current moment vector in global coordinate system.
Definition at line 54 of file ComputeBeamResultants.h.
Referenced by computeQpProperties(), and initQpStatefulProperties().
|
protected |
Old force vector in global coordinate system.
Definition at line 60 of file ComputeBeamResultants.h.
Referenced by computeQpProperties().
|
protected |
Mechanical rotational strain increment in beam local coordinate system.
Definition at line 39 of file ComputeBeamResultants.h.
Referenced by computeQpProperties().
|
protected |
Rotational transformation from global to current beam local coordinate system.
Definition at line 48 of file ComputeBeamResultants.h.
Referenced by computeQpProperties().