OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "xfem/propagationlaw.h"
Go to the source code of this file.
Classes | |
class | oofem::PLHoopStressCirc |
Propagation law that propagates the crack in the direction that gives . More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | _IFT_PLHoopStressCirc_Name "propagationlawhoopstresscirc" |
#define | _IFT_PLHoopStressCirc_Radius "radius" |
Radius of circle used for stress sampling points. More... | |
#define | _IFT_PLHoopStressCirc_AngleInc "angleinc" |
Angle between sampling points on the circle. More... | |
#define | _IFT_PLHoopStressCirc_IncLength "incrementlength" |
Increment length per time step. More... | |
#define | _IFT_PLHoopStressCirc_HoopStressThreshold "hoopstressthreshold" |
Threshold for crack propagation. More... | |
#define | _IFT_PLHoopStressCirc_RadialBasisFunc "useradialbasisfunc" |
If radial basis functions should be used for stress interpolation. More... | |
#define _IFT_PLHoopStressCirc_AngleInc "angleinc" |
Angle between sampling points on the circle.
Definition at line 42 of file plhoopstresscirc.h.
Referenced by oofem::PLHoopStressCirc::giveInputRecord(), and oofem::REGISTER_PropagationLaw().
#define _IFT_PLHoopStressCirc_HoopStressThreshold "hoopstressthreshold" |
Threshold for crack propagation.
Definition at line 44 of file plhoopstresscirc.h.
Referenced by oofem::PLHoopStressCirc::giveInputRecord(), and oofem::REGISTER_PropagationLaw().
#define _IFT_PLHoopStressCirc_IncLength "incrementlength" |
Increment length per time step.
Definition at line 43 of file plhoopstresscirc.h.
Referenced by oofem::PLHoopStressCirc::giveInputRecord(), and oofem::REGISTER_PropagationLaw().
#define _IFT_PLHoopStressCirc_Name "propagationlawhoopstresscirc" |
Definition at line 40 of file plhoopstresscirc.h.
Referenced by oofem::PLHoopStressCirc::giveInputRecordName().
#define _IFT_PLHoopStressCirc_RadialBasisFunc "useradialbasisfunc" |
If radial basis functions should be used for stress interpolation.
Definition at line 45 of file plhoopstresscirc.h.
Referenced by oofem::PLHoopStressCirc::giveInputRecord(), and oofem::REGISTER_PropagationLaw().
#define _IFT_PLHoopStressCirc_Radius "radius" |
Radius of circle used for stress sampling points.
Definition at line 41 of file plhoopstresscirc.h.
Referenced by oofem::PLHoopStressCirc::giveInputRecord(), and oofem::REGISTER_PropagationLaw().