ComputeThermalExpansionEigenstrainBeam computes an eigenstrain for thermal expansion with a constant expansion coefficient. More...
#include <ComputeThermalExpansionEigenstrainBeam.h>
Public Member Functions | |
ComputeThermalExpansionEigenstrainBeam (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual void | computeThermalStrain (Real &thermal_strain) override |
virtual void | computeQpEigenstrain () override |
Protected Attributes | |
const Real & | _thermal_expansion_coeff |
Constant thermal expansion coefficient. More... | |
const VariableValue & | _temperature |
Value of temperature at each quadrature point. More... | |
const VariableValue & | _stress_free_temperature |
Value of stress free temperature at each quadrature point. More... | |
RealGradient | _initial_axis |
Initial orientation of the beam. More... | |
ComputeThermalExpansionEigenstrainBeam computes an eigenstrain for thermal expansion with a constant expansion coefficient.
Definition at line 24 of file ComputeThermalExpansionEigenstrainBeam.h.
ComputeThermalExpansionEigenstrainBeam::ComputeThermalExpansionEigenstrainBeam | ( | const InputParameters & | parameters | ) |
Definition at line 27 of file ComputeThermalExpansionEigenstrainBeam.C.
|
overrideprotectedvirtualinherited |
Definition at line 35 of file ComputeThermalExpansionEigenstrainBeamBase.C.
|
overrideprotectedvirtual |
Implements ComputeThermalExpansionEigenstrainBeamBase.
Definition at line 35 of file ComputeThermalExpansionEigenstrainBeam.C.
|
static |
Definition at line 17 of file ComputeThermalExpansionEigenstrainBeam.C.
|
protectedinherited |
Initial orientation of the beam.
Definition at line 50 of file ComputeThermalExpansionEigenstrainBeamBase.h.
Referenced by ComputeThermalExpansionEigenstrainBeamBase::computeQpEigenstrain().
|
protectedinherited |
Value of stress free temperature at each quadrature point.
Definition at line 47 of file ComputeThermalExpansionEigenstrainBeamBase.h.
Referenced by computeThermalStrain().
|
protectedinherited |
Value of temperature at each quadrature point.
Definition at line 44 of file ComputeThermalExpansionEigenstrainBeamBase.h.
Referenced by computeThermalStrain().
|
protected |
Constant thermal expansion coefficient.
Definition at line 35 of file ComputeThermalExpansionEigenstrainBeam.h.
Referenced by computeThermalStrain().