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