https://mooseframework.inl.gov
ComputeBeamResultants.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 #include "Material.h"
13 #include "RankTwoTensor.h"
14 
19 {
20 public:
22 
24 
25 protected:
26  virtual void computeQpProperties() override;
27  virtual void initQpStatefulProperties() override;
28 
31 
34 
37 
40 
43 
46 
49 
52 
55 };
ComputeBeamResultants(const InputParameters &parameters)
const MaterialProperty< RealVectorValue > & _material_stiffness
Material stiffness vector that relates displacement strain increment to force increment.
const MaterialProperty< RankTwoTensor > & _total_rotation
Rotational transformation from global to current beam local coordinate system.
ComputeBeamResultants computes forces and moments using elasticity.
virtual void initQpStatefulProperties() override
const MaterialProperty< RealVectorValue > & _material_flexure
Material flexure vector that relates rotational strain increment to moment increment.
virtual void computeQpProperties() override
const MaterialProperty< RealVectorValue > & _rot_strain_increment
Mechanical rotational strain increment in beam local coordinate system.
MaterialProperty< RealVectorValue > & _moment
Current moment vector in global coordinate system.
const InputParameters & parameters() const
const MaterialProperty< RealVectorValue > & _moment_old
Old force vector in global coordinate system.
const MaterialProperty< RealVectorValue > & _disp_strain_increment
Mechanical displacement strain increment in beam local coordinate system.
static InputParameters validParams()
const MaterialProperty< RealVectorValue > & _force_old
Old force vector in global coordinate system.
MaterialProperty< RealVectorValue > & _force
Current force vector in global coordinate system.