www.mooseframework.org
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>
16 
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 
36 };
ADComputeRSphericalSmallStrain::ADComputeRSphericalSmallStrain
ADComputeRSphericalSmallStrain(const InputParameters &parameters)
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)