https://mooseframework.inl.gov
solid_mechanics
include
actions
GeneralizedPlaneStrainAction.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
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 "
Action.h
"
13
14
class
GeneralizedPlaneStrainAction
:
public
Action
15
{
16
public
:
17
static
InputParameters
validParams
();
18
19
GeneralizedPlaneStrainAction
(
const
InputParameters
& params);
20
21
void
act
()
override
;
22
23
protected
:
24
std::vector<VariableName>
_displacements
;
25
27
unsigned
int
_ndisp
;
28
const
unsigned
int
_out_of_plane_direction
;
29
};
GeneralizedPlaneStrainAction::_ndisp
unsigned int _ndisp
Number of displacement variables.
Definition:
GeneralizedPlaneStrainAction.h:27
Action.h
Action
InputParameters
GeneralizedPlaneStrainAction::_out_of_plane_direction
const unsigned int _out_of_plane_direction
Definition:
GeneralizedPlaneStrainAction.h:28
GeneralizedPlaneStrainAction
Definition:
GeneralizedPlaneStrainAction.h:14
GeneralizedPlaneStrainAction::validParams
static InputParameters validParams()
Definition:
GeneralizedPlaneStrainAction.C:24
GeneralizedPlaneStrainAction::act
void act() override
Definition:
GeneralizedPlaneStrainAction.C:82
GeneralizedPlaneStrainAction::GeneralizedPlaneStrainAction
GeneralizedPlaneStrainAction(const InputParameters ¶ms)
Definition:
GeneralizedPlaneStrainAction.C:73
GeneralizedPlaneStrainAction::_displacements
std::vector< VariableName > _displacements
Definition:
GeneralizedPlaneStrainAction.h:24
Generated on Thu Aug 28 2025 20:20:25 for https://mooseframework.inl.gov by
1.8.14