www.mooseframework.org
tensor_mechanics
include
materials
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
12
#include "
ComputeThermalExpansionEigenstrainBase.h
"
13
#include "DerivativeMaterialInterface.h"
14
15
class
ComputeThermalExpansionEigenstrain
;
16
17
template
<>
18
InputParameters
validParams<ComputeThermalExpansionEigenstrain>
();
19
24
class
ComputeThermalExpansionEigenstrain
:
public
ComputeThermalExpansionEigenstrainBase
25
{
26
public
:
27
static
InputParameters
validParams
();
28
29
ComputeThermalExpansionEigenstrain
(
const
InputParameters & parameters);
30
31
protected
:
32
virtual
void
computeThermalStrain
(Real & thermal_strain, Real & instantaneous_cte)
override
;
33
34
const
Real &
_thermal_expansion_coeff
;
35
};
ComputeThermalExpansionEigenstrain::validParams
static InputParameters validParams()
Definition:
ComputeThermalExpansionEigenstrain.C:17
validParams< ComputeThermalExpansionEigenstrain >
InputParameters validParams< ComputeThermalExpansionEigenstrain >()
ComputeThermalExpansionEigenstrain::_thermal_expansion_coeff
const Real & _thermal_expansion_coeff
Definition:
ComputeThermalExpansionEigenstrain.h:34
ComputeThermalExpansionEigenstrain::ComputeThermalExpansionEigenstrain
ComputeThermalExpansionEigenstrain(const InputParameters ¶meters)
Definition:
ComputeThermalExpansionEigenstrain.C:27
ComputeThermalExpansionEigenstrain::computeThermalStrain
virtual void computeThermalStrain(Real &thermal_strain, Real &instantaneous_cte) override
Definition:
ComputeThermalExpansionEigenstrain.C:35
ComputeThermalExpansionEigenstrain
ComputeThermalExpansionEigenstrain computes an eigenstrain for thermal expansion with a constant expa...
Definition:
ComputeThermalExpansionEigenstrain.h:24
ComputeThermalExpansionEigenstrainBase.h
ComputeThermalExpansionEigenstrainBase
ComputeThermalExpansionEigenstrainBase is a base class for all models that compute eigenstrains due t...
Definition:
ComputeThermalExpansionEigenstrainBase.h:27
Generated on Sat Jan 25 2020 12:04:44 for www.mooseframework.org by
1.8.16