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