www.mooseframework.org
GlobalDisplacementAux.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 "AuxKernel.h"
13 #include "ADRankTwoTensorForward.h"
14 
15 // Forward Declarations
17 
19 {
20 public:
22 
24 
25  virtual Real computeValue() override;
26 
27 protected:
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 unsigned int _component
Component of the displacement vector.
const GlobalStrainUserObjectInterface & _pst
const unsigned int _ndisp
Number of displacement variables.
virtual Real computeValue() override
const std::vector< const VariableValue * > _disp
Displacement variables.
const VectorValue< bool > & _periodic_dir
OutputTools< Real >::VariableValue VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
This class provides interface for extracting the periodic directions, residual, and jacobian values f...
const InputParameters & parameters() const
const VariableValue & _scalar_global_strain
GlobalDisplacementAux(const InputParameters &parameters)
static InputParameters validParams()