https://mooseframework.inl.gov
RadialDisplacementSphereAux.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"
13 
20 {
21 public:
23 
25 
27 
28 protected:
30  virtual Real computeValue();
31 
34 
36  const unsigned int _ndisp;
38  const std::vector<const VariableValue *> _disp_vals;
39 
43 };
Calculates the radial displacement for spherical geometries.
static InputParameters validParams()
RealVectorValue _origin
Point used to define an origin for 2D axisymmetric or 3D Cartesian systems.
const unsigned int _ndisp
Number of displacment components.
RadialDisplacementSphereAux(const InputParameters &parameters)
virtual Real computeValue()
Compute the value of the radial displacement.
const std::vector< const VariableValue * > _disp_vals
Coupled variable values of the displacement components.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
CoordinateSystemType
const InputParameters & parameters() const
Moose::CoordinateSystemType _coord_system
Type of coordinate system.