https://mooseframework.inl.gov
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 
19 {
20 public:
22 
24 
25 protected:
26  virtual void computeQpProperties() override;
27 
30 
33 
36 
39 
42 
45 };
const VariableValue & _shear_coefficient
Shear coefficient for the beam cross-section.
virtual void computeQpProperties() override
MaterialProperty< RealVectorValue > & _material_flexure
Material flexure vector that relates rotational strain increments to moment increments.
static InputParameters validParams()
MaterialProperty< RealVectorValue > & _material_stiffness
Material stiffness vector that relates displacement strain increments to force increments.
const VariableValue & _youngs_modulus
Young&#39;s modulus of the beam material.
ComputeElasticityBeam(const InputParameters &parameters)
const VariableValue & _poissons_ratio
Poisson&#39;s ratio of the beam material.
ComputeElasticityBeam computes the equivalent of the elasticity tensor for the beam element...
OutputTools< Real >::VariableValue VariableValue
const InputParameters & parameters() const
const Function *const _prefactor_function
Prefactor function used to modify (i.e., multiply) the material stiffness and flexure vectors...