hp2FEM
0.1
|
00001 #ifndef _MATERIALPROPERTY_E_H_ 00002 #define _MATERIALPROPERTY_E_H_ 00003 // --------------------------------------------- 00004 // company : 00005 // user : 00006 // date : 23 Mar 2015 12:01 00007 // file : MaterialProperty_E.h 00008 // markers : Full 00009 // language : C++ 00010 // generator : Metamill 6.0 00011 // --------------------------------------------- 00012 00013 //#UBLK-BEG-HEADERH 00014 //============================================================== 00015 // Description : 00016 //-------------------------------------------------------------- 00017 // Author : Gilberto Luis 00018 // Created : 05 May 2011 00019 //-------------------------------------------------------------- 00020 // Change history : 00021 // 05 May 2011 (Gilberto Luis) Initial version generated 00022 // 00023 //============================================================== 00024 //#UBLK-END-HEADERH 00025 00026 /*================================================================================================= 00027 = = 00028 = Copyright 2010-2015 Marco Lucio Bittencourt / Fabiano Fernandes Bargos = 00029 = Gilberto Luis Valente / Jorge Luis Suzuki / Allan Patrick Cordeiro Dias = 00030 = = 00031 = Licensed under the Apache License, Version 2.0 (the "License"); = 00032 = you may not use this file except in compliance with the License. = 00033 = You may obtain a copy of the License at = 00034 = = 00035 = http://www.apache.org/licenses/LICENSE-2.0 = 00036 = = 00037 = Unless required by applicable law or agreed to in writing, software = 00038 = distributed under the License is distributed on an "AS IS" BASIS, = 00039 = WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. = 00040 = See the License for the specific language governing permissions and = 00041 = limitations under the License. = 00042 = = 00043 =================================================================================================*/ 00044 00045 00049 enum MaterialProperty_E 00050 { 00051 //#UBLK-BEG-CLASSDEF mm:5cbfffc7-402a-11e0-9dd5-8e5be057fed3 00052 //#UBLK-END-CLASSDEF 00053 00058 // attr=mm:78c39605-402a-11e0-9dd5-8e5be057fed3 00059 EX, 00060 00065 // attr=mm:3a0ce1f9-69b6-11e0-94a8-e19117dd202e 00066 EY, 00067 00072 // attr=mm:3aa588e1-69b6-11e0-94a8-e19117dd202e 00073 EZ, 00074 00078 // attr=mm:e3999c5d-c76c-11e0-9ea1-ae22156c53a5 00079 GXY, 00080 00084 // attr=mm:075cf2e3-c76d-11e0-9ea1-ae22156c53a5 00085 GXZ, 00086 00090 // attr=mm:07f56b27-c76d-11e0-9ea1-ae22156c53a5 00091 GYZ, 00092 00096 // attr=mm:78c3a8bb-402a-11e0-9dd5-8e5be057fed3 00097 NUXY, 00098 00102 // attr=mm:5dd0256f-69b6-11e0-94a8-e19117dd202e 00103 NUXZ, 00104 00108 // attr=mm:66285dbd-69b6-11e0-94a8-e19117dd202e 00109 NUYZ, 00110 00115 // attr=mm:795c254b-402a-11e0-9dd5-8e5be057fed3 00116 KX, 00117 00122 // attr=mm:89532d81-69b6-11e0-94a8-e19117dd202e 00123 KY, 00124 00129 // attr=mm:8fe19787-69b6-11e0-94a8-e19117dd202e 00130 KZ, 00131 00135 // attr=mm:1fccf5cb-c76d-11e0-9ea1-ae22156c53a5 00136 KAPPA, 00137 00141 // attr=mm:db944a2b-69b6-11e0-94a8-e19117dd202e 00142 RHO, 00143 00147 // attr=mm:4ee3804b-c76d-11e0-9ea1-ae22156c53a5 00148 ALPHAT, 00149 00153 // attr=mm:86f4d52d-69be-11e0-94a8-e19117dd202e 00154 ALPHAX, 00155 00159 // attr=mm:9aa023a7-69be-11e0-94a8-e19117dd202e 00160 ALPHAY, 00161 00165 // attr=mm:a2f85bf5-69be-11e0-94a8-e19117dd202e 00166 ALPHAZ, 00167 00171 // attr=mm:b277af8b-69be-11e0-94a8-e19117dd202e 00172 A01, 00173 00177 // attr=mm:c91e0de3-69be-11e0-94a8-e19117dd202e 00178 A10, 00179 00183 // attr=mm:60c51031-c76d-11e0-9ea1-ae22156c53a5 00184 MU_OGDEN, 00185 00189 // attr=mm:79352edf-c76d-11e0-9ea1-ae22156c53a5 00190 ALPHA_OGDEN, 00191 00195 // attr=mm:9352e178-0e73-46f3-8311-11c902cac570 00196 DALPHA, 00197 00201 // attr=mm:4978fd4a-3685-41a5-af0e-6bc448a7b52d 00202 DBETA 00203 00204 }; 00205 00206 //#UBLK-BEG-GLOBALH 00207 //#UBLK-END-GLOBALH 00208 00209 #ifdef _MATERIALPROPERTY_S_H_ 00210 static const char* MaterialProperty_S[] = { 00211 "EX", 00212 "EY", 00213 "EZ", 00214 "GXY", 00215 "GXZ", 00216 "GYZ", 00217 "NUXY", 00218 "NUXZ", 00219 "NUYZ", 00220 "KX", 00221 "KY", 00222 "KZ", 00223 "KAPPA", 00224 "RHO", 00225 "ALPHAT", 00226 "ALPHAX", 00227 "ALPHAY", 00228 "ALPHAZ", 00229 "A01", 00230 "A10", 00231 "MU_OGDEN", 00232 "ALPHA_OGDEN", 00233 }; 00234 #endif // _MATERIALPROPERTY_S_H_ 00235 00236 00237 #endif // _MATERIALPROPERTY_E_H_