OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "material.h"
#include "Materials/linearelasticmaterial.h"
#include "latticematstatus.h"
#include "cltypes.h"
#include "../sm/Materials/structuralmaterial.h"
#include "randommaterialext.h"
#include "strainvector.h"
#include "stressvector.h"
Go to the source code of this file.
Classes | |
class | oofem::LatticeDamage2dStatus |
This class implements associated Material Status to LatticeDamage2d. More... | |
class | oofem::LatticeDamage2d |
This class implements a local random isotropic damage model for concrete in tension for 2D lattice elements. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for LatticeDamage2d | |
#define | _IFT_LatticeDamage2d_Name "latticedamage2d" |
#define | _IFT_LatticeDamage2d_eNormal "e" |
#define | _IFT_LatticeDamage2d_alphaOne "a1" |
#define | _IFT_LatticeDamage2d_alphaTwo "a2" |
#define | _IFT_LatticeDamage2d_softeningType "stype" |
#define | _IFT_LatticeDamage2d_wf "wf" |
#define | _IFT_LatticeDamage2d_wfOne "wf1" |
#define | _IFT_LatticeDamage2d_localrandomtype "randomtype" |
#define | _IFT_LatticeDamage2d_coefficientOfVariation "cov" |
#define | _IFT_LatticeDamage2d_e0Mean "e0" |
#define | _IFT_LatticeDamage2d_e0OneMean "e01" |
#define | _IFT_LatticeDamage2d_coh "coh" |
#define | _IFT_LatticeDamage2d_ec "ec" |
#define | _IFT_LatticeDamage2d_calpha "calpha" |
#define | _IFT_LatticeDamage2d_bio "bio" |
#define | _IFT_LatticeDamage2d_btype "btype" |
#define _IFT_LatticeDamage2d_alphaOne "a1" |
Definition at line 51 of file latticedamage2d.h.
Referenced by oofem::LatticeDamage2d::initializeFrom().
#define _IFT_LatticeDamage2d_alphaTwo "a2" |
Definition at line 52 of file latticedamage2d.h.
Referenced by oofem::LatticeDamage2d::initializeFrom().
#define _IFT_LatticeDamage2d_bio "bio" |
Definition at line 63 of file latticedamage2d.h.
Referenced by oofem::LatticeDamage2d::initializeFrom().
#define _IFT_LatticeDamage2d_btype "btype" |
Definition at line 64 of file latticedamage2d.h.
Referenced by oofem::LatticeDamage2d::initializeFrom().
#define _IFT_LatticeDamage2d_calpha "calpha" |
Definition at line 62 of file latticedamage2d.h.
Referenced by oofem::LatticeDamage2d::initializeFrom().
#define _IFT_LatticeDamage2d_coefficientOfVariation "cov" |
Definition at line 57 of file latticedamage2d.h.
Referenced by oofem::LatticeDamage2d::initializeFrom().
#define _IFT_LatticeDamage2d_coh "coh" |
Definition at line 60 of file latticedamage2d.h.
Referenced by oofem::LatticeDamage2d::initializeFrom().
#define _IFT_LatticeDamage2d_e0Mean "e0" |
Definition at line 58 of file latticedamage2d.h.
Referenced by oofem::LatticeDamage2d::initializeFrom().
#define _IFT_LatticeDamage2d_e0OneMean "e01" |
Definition at line 59 of file latticedamage2d.h.
Referenced by oofem::LatticeDamage2d::initializeFrom().
#define _IFT_LatticeDamage2d_ec "ec" |
Definition at line 61 of file latticedamage2d.h.
Referenced by oofem::LatticeDamage2d::initializeFrom().
#define _IFT_LatticeDamage2d_eNormal "e" |
Definition at line 50 of file latticedamage2d.h.
Referenced by oofem::LatticeDamage2d::initializeFrom().
#define _IFT_LatticeDamage2d_localrandomtype "randomtype" |
Definition at line 56 of file latticedamage2d.h.
Referenced by oofem::LatticeDamage2d::initializeFrom().
#define _IFT_LatticeDamage2d_Name "latticedamage2d" |
Definition at line 49 of file latticedamage2d.h.
Referenced by oofem::LatticeDamage2d::giveInputRecordName().
#define _IFT_LatticeDamage2d_softeningType "stype" |
Definition at line 53 of file latticedamage2d.h.
Referenced by oofem::LatticeDamage2d::initializeFrom().
#define _IFT_LatticeDamage2d_wf "wf" |
Definition at line 54 of file latticedamage2d.h.
Referenced by oofem::LatticeDamage2d::initializeFrom().
#define _IFT_LatticeDamage2d_wfOne "wf1" |
Definition at line 55 of file latticedamage2d.h.
Referenced by oofem::LatticeDamage2d::initializeFrom().