|
OOFEM 3.0
|
#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 |
Namespaces | |
| namespace | oofem |
Macros | |
Input fields for SimpleVitrificationMaterial | |
| #define | _IFT_SimpleVitrificationMaterial_Name "simplevitrificationmaterial" |
| #define | _IFT_SimpleVitrificationMaterial_vitrificationTime "vitrificationtime" |
| Describes the time where the material switches response. | |
| #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().