LCOV - code coverage report
Current view: top level - src/materials/cohesive_zone_model - ADCZMComputeGlobalTractionSmallStrain.C (source / functions) Hit Total Coverage
Test: idaholab/moose tensor_mechanics: d6b47a Lines: 10 10 100.0 %
Date: 2024-02-27 11:53:14 Functions: 3 3 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : //* This file is part of the MOOSE framework
       2             : //* https://www.mooseframework.org
       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             : #include "ADCZMComputeGlobalTractionSmallStrain.h"
      11             : #include "CZMComputeGlobalTractionSmallStrain.h"
      12             : 
      13             : registerMooseObject("TensorMechanicsApp", ADCZMComputeGlobalTractionSmallStrain);
      14             : 
      15             : InputParameters
      16           6 : ADCZMComputeGlobalTractionSmallStrain::validParams()
      17             : {
      18           6 :   InputParameters params = CZMComputeGlobalTractionSmallStrain::validParams();
      19           6 :   return params;
      20             : }
      21             : 
      22           3 : ADCZMComputeGlobalTractionSmallStrain::ADCZMComputeGlobalTractionSmallStrain(
      23           3 :     const InputParameters & parameters)
      24           3 :   : ADCZMComputeGlobalTractionBase(parameters)
      25             : {
      26           3 : }
      27             : 
      28             : void
      29        4320 : ADCZMComputeGlobalTractionSmallStrain::computeEquilibriumTracion()
      30             : {
      31        8640 :   _traction_global[_qp] = _czm_total_rotation[_qp] * _interface_traction[_qp];
      32        4320 : }

Generated by: LCOV version 1.14