OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "material.h"
#include "Materials/linearelasticmaterial.h"
#include "../sm/Materials/structuralmaterial.h"
#include "../sm/Materials/structuralms.h"
Go to the source code of this file.
Classes | |
class | oofem::IsotropicDamageMaterialStatus |
This class implements associated Material Status to IsotropicDamageMaterial. More... | |
class | oofem::IsotropicDamageMaterial |
Base class representing general 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 | keep_track_of_dissipated_energy |
Input fields for IsotropicDamageMaterial | |
#define | _IFT_IsotropicDamageMaterial_talpha "talpha" |
#define | _IFT_IsotropicDamageMaterial_maxOmega "maxomega" |
#define | _IFT_IsotropicDamageMaterial_permstrain "ps" |
#define _IFT_IsotropicDamageMaterial_maxOmega "maxomega" |
Definition at line 51 of file isodamagemodel.h.
Referenced by oofem::IsotropicDamageMaterial::giveInputRecord(), and oofem::IsotropicDamageMaterial::initializeFrom().
#define _IFT_IsotropicDamageMaterial_permstrain "ps" |
Definition at line 52 of file isodamagemodel.h.
Referenced by oofem::IsotropicDamageMaterial::initializeFrom().
#define _IFT_IsotropicDamageMaterial_talpha "talpha" |
Definition at line 50 of file isodamagemodel.h.
Referenced by oofem::IsotropicDamageMaterial::giveInputRecord(), and oofem::IsotropicDamageMaterial::initializeFrom().
#define keep_track_of_dissipated_energy |
Definition at line 41 of file isodamagemodel.h.