https://mooseframework.inl.gov
ADCZMComputeGlobalTractionSmallStrain.C
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 
12 
14 
17 {
19  return params;
20 }
21 
23  const InputParameters & parameters)
24  : ADCZMComputeGlobalTractionBase(parameters)
25 {
26 }
27 
28 void
30 {
32 }
const ADMaterialProperty< RealVectorValue > & _interface_traction
AD equivalent of CZMComputeGlobalTractionSmallStrain.
AD equivalent of CZMComputeGlobalTractionBase.
unsigned int _qp
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
ADCZMComputeGlobalTractionSmallStrain(const InputParameters &parameters)
registerMooseObject("SolidMechanicsApp", ADCZMComputeGlobalTractionSmallStrain)