www.mooseframework.org
InteractionIntegralBenchmarkBC.h
Go to the documentation of this file.
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 #pragma once
11 
12 #include "DirichletBCBase.h"
13 #include "CrackFrontDefinition.h"
14 
15 // Forward Declarations
16 class Function;
17 
19 
26 {
27 public:
29 
31 
32 protected:
36  virtual Real computeQpValue();
37 
38  const int _component;
40  const unsigned int _crack_front_point_index;
41 
51 };
virtual Real computeQpValue()
Evaluate the function at the current quadrature point and timestep.
void addInteractionIntegralBenchmarkBCParams(InputParameters &params)
Class used in fracture integrals to define geometric characteristics of the crack front...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Implements a boundary condition that enforces a displacement field around a crack tip based on applie...
const InputParameters & parameters() const
InteractionIntegralBenchmarkBC(const InputParameters &parameters)
const CrackFrontDefinition & _crack_front_definition