|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "rcm2.h"Go to the source code of this file.
Classes | |
| class | oofem::RCSDEMaterialStatus |
| This class implements associated Material Status to RCSDEMaterial. More... | |
| class | oofem::RCSDEMaterial |
| This class implements a Rotating Crack Model with transition to scalar damage for fracture in smeared fashion ( only material stiffness modification is required, no changes in mesh topology). More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
| #define | rcsd_Omega 300 |
| #define | pscm_SDTransitionCoeff 306 |
| #define | RCSDE_DAMAGE_EPS 1.e-4 |
Input fields for RCSDEMaterial | |
| #define | _IFT_RCSDEMaterial_Name "rcsde" |
| #define | _IFT_RCSDEMaterial_sdtransitioncoeff "sdtransitioncoeff" |
| #define _IFT_RCSDEMaterial_Name "rcsde" |
Definition at line 46 of file rcsde.h.
Referenced by oofem::RCSDEMaterial::giveInputRecordName().
| #define _IFT_RCSDEMaterial_sdtransitioncoeff "sdtransitioncoeff" |
Definition at line 47 of file rcsde.h.
Referenced by oofem::RCSDEMaterial::initializeFrom().
| #define RCSDE_DAMAGE_EPS 1.e-4 |
Definition at line 53 of file rcsde.h.
Referenced by oofem::RCSDEMaterial::giveEffectiveMaterialStiffnessMatrix().