I’m struggling with understanding the partial coefficients of maxima.
In sofiload I’ve defined an action with gamu=1:
+prog sofiload
ACT type 'c' gamu 1 gamf 0 part 'g' sup 'perc' titl 'Creep & Shrinkage'
ACT type 'c_1' gamu 1 gamf 0 part 'g' sup 'perc' titl 'Creep & Shrinkage - cat 1'
END
when I later make an envelope in maxima:
+prog Maxima $ C&S
head
CTRL opt 'warn' val 2123
COMB base 7000 type 'c_1' extr 'DESI' no 1 titl 'C&S'
ACT type 'c' ! GAMU 1 <- would apply a factor of 1.00
LC no 5002
LC no 5004
LC no 5006
LC no 5008
LC no 5010
SUPP extr 'mami' etyp 'node' type p,ux,uy,uz titl 'C&S' comb 1
SUPP extr 'mami' etyp 'quad' type m,vx,vy,n titl 'C&S' comb 1
SUPP extr 'mami' etyp 'qnod' type m,vx,vy,n titl 'C&S' comb 1
SUPP extr 'mami' etyp 'qbed' type p,ptx,pty,ptz titl 'C&S' comb 1
END
if I trace this it will apply a factor of 1.35:
I’m able to apply a different factor if I add it to the maxima program, but then what’s the point of having it in the sofiload action definition?