Hello Everyone,
I am trying to do a rather weird optimization: I have multiple structures which are all held in place by a single master structure. I want to optimize the master structure so that all sub-structures receive roughly the same stresses.
For this, I have created 5 responses, each possessing the static stress of about 10k elements which is one sub-structure.
Then I created another response, called GlobalStress, which possesses a dequation. This dequation shall then use and weigh the difference of the stresses in the sub-structure, e.g. S1 - S2, S2 - S3 and the resulting value shall be minimized. Which is why the objective is to minimize this response.
The dequation looks something like this:
StressG(S1,S2,S3,S4,S5) = (ABS((S1**2)-(S2**2)))**2+(ABS((S2**2)-(S3**2)))**2+(ABS((S3**2)-(S4**2)))**2+(ABS((S4**2)-(S5**2)))**2+(ABS((S5**2)-(S1**2)))**2
Now what is bugging me is this: In the DRESP 1/2 L card of the response with the dequation, I put in the response list all responses from S1 to S5, as they appear in the dequation, too.
However when I start the optimization I get an error saying the following:
*** ERROR # 1810 ***
Inconsistent number of responses on DRESP2 card 22.
Which I frankly dont understand.
Unfortunately I will not be able to share the model, as the content is protected.
Is there an obvious mistake that I did? it is my first time working with dequations and I may have missed something. But why are the number of responses inconsistent?
Best Regards,
Lennart