|
OOFEM 3.0
|
#include "sm/Materials/structuralmaterial.h"#include "floatarray.h"#include "floatmatrix.h"#include "matconst.h"#include "sm/Elements/structuralelement.h"#include "sm/Materials/structuralms.h"Go to the source code of this file.
Classes | |
| class | oofem::RheoChainMaterialStatus |
| class | oofem::RheoChainMaterial |
Namespaces | |
| namespace | oofem |
Macros | |
| #define | keep_track_of_strains |
| thermal, shrinkage (drying & autogenous) and creep strains are stored for export | |
| #define | MNC_NPOINTS 30 |
| #define | TIME_DIFF 1.e-10 |
Input fields for RheoChainMaterial | |
| #define | _IFT_RheoChainMaterial_n "n" |
| #define | _IFT_RheoChainMaterial_alphaOne "a1" |
| #define | _IFT_RheoChainMaterial_alphaTwo "a2" |
| #define | _IFT_RheoChainMaterial_lattice "lattice" |
| #define | _IFT_RheoChainMaterial_relmatage "relmatage" |
| #define | _IFT_RheoChainMaterial_begoftimeofinterest "begoftimeofinterest" |
| #define | _IFT_RheoChainMaterial_endoftimeofinterest "endoftimeofinterest" |
| #define | _IFT_RheoChainMaterial_timefactor "timefactor" |
| #define | _IFT_RheoChainMaterial_talpha "talpha" |
| #define _IFT_RheoChainMaterial_alphaOne "a1" |
Definition at line 53 of file rheoChM.h.
Referenced by oofem::RheoChainMaterial::initializeFrom().
| #define _IFT_RheoChainMaterial_alphaTwo "a2" |
Definition at line 54 of file rheoChM.h.
Referenced by oofem::RheoChainMaterial::initializeFrom().
| #define _IFT_RheoChainMaterial_begoftimeofinterest "begoftimeofinterest" |
Definition at line 57 of file rheoChM.h.
Referenced by oofem::RheoChainMaterial::initializeFrom().
| #define _IFT_RheoChainMaterial_endoftimeofinterest "endoftimeofinterest" |
Definition at line 58 of file rheoChM.h.
Referenced by oofem::RheoChainMaterial::initializeFrom().
| #define _IFT_RheoChainMaterial_lattice "lattice" |
Definition at line 55 of file rheoChM.h.
Referenced by oofem::RheoChainMaterial::initializeFrom().
| #define _IFT_RheoChainMaterial_n "n" |
Definition at line 52 of file rheoChM.h.
Referenced by oofem::RheoChainMaterial::initializeFrom().
| #define _IFT_RheoChainMaterial_relmatage "relmatage" |
Definition at line 56 of file rheoChM.h.
Referenced by oofem::RheoChainMaterial::initializeFrom().
| #define _IFT_RheoChainMaterial_talpha "talpha" |
Definition at line 60 of file rheoChM.h.
Referenced by oofem::RheoChainMaterial::initializeFrom().
| #define _IFT_RheoChainMaterial_timefactor "timefactor" |
Definition at line 59 of file rheoChM.h.
Referenced by oofem::MPSMaterial::initializeFrom(), and oofem::RheoChainMaterial::initializeFrom().
| #define keep_track_of_strains |
| #define MNC_NPOINTS 30 |
Definition at line 64 of file rheoChM.h.
Referenced by oofem::RheoChainMaterial::initializeFrom().
| #define TIME_DIFF 1.e-10 |
Definition at line 65 of file rheoChM.h.
Referenced by oofem::RheoChainMaterial::updateEparModuli().