Mixture Properties (RX) Derivations
Mixture properties (RX) are calculated using the ratio matrix and ingredient properties, and can be calculated using a weighted average or additively.
Each formulation’s mixture property \(x_{mix,p}\) is calculated using the following equation, in summation form, for each property \(p\) in the set of all properties \(P\):
The generalized equation, in matrix form, for the entire mixture property block is then as follows:
In matrix form, a visual representation of the mixture properties calculation is displayed below:
As shown, the matrix multiplication results in a final matrix with dimensions of Formulations (N rows) x Properties (K columns) with each cell representing the final mixture property value for a formulation.
The example shown above is the additive case for calculating mixtures for ingredients with the same properties (e.g. within the same class of ingredients). However, in many cases, each formulation uses a mix of ingredients from different classes, each of which contains its own set of properties. The RX framework can be applied to the multi-class case, where RX blocks are calculated for each class with the relevant ingredients in each formulation. In the case where the formulation does not use any ingredients of a class, the properties for that class will be set to missing (NaN).
Additionally, if an ingredient is used in a formulation and contains missing property values, then the RX for that property will be set to missing.
Configuration Options
RX Type: Additive or Weighted Average
Additive: Calculation as shown previously – sum product of the ingredients in the current class by their respective property values.
Weighted Average: Additive calculation but divided by the sum of ratios of the current class.
Linear: No transformation of RX calculation, as shown previously.
Natural Logarithm: The RX calculation is carried out with the natural logarithm \(\ln\) applied to the selected property for all ingredients. Then, the exponential is applied to the resulting RX. Below is the mathematical formulation for the additive case.
Logarithmic: The RX calculation is carried out with the base 10 logarithm \(\log_{10}\) applied to the selected property for all ingredients. Then, the exponential is applied to the resulting RX. Below is the mathematical formulation for the additive case.
Global RX
Global properties may be added for additional analysis. For global RX calculations:
One property from each class is used and all ingredients are used in the calculation.
All classes must be used.
Global calculations are only carried out in an additive fashion (sum of ingredients in a formulation is 1, and thus, weighted average would produce the same result).
A mixing rule (linear, logarithmic, natural logarithm) may be selected for the global property.
Similar to the prior property calculations, if a used ingredient contains missing property data, then the RX for the property will be set to missing.
The mathematical formulation is shown as the following for the linear case: