OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "rcm2.h"
Go to the source code of this file.
Classes | |
class | oofem::RCSDMaterialStatus |
This class implements associated Material Status to RCSDMaterial. More... | |
class | oofem::RCSDMaterial |
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 | RCSD_DAMAGE_EPS 1.e-4 |
Input fields for RCSDMaterial | |
#define | _IFT_RCSDMaterial_Name "rcsd" |
#define | _IFT_RCSDMaterial_sdtransitioncoeff "sdtransitioncoeff" |
#define _IFT_RCSDMaterial_Name "rcsd" |
Definition at line 46 of file rcsd.h.
Referenced by oofem::RCSDMaterial::giveInputRecordName().
#define _IFT_RCSDMaterial_sdtransitioncoeff "sdtransitioncoeff" |
Definition at line 47 of file rcsd.h.
Referenced by oofem::RCSDMaterial::initializeFrom().
#define pscm_SDTransitionCoeff 306 |
Definition at line 52 of file rcsd.h.
Referenced by oofem::RCSDEMaterial::give(), and oofem::RCSDMaterial::give().
#define RCSD_DAMAGE_EPS 1.e-4 |
Definition at line 53 of file rcsd.h.
Referenced by oofem::RCSDMaterial::giveEffectiveMaterialStiffnessMatrix().