https://mooseframework.inl.gov
Loading...
Searching...
No Matches
CrackFrontNonlocalStress.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#include "RankTwoTensor.h"
14
20{
21public:
23
25
26protected:
29
30 Real getQPCrackFrontScalar(const unsigned int qp, const Point crack_face_normal) const override;
31};
Computes the average material property in regions near points provided by the crack_front_definition ...
Computes the average stress magnitude in the direction normal to the crack front at points provided b...
const MaterialProperty< RankTwoTensor > & _stress
The stress tensor.
static InputParameters validParams()
Real getQPCrackFrontScalar(const unsigned int qp, const Point crack_face_normal) const override
Determine whether a point is located within a specified crack front oriented box.
const InputParameters & parameters() const