https://mooseframework.inl.gov
Loading...
Searching...
No Matches
solid_mechanics
include
vectorpostprocessors
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
12
#include "
CrackFrontNonlocalMaterialBase.h
"
13
#include "
RankTwoTensor.h
"
14
19
class
CrackFrontNonlocalStress
:
public
CrackFrontNonlocalMaterialBase
20
{
21
public
:
22
static
InputParameters
validParams
();
23
24
CrackFrontNonlocalStress
(
const
InputParameters
&
parameters
);
25
26
protected
:
28
const
MaterialProperty<RankTwoTensor>
&
_stress
;
29
30
Real
getQPCrackFrontScalar
(
const
unsigned
int
qp,
const
Point crack_face_normal)
const override
;
31
};
CrackFrontNonlocalMaterialBase.h
RankTwoTensor.h
CrackFrontNonlocalMaterialBase
Computes the average material property in regions near points provided by the crack_front_definition ...
Definition
CrackFrontNonlocalMaterialBase.h:22
CrackFrontNonlocalStress
Computes the average stress magnitude in the direction normal to the crack front at points provided b...
Definition
CrackFrontNonlocalStress.h:20
CrackFrontNonlocalStress::_stress
const MaterialProperty< RankTwoTensor > & _stress
The stress tensor.
Definition
CrackFrontNonlocalStress.h:28
CrackFrontNonlocalStress::validParams
static InputParameters validParams()
Definition
CrackFrontNonlocalStress.C:17
CrackFrontNonlocalStress::getQPCrackFrontScalar
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.
Definition
CrackFrontNonlocalStress.C:37
MaterialProperty
ElementVectorPostprocessor::parameters
const InputParameters & parameters() const
InputParameters
Generated on Fri Aug 21 2026 13:41:36 for https://mooseframework.inl.gov by
1.9.8