www.mooseframework.org
tensor_mechanics
include
materials
ADComputeRSphericalSmallStrain.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 "
ADComputeSmallStrain.h
"
13
14
template
<ComputeStage>
15
class
ADComputeRSphericalSmallStrain
;
16
17
declareADValidParams
(
ADComputeRSphericalSmallStrain
);
18
25
template
<ComputeStage compute_stage>
26
class
ADComputeRSphericalSmallStrain
:
public
ADComputeSmallStrain
<compute_stage>
27
{
28
public
:
29
static
InputParameters
validParams
();
30
31
ADComputeRSphericalSmallStrain
(
const
InputParameters & parameters);
32
33
virtual
void
computeProperties
()
override
;
34
35
usingComputeSmallStrainMembers
;
36
};
ADComputeRSphericalSmallStrain::ADComputeRSphericalSmallStrain
ADComputeRSphericalSmallStrain(const InputParameters ¶meters)
Definition:
ADComputeRSphericalSmallStrain.C:29
ADComputeRSphericalSmallStrain::computeProperties
virtual void computeProperties() override
Definition:
ADComputeRSphericalSmallStrain.C:37
ADComputeSmallStrain
ADComputeSmallStrain defines a strain tensor, assuming small strains.
Definition:
ADComputeSmallStrain.h:17
ADComputeSmallStrain.h
ADComputeRSphericalSmallStrain::validParams
static InputParameters validParams()
Definition:
ADComputeRSphericalSmallStrain.C:21
ADComputeRSphericalSmallStrain::usingComputeSmallStrainMembers
usingComputeSmallStrainMembers
Definition:
ADComputeRSphericalSmallStrain.h:35
ADComputeRSphericalSmallStrain
ADComputeRSphericalSmallStrain defines a strain tensor, assuming small strains, in a 1D simulation as...
Definition:
ADComputeRSphericalSmallStrain.h:15
declareADValidParams
declareADValidParams(ADComputeRSphericalSmallStrain)
Generated on Sat Jan 25 2020 12:04:44 for www.mooseframework.org by
1.8.16