https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ComputeThermalExpansionEigenstrainBeamBase.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
13
19{
20public:
22
24
25protected:
26 virtual void computeQpEigenstrain() override;
27 /*
28 * Compute the total thermal strain relative to the stress-free temperature at
29 * the current temperature
30 *
31 * param thermal_strain The current total linear thermal strain
32 * (\delta L / L)
33 */
34 virtual Real computeThermalStrain() = 0;
35
38
41
43 RealGradient _initial_axis;
44};
ComputeEigenstrainBeamBase is the base class for beam eigenstrain vectors.
ComputeThermalExpansionEigenstrainBeamBase is a base class for all models that compute beam eigenstra...
virtual void computeQpEigenstrain() override
Compute the eigenstrain and store in _disp_eigenstrain and _rot_eigenstrain.
const VariableValue & _stress_free_temperature
Value of stress free temperature at each quadrature point.
const VariableValue & _temperature
Value of temperature at each quadrature point.
const InputParameters & parameters() const
VariableValueTempl< false > VariableValue