https://mooseframework.inl.gov
ADCZMComputeGlobalTractionTotalLagrangian.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 
13 
18 {
19 public:
22 
23 protected:
24  void initQpStatefulProperties() override;
25 
26  void computeEquilibriumTracion() override;
27 
29  void computeAreaRatio();
30 
33 
36 
39 
42 
45 };
const ADMaterialProperty< RealVectorValue > & _displacement_jump_global
the displacement jump in global coordinates
const ADMaterialProperty< RankTwoTensor > & _czm_reference_rotation
the rotation matrix transforming from local to global coordinates in the undeformed configuration ...
AD equivalent of CZMComputeGlobalTractionBase.
void computeAreaRatio()
computes the area ratio
const ADMaterialProperty< RankTwoTensor > & _F
the interface deformation gradient
const ADMaterialProperty< RankTwoTensor > & _R
the rotation associated to F
const InputParameters & parameters() const
ADMaterialProperty< RealVectorValue > & _PK1traction
the PK1 traction
AD equivalent of CZMComputeGlobalTractionTotalLagrangian.
ADCZMComputeGlobalTractionTotalLagrangian(const InputParameters &parameters)