https://mooseframework.inl.gov
Loading...
Searching...
No Matches
GlobalDisplacementAux.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 "AuxKernel.h"
14
15// Forward Declarations
17
19{
20public:
22
24
25 virtual Real computeValue() override;
26
27protected:
29
31 const unsigned int _component;
32
34
36 const VectorValue<bool> & _periodic_dir;
37 const Point _ref_point;
38
39 const unsigned int _dim;
40
42 const unsigned int _ndisp;
43
45 const std::vector<const VariableValue *> _disp;
46};
const VectorValue< bool > & _periodic_dir
const std::vector< const VariableValue * > _disp
Displacement variables.
const GlobalStrainUserObjectInterface & _pst
const unsigned int _component
Component of the displacement vector.
const unsigned int _ndisp
Number of displacement variables.
virtual Real computeValue() override
static InputParameters validParams()
const VariableValue & _scalar_global_strain
This class provides interface for extracting the periodic directions, residual, and jacobian values f...
const InputParameters & parameters() const
VariableValueTempl< false > VariableValue