www.mooseframework.org
ComputeThermalExpansionEigenstrainBeam.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
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 #include "DerivativeMaterialInterface.h"
14 
16 
17 template <>
19 
25 {
26 public:
27  static InputParameters validParams();
28 
29  ComputeThermalExpansionEigenstrainBeam(const InputParameters & parameters);
30 
31 protected:
32  virtual void computeThermalStrain(Real & thermal_strain) override;
33 
36 };
ComputeThermalExpansionEigenstrainBeam
ComputeThermalExpansionEigenstrainBeam computes an eigenstrain for thermal expansion with a constant ...
Definition: ComputeThermalExpansionEigenstrainBeam.h:24
ComputeThermalExpansionEigenstrainBeamBase.h
validParams< ComputeThermalExpansionEigenstrainBeam >
InputParameters validParams< ComputeThermalExpansionEigenstrainBeam >()
ComputeThermalExpansionEigenstrainBeamBase
ComputeThermalExpansionEigenstrainBeamBase is a base class for all models that compute beam eigenstra...
Definition: ComputeThermalExpansionEigenstrainBeamBase.h:24
ComputeThermalExpansionEigenstrainBeam::computeThermalStrain
virtual void computeThermalStrain(Real &thermal_strain) override
Definition: ComputeThermalExpansionEigenstrainBeam.C:35
ComputeThermalExpansionEigenstrainBeam::validParams
static InputParameters validParams()
Definition: ComputeThermalExpansionEigenstrainBeam.C:17
ComputeThermalExpansionEigenstrainBeam::ComputeThermalExpansionEigenstrainBeam
ComputeThermalExpansionEigenstrainBeam(const InputParameters &parameters)
Definition: ComputeThermalExpansionEigenstrainBeam.C:27
ComputeThermalExpansionEigenstrainBeam::_thermal_expansion_coeff
const Real & _thermal_expansion_coeff
Constant thermal expansion coefficient.
Definition: ComputeThermalExpansionEigenstrainBeam.h:35