Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Field Output Problem

Status
Not open for further replies.

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 :

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")?
 
Replies continue below

Recommended for you

Code:
*Output, Field
*[b]Element[/b] Output, elset=foo_set
S, U, .. .. ..

It is NOT *Elements

See the Keywords Reference Guide->*Output for more.

*********************************************************
Are you new to this forum? If so, please read these FAQs:

 
It was a typing mistake, I'm using "Element" keyword
 
Actually if I use your code,IceBreakerSours, the result is that when I import the ODB into the Abaqus CAE I get a message like that: "there is no valid step data available..."
 
If the analysis did not finish, then you have additional important issues to fix. Assuming the analysis is actually converging, then you should figure this out on your own and the problem is arising because you did not take the necessary time to go through the Getting Started Guide.

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:

 
The analysis did finish if I use this code (so there is no problem with it):

Code:
*Output, Field,variable=preselect
*Element Output, elset=foo_set

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:
*Output, Field
*Element Output, elset=foo_set
S, U, .. .. ..

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.
 
No, it doesn't work. This one neither :

Code:
*Output, field
*Element Output, elset=foo_set,directions=yes
E,

The error message when I open the ODB into the viewer or CAE (if I try to plot the deformed shape) :

Code:
There is no valid step data available on the database. If the analysis is running, the database must be closed and reopened once the results have been initialized. The requested operation has been cancelled.

On the contrary, this one works :

Code:
*Output, field,variable=preselect
*Element Output, elset=foo_set,directions=yes,variable=preselect

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.
 
Have a look at your .dat file and read the warning messages.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor