I was able to at least define only one setting with X2_concentration == 0
see script. Hope that helps.
DOE(
Custom Design,
{Add Response( Maximize, "Y", ., ., . ), Add Factor( Continuous, 15, 37, "X1_something", 0 ), Add Factor(
Discrete Numeric,
{0, 0.5, 1, 2},
"X2_concentration",
0
), Add Factor( Discrete Numeric, {50, 500, 1500}, "X3_molecular_weight", 0 ), Set Random Seed( 4916040 ), Add Term( {1, 0} ), Add Term( {1, 1} ),
Add Term( {2, 1} ), Add Potential Term( {2, 2} ), Add Potential Term( {2, 3} ), Add Term( {3, 1} ), Add Potential Term( {3, 2} ),
Add Alias Term( {1, 1}, {2, 1} ), Add Alias Term( {1, 1}, {3, 1} ), Add Alias Term( {2, 1}, {3, 1} ), Set Sample Size( 12 ),
Disallowed Combinations( X2_concentration == 0 & (X3_molecular_weight != 50) ), Simulate Responses( 0 ), Save X Matrix( 0 )}
);
Georg