×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Abaqus Visualization: How can we visualize symbol (Vector) plots for state dependent variables?

Abaqus Visualization: How can we visualize symbol (Vector) plots for state dependent variables?

Abaqus Visualization: How can we visualize symbol (Vector) plots for state dependent variables?

(OP)
Hello everyone,

I have written a UEL for coupled pore fluid/stress analysis in 2D. In addition to solid displacements and fluid pressure, I also get fluid velocities (both in x and y directions) in the solution vector. I have currently stored them in state dependent variables (SDV) and I can visualize their magnitudes using a dummy mesh in Abaqus viewer. However, I want to visualize them (Vx, Vy) as vector field-output (Symbol plots) for each node. This is possible for displacement outputs by default in Abaqus viewer (See image below).



In short, I want to display fluid velocity vector (stored in SDV) in exactly similar manner as shown in image. If someone has written a Python script for this and give me some leads, it would be of great help.

Thanks

RE: Abaqus Visualization: How can we visualize symbol (Vector) plots for state dependent variables?

Save your SDVs in the statev vector and make sure you request SDV field output in your input deck. Also, in your material definition, you have to assign names to each of those variables.

Just out of curiosity, why did you have to write a UEL to do coupled fluid-stress analysis?

*********************************************************
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: Abaqus Visualization: How can we visualize symbol (Vector) plots for state dependent variables?

(OP)
Thanks @IceBreakerSours for the reply.

I am already storing my SDVs in the STATEV vector and requesting a SDV field output in my input file. I get all these SDVs listed perfectly in the primary field output and that's how I can visualize their magnitudes. However, I cannot find any of these SDVs listed up when I switch to Symbol field output. Only displacements and Reaction forces which are available in Abaqus by default get listed up for vector (symbol) field plotting. Currently, these SDVs are stored on the element integration points and I have not extrapolated them to element nodes in my code. Here is how I request them in my input file:
*element output, elset=Part-1-1.dummy, directions=YES
sdv1,sdv2,sdv3
(sdv1: Fluid velocity in x-dir, sdv2: Fluid velocity in y-dir, sdv3: Resultant Fluid velocity)
Is there something wrong in the way I request these SDVs? Besides, can you please expand on how can I assign names to these variables in my material definition?
Thanks again for all the help.

Regarding UEL, I am modelling cracks in porous material using phase field approach. For this, a new crack evolution equation is introduced in addition to momentum and mass balances. As the crack evolves, it changes various parameters involved in the existing balance equations which in turn affects the entire element formulation. A UEL in my opinion was best suited for this job.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources