Capko
New member
- Feb 16, 2016
- 25
Hello,
I have a strange problem with the Field Output of Abaqus. Actually, I would like to output the results only for a elements set but I can't.
If I use this code into the .inp :
What I obtain in the .odb are the results for the whole model, but why (I have already specified that I only want the "foo_set")?
I have a strange problem with the Field Output of Abaqus. Actually, I would like to output the results only for a elements set but I can't.
If I use this code into the .inp :
Code:
*Output,Field,Variable=preselect
*Elements output,elset=foo_set,Variable=preselect
What I obtain in the .odb are the results for the whole model, but why (I have already specified that I only want the "foo_set")?