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::DustMaterialStatus |
This class implements material status for dust material model. More... | |
class | oofem::DustMaterial |
This class implements nonassociated multisurface plasticity model. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for DustMaterial | |
#define | _IFT_DustMaterial_Name "dustmat" |
#define | _IFT_DustMaterial_alpha "alpha" |
#define | _IFT_DustMaterial_beta "beta" |
#define | _IFT_DustMaterial_lambda "lambda" |
#define | _IFT_DustMaterial_theta "theta" |
#define | _IFT_DustMaterial_ft "ft" |
#define | _IFT_DustMaterial_hardeningType "hardeningtype" |
#define | _IFT_DustMaterial_mStiff "mstiff" |
#define | _IFT_DustMaterial_rEll "rell" |
#define | _IFT_DustMaterial_x0 "x0" |
#define | _IFT_DustMaterial_newtonTol "newtontol" |
#define | _IFT_DustMaterial_newtonIter "newtoniter" |
#define | _IFT_DustMaterial_wHard "whard" |
#define | _IFT_DustMaterial_dHard "dhard" |
#define _IFT_DustMaterial_alpha "alpha" |
Definition at line 47 of file dustmat.h.
Referenced by oofem::DustMaterial::initializeFrom().
#define _IFT_DustMaterial_beta "beta" |
Definition at line 48 of file dustmat.h.
Referenced by oofem::DustMaterial::initializeFrom().
#define _IFT_DustMaterial_dHard "dhard" |
Definition at line 59 of file dustmat.h.
Referenced by oofem::DustMaterial::initializeFrom().
#define _IFT_DustMaterial_ft "ft" |
Definition at line 51 of file dustmat.h.
Referenced by oofem::DustMaterial::initializeFrom().
#define _IFT_DustMaterial_hardeningType "hardeningtype" |
Definition at line 52 of file dustmat.h.
Referenced by oofem::DustMaterial::initializeFrom().
#define _IFT_DustMaterial_lambda "lambda" |
Definition at line 49 of file dustmat.h.
Referenced by oofem::DustMaterial::initializeFrom().
#define _IFT_DustMaterial_mStiff "mstiff" |
Definition at line 53 of file dustmat.h.
Referenced by oofem::DustMaterial::initializeFrom().
#define _IFT_DustMaterial_Name "dustmat" |
Definition at line 46 of file dustmat.h.
Referenced by oofem::DustMaterial::giveInputRecordName().
#define _IFT_DustMaterial_newtonIter "newtoniter" |
Definition at line 57 of file dustmat.h.
Referenced by oofem::DustMaterial::initializeFrom().
#define _IFT_DustMaterial_newtonTol "newtontol" |
Definition at line 56 of file dustmat.h.
Referenced by oofem::DustMaterial::initializeFrom().
#define _IFT_DustMaterial_rEll "rell" |
Definition at line 54 of file dustmat.h.
Referenced by oofem::DustMaterial::initializeFrom().
#define _IFT_DustMaterial_theta "theta" |
Definition at line 50 of file dustmat.h.
Referenced by oofem::DustMaterial::initializeFrom().
#define _IFT_DustMaterial_wHard "whard" |
Definition at line 58 of file dustmat.h.
Referenced by oofem::DustMaterial::initializeFrom().
#define _IFT_DustMaterial_x0 "x0" |
Definition at line 55 of file dustmat.h.
Referenced by oofem::DustMaterial::initializeFrom().