OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Go to the source code of this file.
Classes | |
class | oofem::PLCZdamageRadius |
Propagation law that propagates the (delamination) crack in a radius distance from element nodes when the damage level in the associated cohesive zone reaces a defined value Cracks w/o interface material as treated as fully damaged, thus will lead to propagation. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | _IFT_PLCZdamageRadius_Name "propagationlawczdamageradius" |
#define | _IFT_PLCZdamageRadius_IncRadius "incrementradius" |
Increment radius (from element nodes) per time step. More... | |
#define | _IFT_PLCZdamageRadius_DamageThreshold "damagethreshold" |
Damage threshold [0,1] for propagation. More... | |
#define | _IFT_PLCZdamageRadius_PropagationCS "propagationcs" |
Cross sections (must be part of csnum) viable for propagation. More... | |
#define _IFT_PLCZdamageRadius_DamageThreshold "damagethreshold" |
Damage threshold [0,1] for propagation.
Definition at line 43 of file plczdamageradius.h.
Referenced by oofem::PLCZdamageRadius::giveInputRecord(), and oofem::REGISTER_PropagationLaw().
#define _IFT_PLCZdamageRadius_IncRadius "incrementradius" |
Increment radius (from element nodes) per time step.
Definition at line 42 of file plczdamageradius.h.
Referenced by oofem::PLCZdamageRadius::giveInputRecord(), and oofem::REGISTER_PropagationLaw().
#define _IFT_PLCZdamageRadius_Name "propagationlawczdamageradius" |
Definition at line 41 of file plczdamageradius.h.
Referenced by oofem::PLCZdamageRadius::giveInputRecordName().
#define _IFT_PLCZdamageRadius_PropagationCS "propagationcs" |
Cross sections (must be part of csnum) viable for propagation.
Definition at line 44 of file plczdamageradius.h.
Referenced by oofem::PLCZdamageRadius::giveInputRecord(), and oofem::REGISTER_PropagationLaw().