Hi,
I am designing a structural optimisation program as part of my degree, and I need to run a sequence of optimisation code for a number of different structural sections.
For each section, a number of different imposed loads will be defined and then the optimum form generated in response to this loading.
In programming terms, I need to be able to define a set of loads for each section as an input and then execute the optimisation code for this (which is basically a while loop that cycles through and removes under-stressed material from the section).
I also need to be able to display the results of this optimisation onscreen simulataneously for the different sections.
Does anyone have an idea of the best way to go about doing this?
I've probably not been very clear, so please let me know if anything needs clarifying.
Thanks