OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "floatarray.h"
#include "floatmatrix.h"
#include "../sm/Materials/structuralms.h"
#include "../sm/Materials/structuralmaterial.h"
#include "Materials/isolinearelasticmaterial.h"
Go to the source code of this file.
Classes | |
class | oofem::DruckerPragerPlasticitySMStatus |
This class implements the material status associated to DruckerPragerPlasticitySM. More... | |
class | oofem::DruckerPragerPlasticitySM |
This class implements a (local) nonassociated plasticity model based on the Drucker-Prager yield criterion with hardening and softening. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for DruckerPragerPlasticitySM | |
#define | _IFT_DruckerPragerPlasticitySM_Name "druckerprager" |
#define | _IFT_DruckerPragerPlasticitySM_iys "iys" |
Initial yield stress under pure shear. More... | |
#define | _IFT_DruckerPragerPlasticitySM_alpha "alpha" |
Friction coefficient. More... | |
#define | _IFT_DruckerPragerPlasticitySM_alphapsi "alphapsi" |
Dilatancy coefficient. More... | |
#define | _IFT_DruckerPragerPlasticitySM_ht "ht" |
#define | _IFT_DruckerPragerPlasticitySM_hm "hm" |
#define | _IFT_DruckerPragerPlasticitySM_kc "kc" |
#define | _IFT_DruckerPragerPlasticitySM_lys "lys" |
#define | _IFT_DruckerPragerPlasticitySM_yieldtol "yieldtol" |
#define | _IFT_DruckerPragerPlasticitySM_newtoniter "newtoniter" |
#define _IFT_DruckerPragerPlasticitySM_alpha "alpha" |
Friction coefficient.
Definition at line 49 of file druckerPragerPlasticitySM.h.
Referenced by oofem::DruckerPragerPlasticitySM::initializeFrom().
#define _IFT_DruckerPragerPlasticitySM_alphapsi "alphapsi" |
Dilatancy coefficient.
Definition at line 50 of file druckerPragerPlasticitySM.h.
Referenced by oofem::DruckerPragerPlasticitySM::initializeFrom().
#define _IFT_DruckerPragerPlasticitySM_hm "hm" |
Definition at line 52 of file druckerPragerPlasticitySM.h.
Referenced by oofem::DruckerPragerPlasticitySM::initializeFrom().
#define _IFT_DruckerPragerPlasticitySM_ht "ht" |
Definition at line 51 of file druckerPragerPlasticitySM.h.
Referenced by oofem::DruckerPragerPlasticitySM::initializeFrom().
#define _IFT_DruckerPragerPlasticitySM_iys "iys" |
Initial yield stress under pure shear.
Definition at line 48 of file druckerPragerPlasticitySM.h.
Referenced by oofem::DruckerPragerPlasticitySM::initializeFrom().
#define _IFT_DruckerPragerPlasticitySM_kc "kc" |
Definition at line 53 of file druckerPragerPlasticitySM.h.
Referenced by oofem::DruckerPragerPlasticitySM::initializeFrom().
#define _IFT_DruckerPragerPlasticitySM_lys "lys" |
Definition at line 54 of file druckerPragerPlasticitySM.h.
Referenced by oofem::DruckerPragerPlasticitySM::initializeFrom().
#define _IFT_DruckerPragerPlasticitySM_Name "druckerprager" |
Definition at line 47 of file druckerPragerPlasticitySM.h.
Referenced by oofem::DruckerPragerPlasticitySM::giveInputRecordName().
#define _IFT_DruckerPragerPlasticitySM_newtoniter "newtoniter" |
Definition at line 56 of file druckerPragerPlasticitySM.h.
Referenced by oofem::DruckerPragerPlasticitySM::initializeFrom().
#define _IFT_DruckerPragerPlasticitySM_yieldtol "yieldtol" |
Definition at line 55 of file druckerPragerPlasticitySM.h.
Referenced by oofem::DruckerPragerPlasticitySM::initializeFrom().