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