OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "Materials/linearelasticmaterial.h"
#include "dictionary.h"
#include "floatarray.h"
#include "floatmatrix.h"
#include "matconst.h"
#include "element.h"
Go to the source code of this file.
Classes | |
class | oofem::OrthotropicLinearElasticMaterial |
This class implements a orthotropic linear elastic material in a finite element problem. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for OrthotropicLinearElasticMaterial | |
#define | _IFT_OrthotropicLinearElasticMaterial_Name "orthole" |
#define | _IFT_OrthotropicLinearElasticMaterial_ex "ex" |
#define | _IFT_OrthotropicLinearElasticMaterial_ey "ey" |
#define | _IFT_OrthotropicLinearElasticMaterial_ez "ez" |
#define | _IFT_OrthotropicLinearElasticMaterial_nyyz "nyyz" |
#define | _IFT_OrthotropicLinearElasticMaterial_nyxz "nyxz" |
#define | _IFT_OrthotropicLinearElasticMaterial_nyxy "nyxy" |
#define | _IFT_OrthotropicLinearElasticMaterial_gyz "gyz" |
#define | _IFT_OrthotropicLinearElasticMaterial_gxz "gxz" |
#define | _IFT_OrthotropicLinearElasticMaterial_gxy "gxy" |
#define | _IFT_OrthotropicLinearElasticMaterial_talphax "talphax" |
#define | _IFT_OrthotropicLinearElasticMaterial_talphay "talphay" |
#define | _IFT_OrthotropicLinearElasticMaterial_talphaz "talphaz" |
#define | _IFT_OrthotropicLinearElasticMaterial_lcs "lcs" |
#define | _IFT_OrthotropicLinearElasticMaterial_scs "scs" |
Enumerations | |
enum | oofem::CS_type { oofem::unknownCS, oofem::localCS, oofem::shellCS } |
Coordinate system type. More... | |
#define _IFT_OrthotropicLinearElasticMaterial_ex "ex" |
Definition at line 48 of file ortholinearelasticmaterial.h.
Referenced by oofem::OrthotropicLinearElasticMaterial::giveInputRecord(), and oofem::OrthotropicLinearElasticMaterial::initializeFrom().
#define _IFT_OrthotropicLinearElasticMaterial_ey "ey" |
Definition at line 49 of file ortholinearelasticmaterial.h.
Referenced by oofem::OrthotropicLinearElasticMaterial::giveInputRecord(), and oofem::OrthotropicLinearElasticMaterial::initializeFrom().
#define _IFT_OrthotropicLinearElasticMaterial_ez "ez" |
Definition at line 50 of file ortholinearelasticmaterial.h.
Referenced by oofem::OrthotropicLinearElasticMaterial::giveInputRecord(), and oofem::OrthotropicLinearElasticMaterial::initializeFrom().
#define _IFT_OrthotropicLinearElasticMaterial_gxy "gxy" |
Definition at line 56 of file ortholinearelasticmaterial.h.
Referenced by oofem::OrthotropicLinearElasticMaterial::giveInputRecord(), and oofem::OrthotropicLinearElasticMaterial::initializeFrom().
#define _IFT_OrthotropicLinearElasticMaterial_gxz "gxz" |
Definition at line 55 of file ortholinearelasticmaterial.h.
Referenced by oofem::OrthotropicLinearElasticMaterial::giveInputRecord(), and oofem::OrthotropicLinearElasticMaterial::initializeFrom().
#define _IFT_OrthotropicLinearElasticMaterial_gyz "gyz" |
Definition at line 54 of file ortholinearelasticmaterial.h.
Referenced by oofem::OrthotropicLinearElasticMaterial::giveInputRecord(), and oofem::OrthotropicLinearElasticMaterial::initializeFrom().
#define _IFT_OrthotropicLinearElasticMaterial_lcs "lcs" |
Definition at line 60 of file ortholinearelasticmaterial.h.
Referenced by oofem::OrthotropicLinearElasticMaterial::initializeFrom().
#define _IFT_OrthotropicLinearElasticMaterial_Name "orthole" |
Definition at line 47 of file ortholinearelasticmaterial.h.
Referenced by oofem::OrthotropicLinearElasticMaterial::giveInputRecordName().
#define _IFT_OrthotropicLinearElasticMaterial_nyxy "nyxy" |
Definition at line 53 of file ortholinearelasticmaterial.h.
Referenced by oofem::OrthotropicLinearElasticMaterial::giveInputRecord(), and oofem::OrthotropicLinearElasticMaterial::initializeFrom().
#define _IFT_OrthotropicLinearElasticMaterial_nyxz "nyxz" |
Definition at line 52 of file ortholinearelasticmaterial.h.
Referenced by oofem::OrthotropicLinearElasticMaterial::giveInputRecord(), and oofem::OrthotropicLinearElasticMaterial::initializeFrom().
#define _IFT_OrthotropicLinearElasticMaterial_nyyz "nyyz" |
Definition at line 51 of file ortholinearelasticmaterial.h.
Referenced by oofem::OrthotropicLinearElasticMaterial::giveInputRecord(), and oofem::OrthotropicLinearElasticMaterial::initializeFrom().
#define _IFT_OrthotropicLinearElasticMaterial_scs "scs" |
Definition at line 61 of file ortholinearelasticmaterial.h.
Referenced by oofem::OrthotropicLinearElasticMaterial::initializeFrom().
#define _IFT_OrthotropicLinearElasticMaterial_talphax "talphax" |
Definition at line 57 of file ortholinearelasticmaterial.h.
Referenced by oofem::OrthotropicLinearElasticMaterial::giveInputRecord(), and oofem::OrthotropicLinearElasticMaterial::initializeFrom().
#define _IFT_OrthotropicLinearElasticMaterial_talphay "talphay" |
Definition at line 58 of file ortholinearelasticmaterial.h.
Referenced by oofem::OrthotropicLinearElasticMaterial::giveInputRecord(), and oofem::OrthotropicLinearElasticMaterial::initializeFrom().
#define _IFT_OrthotropicLinearElasticMaterial_talphaz "talphaz" |
Definition at line 59 of file ortholinearelasticmaterial.h.
Referenced by oofem::OrthotropicLinearElasticMaterial::giveInputRecord(), and oofem::OrthotropicLinearElasticMaterial::initializeFrom().