|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/Materials/structuralmaterial.h"#include "../sm/Materials/structuralms.h"#include "dictionary.h"#include "floatarray.h"#include "floatmatrix.h"Go to the source code of this file.
Classes | |
| class | oofem::SteelRelaxMat |
| Implementation of the material model for steel relaxation given in Eurocode 2 (the same as in Model Code 2010) and in Ba{z}ant and Yu (J. More... | |
| class | oofem::SteelRelaxMatStatus |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for SteelRelaxMat | |
| #define | _IFT_SteelRelaxMat_Name "steelrelaxmat" |
| #define | _IFT_SteelRelaxMat_E "e" |
| #define | _IFT_SteelRelaxMat_reinfClass "reinfclass" |
| #define | _IFT_SteelRelaxMat_k1 "k1" |
| #define | _IFT_SteelRelaxMat_k2 "k2" |
| #define | _IFT_SteelRelaxMat_rho1000 "rho1000" |
| #define | _IFT_SteelRelaxMat_timeFactor "timefactor" |
| #define | _IFT_SteelRelaxMat_charStrength "charstrength" |
| #define | _IFT_SteelRelaxMat_approach "approach" |
| #define | _IFT_SteelRelaxMat_tolerance "tolerance" |
| #define | _IFT_SteelRelaxMat_relRelaxBound "relrelaxbound" |
| #define _IFT_SteelRelaxMat_approach "approach" |
Definition at line 54 of file steelrelaxmat.h.
Referenced by oofem::SteelRelaxMat::initializeFrom().
| #define _IFT_SteelRelaxMat_charStrength "charstrength" |
Definition at line 53 of file steelrelaxmat.h.
Referenced by oofem::SteelRelaxMat::initializeFrom().
| #define _IFT_SteelRelaxMat_E "e" |
Definition at line 47 of file steelrelaxmat.h.
Referenced by oofem::SteelRelaxMat::initializeFrom().
| #define _IFT_SteelRelaxMat_k1 "k1" |
Definition at line 49 of file steelrelaxmat.h.
Referenced by oofem::SteelRelaxMat::initializeFrom().
| #define _IFT_SteelRelaxMat_k2 "k2" |
Definition at line 50 of file steelrelaxmat.h.
Referenced by oofem::SteelRelaxMat::initializeFrom().
| #define _IFT_SteelRelaxMat_Name "steelrelaxmat" |
Definition at line 46 of file steelrelaxmat.h.
Referenced by oofem::SteelRelaxMat::giveInputRecordName().
| #define _IFT_SteelRelaxMat_reinfClass "reinfclass" |
Definition at line 48 of file steelrelaxmat.h.
Referenced by oofem::SteelRelaxMat::initializeFrom().
| #define _IFT_SteelRelaxMat_relRelaxBound "relrelaxbound" |
Definition at line 56 of file steelrelaxmat.h.
Referenced by oofem::SteelRelaxMat::initializeFrom().
| #define _IFT_SteelRelaxMat_rho1000 "rho1000" |
Definition at line 51 of file steelrelaxmat.h.
Referenced by oofem::SteelRelaxMat::initializeFrom().
| #define _IFT_SteelRelaxMat_timeFactor "timefactor" |
Definition at line 52 of file steelrelaxmat.h.
Referenced by oofem::SteelRelaxMat::initializeFrom().
| #define _IFT_SteelRelaxMat_tolerance "tolerance" |
Definition at line 55 of file steelrelaxmat.h.
Referenced by oofem::SteelRelaxMat::initializeFrom().