OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/Materials/structuralmaterial.h"
#include "../sm/Materials/structuralms.h"
#include "floatarray.h"
Go to the source code of this file.
Classes | |
class | oofem::SimpleVitrificationMaterial |
Model describing the vitrification process of a glass like material. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for SimpleVitrificationMaterial | |
#define | _IFT_SimpleVitrificationMaterial_Name "simplevitrificationmaterial" |
#define | _IFT_SimpleVitrificationMaterial_vitrificationTime "vitrificationtime" |
Describes the time where the material switches response. More... | |
#define | _IFT_SimpleVitrificationMaterial_E "e" |
#define | _IFT_SimpleVitrificationMaterial_nu "nu" |
#define | _IFT_SimpleVitrificationMaterial_G "g" |
#define | _IFT_SimpleVitrificationMaterial_alpha "alpha" |
#define | _IFT_SimpleVitrificationMaterial_E_r "e_r" |
#define | _IFT_SimpleVitrificationMaterial_nu_r "nu_r" |
#define | _IFT_SimpleVitrificationMaterial_G_r "g_r" |
#define | _IFT_SimpleVitrificationMaterial_alpha_r "alpha_r" |
#define _IFT_SimpleVitrificationMaterial_alpha "alpha" |
Definition at line 49 of file simplevitrificationmaterial.h.
Referenced by oofem::SimpleVitrificationMaterial::giveInputRecord(), and oofem::SimpleVitrificationMaterial::initializeFrom().
#define _IFT_SimpleVitrificationMaterial_alpha_r "alpha_r" |
Definition at line 53 of file simplevitrificationmaterial.h.
Referenced by oofem::SimpleVitrificationMaterial::giveInputRecord(), and oofem::SimpleVitrificationMaterial::initializeFrom().
#define _IFT_SimpleVitrificationMaterial_E "e" |
Definition at line 46 of file simplevitrificationmaterial.h.
Referenced by oofem::SimpleVitrificationMaterial::giveInputRecord(), and oofem::SimpleVitrificationMaterial::initializeFrom().
#define _IFT_SimpleVitrificationMaterial_E_r "e_r" |
Definition at line 50 of file simplevitrificationmaterial.h.
Referenced by oofem::SimpleVitrificationMaterial::giveInputRecord(), and oofem::SimpleVitrificationMaterial::initializeFrom().
#define _IFT_SimpleVitrificationMaterial_G "g" |
Definition at line 48 of file simplevitrificationmaterial.h.
Referenced by oofem::SimpleVitrificationMaterial::giveInputRecord(), and oofem::SimpleVitrificationMaterial::initializeFrom().
#define _IFT_SimpleVitrificationMaterial_G_r "g_r" |
Definition at line 52 of file simplevitrificationmaterial.h.
Referenced by oofem::SimpleVitrificationMaterial::giveInputRecord(), and oofem::SimpleVitrificationMaterial::initializeFrom().
#define _IFT_SimpleVitrificationMaterial_Name "simplevitrificationmaterial" |
Definition at line 44 of file simplevitrificationmaterial.h.
Referenced by oofem::SimpleVitrificationMaterial::giveInputRecordName().
#define _IFT_SimpleVitrificationMaterial_nu "nu" |
Definition at line 47 of file simplevitrificationmaterial.h.
Referenced by oofem::SimpleVitrificationMaterial::giveInputRecord(), and oofem::SimpleVitrificationMaterial::initializeFrom().
#define _IFT_SimpleVitrificationMaterial_nu_r "nu_r" |
Definition at line 51 of file simplevitrificationmaterial.h.
Referenced by oofem::SimpleVitrificationMaterial::giveInputRecord(), and oofem::SimpleVitrificationMaterial::initializeFrom().
#define _IFT_SimpleVitrificationMaterial_vitrificationTime "vitrificationtime" |
Describes the time where the material switches response.
Definition at line 45 of file simplevitrificationmaterial.h.
Referenced by oofem::SimpleVitrificationMaterial::giveInputRecord(), and oofem::SimpleVitrificationMaterial::initializeFrom().