I want to split pure thermal force and friction force by following load cases:

L1 = W+T1+P1 (OPE) : OPE_FRIC
L2 = W+P1 (SUS) : SUS_FRIC
L3 = W+T1+P1 (OPE) : OPE_NO_FRIC
L4 = L1-L2 (EXP) : T_PURE + FF = OPE_FRIC - SUS_FRIC
L5 = L1-L3 (OPE) : FF = OPE_FRIC - OPE_NO_FRIC
L6 = L4-L5 (OPE) : T_PURE = (T_PURE + FF) - FF

With:

T_PURE: pure thermal force
FF: friction force

Any comment?