Maxima

I need to define several combinations in MAXIMA as exemplified below. Envelope results are stored in the database under LC 2121 (max N) / 2122 (min N). Are results stored for both comb 1 and comb 2 in LC 2121 / 2122 when “base” for both combinations are the same? If not, how can I store results for multiple COMB under the same LC?

+PROG MAXIMA
COMB 1 base 2100
ACT G gamu 1.25 gamf 0.9 ! Self-weight
LC 1
ACT Q_1 gamu 1.2 gamf 0 ! Settlements
LC 23 type a1
ACT Q_2 gamu 1.2 gamf 0 ! Vertical trainload track 1
LC (201 240 1) type a2
ACT Q_3 gamu 1.2 gamf 0 ! Vertical trainload track 2
LC (301 340 1) type a3
supp 1 extr mami etyp beam type N
supp 1 extr mami etyp beam type MY

COMB 2 base 2100
ACT G gamu 1.0 gamf 0.9 ! Self-weight
LC 1
ACT Q_1 gamu 1.2 gamf 0 ! Settlements
LC 23 type a1
ACT Q_2 gamu 1.5 gamf 0 ! Vertical trainload track 1
LC (201 240 1) type a2
ACT Q_3 gamu 1.5 gamf 0 ! Vertical trainload track 2
LC (301 340 1) type a3
supp 1 extr mami etyp beam type N
supp 1 extr mami etyp beam type MY

end

Hello,

the result load cases must have different number for each combination rule for actions!
In your example you have chosen the semi-automatic load case numbering with BASE number which is defined in record COMB. The BASE number for combination 2 must be different to combination 1. Otherwise only the results of combination 2 are saved in the CDB.

Please change the BASE number in COMB 2 and for the two last SUPP records SUPP COMB 2 → currently combination number 1 is defined in the SUPP records for COMB 2.

For more information please note the explanations in the manual MAXIMA chapter 3.10.2 Definition of the Result Load Case Numbers

With kind regards
Sabine Fahrendholz
Senior Product Manager