Cyclic adsorption processes take hundreds of simulated cycles to settle. This paper shows that a handful of Steffensen-style extrapolation formulas — applied to the raw sequence of simulation outputs, no Jacobian required — cut that wait by up to 4×.
The argument moves through six currents — drag your eye left to right. Nodes ringed in amber (⚑) are the ones worth slowing down for; everything else is supporting context. Hover any node for the full detail.
The idea-flow diagram compresses this into one node. Here it is unpacked into two windows: the baseline loop the paper is trying to speed up, and the correction it adds on top.
F is the entire adsorption simulator treated as a black box — it takes the column’s state at the end of one cycle and returns the state at the end of the next. Δ is a vector: gas composition, adsorbed loading, pressure, and temperature across every point in the column.
Run this three times in a row and you get three stored states — the raw material every acceleration method needs:
Instead of accepting C as the next starting point, the method looks at how the sequence has been moving and jumps further ahead along that same direction.
Notice the base of the formula is B = F(A), not the raw input A. That single choice is why Class V methods (Graves-Morris, Zienkiewicz-Lohner) outperform Class U methods, which correct A directly. B is already one FPI step closer to CSS — extrapolating from there, along the freshest available direction v, means every correction starts from better ground and points where the sequence is actually heading.
Each band is computational time saved (%) versus plain successive substitution, for the best method in each class on each process. Width tells the story: Class V’s advantage is visible, not just statistical.
Five numbers and one rule of thumb. If you read nothing else, read this section.