This simulator predicts how compounds will separate in a gradient chromatography column based on their Thin-Layer Chromatography (TLC) behavior. It's a useful tool for optimizing purification methods, especially for flash chromatography and preparative HPLC.
The **retardation factor (Rf)** from TLC directly relates to the **retention factor (k' or capacity factor)** in column chromatography. A higher k' means stronger retention.
k' = (1 - Rf) / Rf
This equation bridges TLC observations with column retention.
In gradient elution, the mobile phase composition constantly changes, so a compound's k' isn't constant. For a binary solvent system (Solvent A and Solvent B), the logarithm of the retention factor (log(k')) typically relates linearly to the **volume fraction (phi)** of the strong solvent (Solvent B):
log(k') = log(k'0) - S * phi
Here:
The simulator determines k'0 and S for each compound using **linear regression** on data from multiple TLC runs at different Solvent B percentages. You'll need at least two such data points.
The simulator predicts compound behavior under a linear gradient using **Column Volumes (CV)**. One CV equals the column's dead volume (Vm).
The process uses a **step-by-step numerical integration**:
**Resolution (Rs)** quantifies peak separation:
Rs = 2 * (t_R2 - t_R1) / (w1 + w2)
Where t_R are elution volumes and w are peak widths. Peak widths are estimated based on the **number of theoretical plates (N)** of the column:
w_CV = 4 * (Ve_CV / sqrt(N))
Calculating Rs helps assess separation success.
The general principles apply to both modes, but Solvent B's nature differs:
The model consistently interprets Solvent B as the "stronger" eluent, leading to decreased retention as its concentration increases. A warning appears if the calculated S parameter suggests otherwise, indicating potential data inconsistency.
Enter **RF values between 0.01 and 0.99** (excluding 0 and 1 to avoid infinite or zero k'). Enter at least **2 TLCs** with different Solvent B percentages for a reliable gradient estimation.
**Gradient Duration (CV)**: The number of **column dead volumes** (Vm) that are eluted during the solvent composition change. E.g., a "10 CV" gradient means the solvent composition changes completely while 10 dead volumes pass through the column.
**N** influences peak width and thus resolution. Typical values: 500-5000 for flash chromatography, 5000-50000 for HPLC.
The graph shows the gradient profile (%B vs. CV) and the estimated peak positions of your compounds. The X-axis represents the total column volumes (CV) eluted.