This document describes OpenFOAM's cellLimited gradient scheme for limiting gradients. The scheme provides four types of limiters that can be applied to gradient calculations: cellLimited, cellMDLimited, faceLimited, and faceMDLimited. The cellLimited scheme calculates maximum and minimum values of the variable of interest in neighboring cells and faces, then uses these values to limit the gradient calculation through a limiter parameter between 0 and 1. Lower values of the parameter result in stronger limiting and more stable but less accurate solutions.