OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/Materials/structuralmaterial.h"
#include "Materials/linearelasticmaterial.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 |
This class implements associated Material Status to RheoChainMaterial. More... | |
class | oofem::RheoChainMaterial |
This class implements a rheologic chain model describing a viscoelastic material. 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_strains |
thermal, shrinkage (drying & autogenous) and creep strains are stored for export More... | |
#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_preCastingTimeMat "precastingtimemat" |
#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_preCastingTimeMat "precastingtimemat" |
Definition at line 61 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::RheoChainMaterial::initializeFrom(), and oofem::MPSMaterial::initializeFrom().
#define keep_track_of_strains |
#define MNC_NPOINTS 30 |
Definition at line 65 of file rheoChM.h.
Referenced by oofem::RheoChainMaterial::initializeFrom().
#define TIME_DIFF 1.e-10 |
Definition at line 66 of file rheoChM.h.
Referenced by oofem::RheoChainMaterial::updateEparModuli().