https://mooseframework.inl.gov
ADCZMComputeGlobalTractionBase.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 "InterfaceMaterial.h"
13 
18 {
19 public:
22 
23 protected:
24  void computeQpProperties() override;
25 
26  // method computing the equilibrium traction, rotate local traction to the global coordinate
27  // system
28  virtual void computeEquilibriumTracion() = 0;
29 
31  const std::string _base_name;
32 
38 
41 };
const ADMaterialProperty< RealVectorValue > & _interface_traction
const std::string _base_name
Base name of the material system.
virtual void computeEquilibriumTracion()=0
AD equivalent of CZMComputeGlobalTractionBase.
ADCZMComputeGlobalTractionBase(const InputParameters &parameters)
const ADMaterialProperty< RankTwoTensor > & _czm_total_rotation
the rotation matrix trnasforming from interface to global coordinates
ADMaterialProperty< RealVectorValue > & _traction_global
the value of the traction in global and interface coordinates
const InputParameters & parameters() const