https://mooseframework.inl.gov
CZMComputeGlobalTractionBase.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"
19 {
20 public:
23 
24 protected:
25  virtual void computeQpProperties() override;
26 
28  virtual void computeEquilibriumTracionAndDerivatives() = 0;
29 
31  const std::string _base_name;
32 
38 
44 
47 };
CZMComputeGlobalTractionBase(const InputParameters &parameters)
const MaterialProperty< RealVectorValue > & _interface_traction
Base class traction computing the traction used to impose equilibrium and its derivatives w...
virtual void computeQpProperties() override
const MaterialProperty< RankTwoTensor > & _dinterface_traction_djump
virtual void computeEquilibriumTracionAndDerivatives()=0
method computing the equilibrium traction and its derivatives
MaterialProperty< RealVectorValue > & _traction_global
the value of the traction in global and interface coordinates
const std::string _base_name
Base name of the material system.
MaterialProperty< RankTwoTensor > & _dtraction_djump_global
the traction&#39;s derivatives w.r.t.
const MaterialProperty< RankTwoTensor > & _czm_total_rotation
the rotation matrix trnasforming from interface to global coordinates
const InputParameters & parameters() const