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.
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
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.