https://mooseframework.inl.gov
MortarPressureComponentAux.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 
26 protected:
27  virtual Real computeValue() override;
28 
29 private:
31  const MooseArray<Real> * const _lm_var_x;
32 
34  const MooseArray<Real> * const _lm_var_y;
35 
37  const MooseArray<Real> * const _lm_var_z;
38 
41 
44 
47 
50 
52  const bool _use_displaced_mesh;
53 
56 };
const BoundaryID _primary_id
Boundary ID for the primary surface.
ComponentType
The component of the Lagrange multiplier to compute.
const bool _use_displaced_mesh
Whether to use displaced mesh (required for this auxiliary kernel)
enum MortarPressureComponentAux::ComponentType _component
const MooseArray< Real > *const _lm_var_x
Lagrange multiplier variable along the x direction.
const FEProblemBase & _fe_problem
Fe problem to obtain primary/secondary ids.
const BoundaryID _secondary_id
Boundary ID for the secondary surface.
static InputParameters validParams()
boundary_id_type BoundaryID
Transforms a Cartesian Lagrange multiplier vector, typically employed for mortar mechanical contact...
const MooseArray< Real > *const _lm_var_z
Lagrange multiplier variable along the z direction (3D)
MortarPressureComponentAux(const InputParameters &parameters)
const AutomaticMortarGeneration * _mortar_generation_object
Handle to mortar generation object to obtain mortar geometry.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeValue() override
const InputParameters & parameters() const
const MooseArray< Real > *const _lm_var_y
Lagrange multiplier variable along the y direction.