OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Go to the source code of this file.
Classes | |
class | oofem::DruckerPragerCutMat |
This class implements an isotropic elasto-plasto-damage material with Drucker-Prager yield condition, tension cut-off, non-associated flow rule, linear isotropic hardening and isotropic damage. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for DruckerPragerCutMat | |
#define | _IFT_DruckerPragerCutMat_Name "druckerpragercutmat" |
#define | _IFT_DruckerPragerCutMat_alpha "alpha" |
Friction coefficient (DP model) More... | |
#define | _IFT_DruckerPragerCutMat_alphapsi "alphapsi" |
#define | _IFT_DruckerPragerCutMat_h "h" |
Hardening modulus (DP model) More... | |
#define | _IFT_DruckerPragerCutMat_sigT "sigt" |
Uniaxial tensile strength for cut-off, (Rankine plasticity model) More... | |
#define | _IFT_DruckerPragerCutMat_omegaCrit "omega_crit" |
Critical damage. More... | |
#define | _IFT_DruckerPragerCutMat_a "a" |
Exponent in damage law. More... | |
#define | _IFT_DruckerPragerCutMat_yieldTol "yieldtol" |
Tolerance of the error in the yield criterion. More... | |
#define | _IFT_DruckerPragerCutMat_newtonIter "newtoniter" |
Maximum number of iterations in lambda search. More... | |
#define | _IFT_DruckerPragerCutMat_tau0 "tau0" |
Initial yield stress under pure shear (DP model) More... | |
#define _IFT_DruckerPragerCutMat_a "a" |
Exponent in damage law.
Definition at line 48 of file druckerpragercutmat.h.
Referenced by oofem::DruckerPragerCutMat::initializeFrom().
#define _IFT_DruckerPragerCutMat_alpha "alpha" |
Friction coefficient (DP model)
Definition at line 43 of file druckerpragercutmat.h.
Referenced by oofem::DruckerPragerCutMat::initializeFrom().
#define _IFT_DruckerPragerCutMat_alphapsi "alphapsi" |
Definition at line 44 of file druckerpragercutmat.h.
Referenced by oofem::DruckerPragerCutMat::initializeFrom().
#define _IFT_DruckerPragerCutMat_h "h" |
Hardening modulus (DP model)
Definition at line 45 of file druckerpragercutmat.h.
Referenced by oofem::DruckerPragerCutMat::initializeFrom().
#define _IFT_DruckerPragerCutMat_Name "druckerpragercutmat" |
Definition at line 42 of file druckerpragercutmat.h.
Referenced by oofem::DruckerPragerCutMat::giveInputRecordName().
#define _IFT_DruckerPragerCutMat_newtonIter "newtoniter" |
Maximum number of iterations in lambda search.
Definition at line 50 of file druckerpragercutmat.h.
Referenced by oofem::DruckerPragerCutMat::initializeFrom().
#define _IFT_DruckerPragerCutMat_omegaCrit "omega_crit" |
Critical damage.
Definition at line 47 of file druckerpragercutmat.h.
Referenced by oofem::DruckerPragerCutMat::initializeFrom().
#define _IFT_DruckerPragerCutMat_sigT "sigt" |
Uniaxial tensile strength for cut-off, (Rankine plasticity model)
Definition at line 46 of file druckerpragercutmat.h.
Referenced by oofem::DruckerPragerCutMat::initializeFrom().
#define _IFT_DruckerPragerCutMat_tau0 "tau0" |
Initial yield stress under pure shear (DP model)
Definition at line 51 of file druckerpragercutmat.h.
Referenced by oofem::DruckerPragerCutMat::initializeFrom().
#define _IFT_DruckerPragerCutMat_yieldTol "yieldtol" |
Tolerance of the error in the yield criterion.
Definition at line 49 of file druckerpragercutmat.h.
Referenced by oofem::DruckerPragerCutMat::initializeFrom().