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!

Abaqus: Memory use in Part Module

Status
Not open for further replies.

marekJ

Materials
Joined
Jul 28, 2014
Messages
1
Location
CA
Hello!

I have a model with a lot of partitions. So far I have been using around 4000 partitions in the same model. I use Abaqus 6.11.

I use a python scrip to automate the partitioning of my part in the Part Module. With 4000 partitions it takes already quite some time (less than an hour).

Now I am trying to increase the number of partitions to 22000 and it takes forever to partition (around 48h). I noticed that the partitioning time for a single partition increases with the number of partitions. I guess it is because of the memory.

I checked the memory used by abaqus with the Windows tool and I noticed it was only 2.7Gb during partitioning. I have 16 Gb available on my computer.

I tried to change the memory use of abaqus but I have only been able to change the memory used during the job (which was already fine).

I tried the following commands without success:

pre_memory="10000mb"

memory="10000mb"

standard_memory="10000mb"

Is there a command where I can change the amount of memory used during the definition of the problem in the module part?

Thanks!

Marek
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top