24 _disp_strain_increment(
25 getMaterialPropertyByName<RealVectorValue>(
"mech_disp_strain_increment")),
26 _rot_strain_increment(getMaterialPropertyByName<RealVectorValue>(
"mech_rot_strain_increment")),
27 _material_stiffness(getMaterialPropertyByName<RealVectorValue>(
"material_stiffness")),
28 _material_flexure(getMaterialPropertyByName<RealVectorValue>(
"material_flexure")),
29 _total_rotation(getMaterialPropertyByName<
RankTwoTensor>(
"total_rotation")),
30 _force(declareProperty<RealVectorValue>(
"forces")),
31 _moment(declareProperty<RealVectorValue>(
"moments")),
32 _force_old(getMaterialPropertyOld<RealVectorValue>(
"forces")),
33 _moment_old(getMaterialPropertyOld<RealVectorValue>(
"moments"))
48 RealVectorValue force_increment;
56 RealVectorValue moment_increment;
registerMooseObject("SolidMechanicsApp", ComputeBeamResultants)
ComputeBeamResultants computes forces and moments using elasticity.
const MaterialProperty< RealVectorValue > & _disp_strain_increment
Mechanical displacement strain increment in beam local coordinate system.
virtual void initQpStatefulProperties() override
const MaterialProperty< RankTwoTensor > & _total_rotation
Rotational transformation from global to current beam local coordinate system.
ComputeBeamResultants(const InputParameters ¶meters)
const MaterialProperty< RealVectorValue > & _moment_old
Old force vector in global coordinate system.
const MaterialProperty< RealVectorValue > & _rot_strain_increment
Mechanical rotational strain increment in beam local coordinate system.
const MaterialProperty< RealVectorValue > & _material_stiffness
Material stiffness vector that relates displacement strain increment to force increment.
MaterialProperty< RealVectorValue > & _force
Current force vector in global coordinate system.
static InputParameters validParams()
const MaterialProperty< RealVectorValue > & _force_old
Old force vector in global coordinate system.
virtual void computeQpProperties() override
const MaterialProperty< RealVectorValue > & _material_flexure
Material flexure vector that relates rotational strain increment to moment increment.
MaterialProperty< RealVectorValue > & _moment
Current moment vector in global coordinate system.
static InputParameters validParams()