https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
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.
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.
const InputParameters & parameters() const