https://mooseframework.inl.gov
ADCZMInterfaceKernelBase.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 "ADInterfaceKernel.h"
13 
16 {
17 public:
20 
21 protected:
23 
25  const std::string _base_name;
26 
28  const unsigned int _component;
29 
31  const unsigned int _ndisp;
32 
33  // the traction
35 };
const unsigned int _ndisp
number of displacement components
const std::string _base_name
Base name of the material system that this kernel applies to.
AD equivalent of CZMInterfaceKernelBase.
const ADMaterialProperty< RealVectorValue > & _traction_global
DGResidualType
ADReal computeQpResidual(Moose::DGResidualType type) override
const unsigned int _component
the displacement component this kernel is operating on (0=x, 1=y, 2 =z)
const std::string & type() const
static InputParameters validParams()
const InputParameters & parameters() const
ADCZMInterfaceKernelBase(const InputParameters &parameters)