https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ComputeElasticityBeam.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
ComputeElasticityBeam computes the equivalent of the elasticity tensor for the beam element,...
const VariableValue & _shear_coefficient
Shear coefficient for the beam cross-section.
virtual void computeQpProperties() override
const Function *const _prefactor_function
Prefactor function used to modify (i.e., multiply) the material stiffness and flexure vectors.
const VariableValue & _poissons_ratio
Poisson's ratio of the beam material.
const VariableValue & _youngs_modulus
Young's modulus of the beam material.
static InputParameters validParams()
MaterialProperty< RealVectorValue > & _material_stiffness
Material stiffness vector that relates displacement strain increments to force increments.
MaterialProperty< RealVectorValue > & _material_flexure
Material flexure vector that relates rotational strain increments to moment increments.
const InputParameters & parameters() const
VariableValueTempl< false > VariableValue