The search creates a content and a users list. To look for a person by name, make sure to look under the “users” tabs when you get the search results.
The search engine does not go through user’s profiles to find matches; it only goes through the usernames, which are usually the user’s names. Therefore, searching by the name of the school, company, occupation, etc, will yield no results. If you don’t know the person’s username, try searching for keywords related to their area of expertise.
Forums
Abaqus UEL/UELMAT suboutines
Normal
0
21
false
false
false
FR
X-NONE
X-NONE
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Tableau Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin-top:0cm;
mso-para-margin-right:0cm;
mso-para-margin-bottom:10.0pt;
mso-para-margin-left:0cm;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
Hi, everyone
I'm a MASTER student and
I'm working on implementation of new element on Abaqus. It's been 5 mouths that
I'm working on it and especially
thanks to this forum, it's working quite well.
But I still get some
questions on Abaqus UEL/UELMAT subroutines.
-On the declaration of the
user element, you can specify the number of integration points (INTEGRATION). How to get back this value
on UEL?
Until know, I was using the
type to pass this information (for example U3 means for me 3 integrations
points by direction so 3*3=9 points of integrations)
*USER ELEMENT, NODES=9, TYPE=U3, COORDINATES=2, variables=90,
INTEGRATION=9, TENSOR=PSTRAIN
1,2
-What is the difference
between MLVARX and NDOFEL. I don't understand why for example
RHS(MLVARX,1) and not RHS(NDOFEL,1)
These questions are really
not important in the way off everything is working. It’s just to clean my code
and make it easier to understand.
Momo