|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/Materials/structuralmaterial.h"#include "floatarray.h"#include "floatmatrix.h"#include "cltypes.h"#include "../sm/Materials/structuralms.h"#include "Materials/isolinearelasticmaterial.h"#include "gausspoint.h"#include "mathfem.h"Go to the source code of this file.
Classes | |
| class | oofem::ConcreteDPMStatus |
| class | oofem::ConcreteDPM |
| This class contains the combination of a local plasticity model for concrete with a local isotropic damage model. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
| #define | SOPHISTICATED_SIZEDEPENDENT_ADJUSTMENT |
| This class implements the material status associated to ConcreteDPM. More... | |
Input fields for ConcreteDPM | |
| #define | _IFT_ConcreteDPM_Name "concretedpm" |
| #define | _IFT_ConcreteDPM_fc "fc" |
| #define | _IFT_ConcreteDPM_ft "ft" |
| #define | _IFT_ConcreteDPM_ecc "ecc" |
| #define | _IFT_ConcreteDPM_kinit "kinit" |
| #define | _IFT_ConcreteDPM_ahard "ahard" |
| #define | _IFT_ConcreteDPM_bhard "bhard" |
| #define | _IFT_ConcreteDPM_chard "chard" |
| #define | _IFT_ConcreteDPM_dhard "dhard" |
| #define | _IFT_ConcreteDPM_asoft "asoft" |
| #define | _IFT_ConcreteDPM_dilation "dilation" |
| #define | _IFT_ConcreteDPM_yieldtol "yieldtol" |
| #define | _IFT_ConcreteDPM_newtoniter "newtoniter" |
| #define | _IFT_ConcreteDPM_wf "wf" |
| #define | _IFT_ConcreteDPM_gf "gf" |
| #define | _IFT_ConcreteDPM_href "href" |
| #define | _IFT_ConcreteDPM_helem "helem" |
| #define _IFT_ConcreteDPM_ahard "ahard" |
Definition at line 54 of file concretedpm.h.
Referenced by oofem::ConcreteDPM::initializeFrom().
| #define _IFT_ConcreteDPM_asoft "asoft" |
Definition at line 58 of file concretedpm.h.
Referenced by oofem::ConcreteDPM::initializeFrom().
| #define _IFT_ConcreteDPM_bhard "bhard" |
Definition at line 55 of file concretedpm.h.
Referenced by oofem::ConcreteDPM::initializeFrom().
| #define _IFT_ConcreteDPM_chard "chard" |
Definition at line 56 of file concretedpm.h.
Referenced by oofem::ConcreteDPM::initializeFrom().
| #define _IFT_ConcreteDPM_dhard "dhard" |
Definition at line 57 of file concretedpm.h.
Referenced by oofem::ConcreteDPM::initializeFrom().
| #define _IFT_ConcreteDPM_dilation "dilation" |
Definition at line 59 of file concretedpm.h.
Referenced by oofem::ConcreteDPM::initializeFrom().
| #define _IFT_ConcreteDPM_ecc "ecc" |
Definition at line 52 of file concretedpm.h.
Referenced by oofem::ConcreteDPM::initializeFrom().
| #define _IFT_ConcreteDPM_fc "fc" |
Definition at line 50 of file concretedpm.h.
Referenced by oofem::ConcreteDPM::initializeFrom().
| #define _IFT_ConcreteDPM_ft "ft" |
Definition at line 51 of file concretedpm.h.
Referenced by oofem::ConcreteDPM::initializeFrom().
| #define _IFT_ConcreteDPM_gf "gf" |
Definition at line 63 of file concretedpm.h.
Referenced by oofem::ConcreteDPM::initializeFrom().
| #define _IFT_ConcreteDPM_helem "helem" |
Definition at line 65 of file concretedpm.h.
Referenced by oofem::ConcreteDPM::initializeFrom().
| #define _IFT_ConcreteDPM_href "href" |
Definition at line 64 of file concretedpm.h.
Referenced by oofem::ConcreteDPM::initializeFrom().
| #define _IFT_ConcreteDPM_kinit "kinit" |
Definition at line 53 of file concretedpm.h.
Referenced by oofem::ConcreteDPM::initializeFrom().
| #define _IFT_ConcreteDPM_Name "concretedpm" |
Definition at line 49 of file concretedpm.h.
Referenced by oofem::ConcreteDPM::giveInputRecordName().
| #define _IFT_ConcreteDPM_newtoniter "newtoniter" |
Definition at line 61 of file concretedpm.h.
Referenced by oofem::ConcreteDPM::initializeFrom().
| #define _IFT_ConcreteDPM_wf "wf" |
Definition at line 62 of file concretedpm.h.
Referenced by oofem::ConcreteDPM::initializeFrom().
| #define _IFT_ConcreteDPM_yieldtol "yieldtol" |
Definition at line 60 of file concretedpm.h.
Referenced by oofem::ConcreteDPM::initializeFrom().
| #define SOPHISTICATED_SIZEDEPENDENT_ADJUSTMENT |
This class implements the material status associated to ConcreteDPM.
Definition at line 75 of file concretedpm.h.