Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Slowness of VGLUE

Status
Not open for further replies.

laserablaatio

Mechanical
Joined
Oct 23, 2006
Messages
18
Location
FI
Hi all,
I have noticed that the bottleneck in a model I use is the
VGLUE command. Any hints for making it any faster?

I have to glue a 2D array of "tiles" together. When the amount of brick volumes gets near 1000 it takes many minutes to glue them together. The solution phase of the static structural problem takes only couple of seconds, for comparison.

I use Ansys 9.2 on a 3 GHz P4.

Thanks for your hints!
 
If the volumes are glued together at once, then ansys must check the possibility to glue one volume with each other volume. Given N Volumes, you get n*(n-1) checks! So the smart way ist to select only the right volumes at once and then glue them together. Then select the next set of volumes and glue...

Regards,
Alex
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top