www.mooseframework.org
ComputeThermalExpansionEigenstrain.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 
18 template <bool is_ad>
21 {
22 public:
24 
26 
27 protected:
29 
31 
35 };
36 
ComputeThermalExpansionEigenstrainTempl< true > ADComputeThermalExpansionEigenstrain
ComputeThermalExpansionEigenstrainTempl< false > ComputeThermalExpansionEigenstrain
virtual ValueAndDerivative< is_ad > computeThermalStrain() override
computeThermalStrain must be overridden in derived classes.
typename std::conditional< is_ad, ADReal, ChainedReal >::type ValueAndDerivative
Return type with a single derivative.
ComputeThermalExpansionEigenstrain computes an eigenstrain for thermal expansion with a constant expa...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ComputeThermalExpansionEigenstrainBase is a base class for all models that compute eigenstrains due t...
ComputeThermalExpansionEigenstrainTempl(const InputParameters &parameters)