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