Calmitude
Computer
- Nov 18, 2013
- 5
Hello!
I'm trying to implement a new optimization routine in Abaqus, and for this I'd need to submit thousands of jobs in as short a time as possible.
As a starter, is it possible to do something like this:
1) Start with a simple 2D structure (call it A)
2) Remove a fixed number of random mesh elements
3) Get max Mises on result
4) Repeat a few thousand times, each time starting from A
I've got a script that can do steps 1-3. Can I do this 1000s of times efficiently? Maybe with substructures?
A prod in the right direction would be really appreciated!
I'm trying to implement a new optimization routine in Abaqus, and for this I'd need to submit thousands of jobs in as short a time as possible.
As a starter, is it possible to do something like this:
1) Start with a simple 2D structure (call it A)
2) Remove a fixed number of random mesh elements
3) Get max Mises on result
4) Repeat a few thousand times, each time starting from A
I've got a script that can do steps 1-3. Can I do this 1000s of times efficiently? Maybe with substructures?
A prod in the right direction would be really appreciated!