Using AQB module with MAXIMA superpositioned loadcases?

Hello

Is it not possible to use AQB, specifically the steel design of cross sections modules, with loadcases from MAXIMA?

Right now my workflow is setting up combinations with MAXIMA, then using the TRAC command to find the loads that are governing for relevant maximum loads, and then running a new ASE with these combinations, so i can finally analyze them in AQB.
Problem is the specific element with maximum loads might change a bit for every meshing.

So is there an easier way?

Hello Morten,

Sure, why not. Bellow will be attached a sample of my code

+prog aqb
head x
echo full no
$---------------------------------------------------------------------------------------------
#include beam-aqb
lc 1 $loadcase you want to design for form your maxima
comb extr sum lc1 1 f1 1.0 lcst 9001 titl ‘xxxx’ $save results form loadcase 1 to 9001
stre e91 $save min/max results at case 91.
$---------------------------------------------------------------------------------------------
end

@RozB

That worked, thanks.
Is there any reason why you cannot select MAXIMA envelopes in the window, but you can call them via teddy?

See below AQB window, only my defined loadcases (via combine loads module) show up.

AQB needs to know which (partial) cross-section to apply the respective internal forces (and sometimes also internal stress components) to. A MAXIMA overall envelope can only be related to one cross-section state, which is (imho) why MAXIMA-LC is not offered in SSD for AQB, as this could quickly lead to nonsense in AQB.

@ragl
Thank you for your response.

So it means that MAXIMA makes sense to an extent, as long as construction stages are not part of your analysis?