Loading [MathJax]/extensions/tex2jax.js
www.mooseframework.org
Main Page
Classes
Class Index
Class List
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
x
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
x
Variables
Typedefs
c
d
f
r
u
Enumerations
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
xfem
include
userobjects
XFEMMaterialTensorMarkerUserObject.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 "
XFEMMaterialStateMarkerBase.h
"
13
#include "
MaterialTensorCalculator.h
"
14
15
class
XFEMMaterialTensorMarkerUserObject
;
16
17
template
<>
18
InputParameters
validParams<XFEMMaterialTensorMarkerUserObject>
();
19
20
class
XFEMMaterialTensorMarkerUserObject
:
public
XFEMMaterialStateMarkerBase
21
{
22
public
:
23
XFEMMaterialTensorMarkerUserObject
(
const
InputParameters & parameters);
24
virtual
~XFEMMaterialTensorMarkerUserObject
() {}
25
26
protected
:
27
MaterialTensorCalculator
_material_tensor_calculator
;
28
const
MaterialProperty<SymmTensor> &
_tensor
;
29
Real
_threshold
;
30
bool
_average
;
31
Real
_random_range
;
32
33
virtual
bool
doesElementCrack
(RealVectorValue & direction);
34
};
35
XFEMMaterialTensorMarkerUserObject::_random_range
Real _random_range
Definition:
XFEMMaterialTensorMarkerUserObject.h:31
MaterialTensorCalculator.h
XFEMMaterialTensorMarkerUserObject::_material_tensor_calculator
MaterialTensorCalculator _material_tensor_calculator
Definition:
XFEMMaterialTensorMarkerUserObject.h:27
XFEMMaterialTensorMarkerUserObject::_tensor
const MaterialProperty< SymmTensor > & _tensor
Definition:
XFEMMaterialTensorMarkerUserObject.h:28
XFEMMaterialTensorMarkerUserObject::~XFEMMaterialTensorMarkerUserObject
virtual ~XFEMMaterialTensorMarkerUserObject()
Definition:
XFEMMaterialTensorMarkerUserObject.h:24
MaterialTensorCalculator
Definition:
MaterialTensorCalculator.h:24
XFEMMaterialTensorMarkerUserObject
Definition:
XFEMMaterialTensorMarkerUserObject.h:20
validParams< XFEMMaterialTensorMarkerUserObject >
InputParameters validParams< XFEMMaterialTensorMarkerUserObject >()
Definition:
XFEMMaterialTensorMarkerUserObject.C:18
XFEMMaterialTensorMarkerUserObject::XFEMMaterialTensorMarkerUserObject
XFEMMaterialTensorMarkerUserObject(const InputParameters ¶meters)
Definition:
XFEMMaterialTensorMarkerUserObject.C:31
XFEMMaterialTensorMarkerUserObject::_average
bool _average
Definition:
XFEMMaterialTensorMarkerUserObject.h:30
XFEMMaterialTensorMarkerUserObject::doesElementCrack
virtual bool doesElementCrack(RealVectorValue &direction)
Determine whether the current element should be cut by a new crack.
Definition:
XFEMMaterialTensorMarkerUserObject.C:44
XFEMMaterialStateMarkerBase
Coupled auxiliary value.
Definition:
XFEMMaterialStateMarkerBase.h:19
XFEMMaterialTensorMarkerUserObject::_threshold
Real _threshold
Definition:
XFEMMaterialTensorMarkerUserObject.h:29
XFEMMaterialStateMarkerBase.h
Generated on Sat Jan 25 2020 12:04:47 for www.mooseframework.org by
1.8.16