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