OOFEM 3.0
Loading...
Searching...
No Matches
materialmode.h
Go to the documentation of this file.
1/*
2 *
3 * ##### ##### ###### ###### ### ###
4 * ## ## ## ## ## ## ## ### ##
5 * ## ## ## ## #### #### ## # ##
6 * ## ## ## ## ## ## ## ##
7 * ## ## ## ## ## ## ## ##
8 * ##### ##### ## ###### ## ##
9 *
10 *
11 * OOFEM : Object Oriented Finite Element Code
12 *
13 * Copyright (C) 1993 - 2025 Borek Patzak
14 *
15 *
16 *
17 * Czech Technical University, Faculty of Civil Engineering,
18 * Department of Structural Mechanics, 166 29 Prague, Czech Republic
19 *
20 * This library is free software; you can redistribute it and/or
21 * modify it under the terms of the GNU Lesser General Public
22 * License as published by the Free Software Foundation; either
23 * version 2.1 of the License, or (at your option) any later version.
24 *
25 * This program is distributed in the hope that it will be useful,
26 * but WITHOUT ANY WARRANTY; without even the implied warranty of
27 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
28 * Lesser General Public License for more details.
29 *
30 * You should have received a copy of the GNU Lesser General Public
31 * License along with this library; if not, write to the Free Software
32 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
33 */
34
35#ifndef materialmode_h
36#define materialmode_h
37
38#include "enum.h"
39
40namespace oofem {
41#define ENUM_TYPE MaterialMode
42#define ENUM_PREFIX "_"
43#define ENUM_DEF \
44 ENUM_ITEM(_Unknown) \
45 ENUM_ITEM(_3dMat) \
46 ENUM_ITEM(_3dMatGrad) /* 3d model with gradient of internal variable */ \
47 ENUM_ITEM(_1dMatGrad) /* 1d model with gradient of internal variable */ \
48 ENUM_ITEM(_PlaneStressGrad) /* plane stress with gradient of internal variable */ \
49 ENUM_ITEM(_PlaneStrainGrad) /* plane strain with gradient of internal variable */ \
50 ENUM_ITEM(_PlaneStress) \
51 ENUM_ITEM(_PlaneStrain) \
52 ENUM_ITEM(_2dPlate) \
53 ENUM_ITEM(_2dPlateSubSoil) /* Subsoil mode for plates */ \
54 ENUM_ITEM(_1dMat) \
55 ENUM_ITEM(_2dBeam) \
56 ENUM_ITEM(_3dBeam) \
57 ENUM_ITEM(_3dShell) \
58 ENUM_ITEM(_3dShellRot) \
59 ENUM_ITEM(_3dDegeneratedShell) \
60 ENUM_ITEM(_3dBeamSubSoil) /* Subsoil model for beams */ \
61 \
62 ENUM_ITEM(_PlateLayer) \
63 ENUM_ITEM(_2dBeamLayer) \
64 ENUM_ITEM(_PlaneStressRot) /* Plane stress with rotation around z */ \
65 \
66 ENUM_ITEM(_Fiber) \
67 ENUM_ITEM(_3dMicroplane) \
68 ENUM_ITEM(_3dInterface) \
69 ENUM_ITEM(_2dInterface) \
70 ENUM_ITEM(_1dInterface) \
71 \
72 ENUM_ITEM(_1dHeat) /* 1d heat or 1d mass*/ \
73 ENUM_ITEM(_1dHeMo) /* 1d heat and mass (one component) transfer */ \
74 ENUM_ITEM(_2dHeat) /* 2d heat or 2d mass */ \
75 ENUM_ITEM(_2dHeMo) /* 2d heat and mass (one component) transfer */ \
76 ENUM_ITEM(_3dHeat) /* 3d heat or 3d mass */ \
77 ENUM_ITEM(_3dHeMo) /* 3d heat and mass (one component) transfer */ \
78 \
79 ENUM_ITEM(_2dFlow) \
80 ENUM_ITEM(_2dAxiFlow) \
81 ENUM_ITEM(_3dFlow) \
82 \
83 ENUM_ITEM(_2dUP) \
84 ENUM_ITEM(_3dUP) \
85 ENUM_ITEM(_2dUPV) \
86 ENUM_ITEM(_3dUPV) \
87 \
88 ENUM_ITEM(_1dLattice) \
89 ENUM_ITEM(_2dLattice) \
90 ENUM_ITEM(_3dLattice) \
91 ENUM_ITEM(_2dMTLattice) \
92 ENUM_ITEM(_3dMTLattice) \
93 ENUM_ITEM(_Warping) \
94
95#include "enum-impl.h"
96
97} // end namespace oofem
98#endif // materialmode_h

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011