Hello experts,
I'm looking for advice on how to properly use LoadAdd for these different load types. The documentation states "SPCD load SIDs cannot be referenced by LOADADD data". Still, combining a pretension force with fixed displacement is desired here. So a simple cube with friction surface is created to check what is possible. A single element block pushes on the plate, then the plate moves sideways:

Two variations of the above model (optistruct solver decks) are attached:
- "SPCD_Sub2.fem" > SPCD is applied in subcase 2 (via Loadadd). This doesnt work in subcase 2 (the plate does not move).
- "SPCD_Sub1_and_Sub2.fem" > The same SPCD is referenced in both cases (first one directly, second one via loadadd). It works in both subcases as shown in the graph below.
Graph showing reaction (friction) force as function of plate displacement:

Question:
The expected (and desired) behavior in "SPCD_Sub2.fem" is first pretension, then displacement in a separate subcase. However I can only get it working if the SPCD is active in both of them. Is there a proper way to separate the different loads to have Sub1 with only pretension and Sub2 with only SPCD added on top of that pretension?