I can't and won't try to comment on the design and the adequacy of it. I just considered this as a dataset that needs to be analyzed. I may have made some assumptions that are not appropriate, if so, feel free to ignore this post.
Because you have two different mixtures, each with two components, you can simplify the problem. Rather than analyzing with the total of four mixture components (two for each mixture), I ignored the AggBlend, Course_Class B and AggBlend, Fine_Class B factors. By knowing the Coarse_Class A and Fine_Class A, we can determine the others. This will greatly simplify the analysis because now we can treat all of the factors as continuous. I then modified your data table to take that into account. That table is attached here.
Now I tried to do the analysis. I think you wanted to have a model with interactions, so I specified the 5 factors with all 2-way interactions and used Forward Stepwise regression (using minimum AICc as the selection criteria) to find a model. The data did not support a model with all 2-way interactions, that is why I used Forward Stepwise. In my explorations, I saw some possible non-constant variance for friction, so I created and used the log(friction) as the response (try fitting these models with friction as the response and you should see the possible non-constant variance). See the Starting Model ... script in the data table to see the starting point.
With all of that said, I found a model that SEEMS decent. See the Possible Final Model script. Is it really good? I don't know. I do not know any of the background on this data collection or the science behind this situation. However, the key thing that I think that I have provided is a different way to think about this problem and possibly get to a result that is easily interpretable as this is just a typical regression analysis (nothing special with a Scheffe mixture model).
Dan Obermiller