Field Output Problem
Field Output Problem
(OP)
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")?





RE: Field Output Problem
CODE --> Abaqus-Input-Keyword-Format:
It is NOT *Elements
See the Keywords Reference Guide->*Output for more.
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: Field Output Problem
RE: Field Output Problem
RE: Field Output Problem
You should read through the appropriate section(s) in the Keywords Reference Guide and related pages in the CAE User's Guide; latter might be easier for a beginner.
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: Field Output Problem
CODE -->
But when I try to generate a report it shows the whole model and this is not normal because I have already specified the "*Element Output" keyword. I have already red the documentation and I found no solution yet.
When I change the code to:
CODE -->
I get the error message I told you. Even if if do a simple analysis (a cantilever beam) to test the code it doesn't work.
RE: Field Output Problem
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: Field Output Problem
CODE -->
The error message when I open the ODB into the viewer or CAE (if I try to plot the deformed shape) :
CODE -->
On the contrary, this one works :
CODE -->
No problem here to plot the deformed shape or anything I want, but as I said before I have the whole model in the report.
RE: Field Output Problem
RE: Field Output Problem
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083