There are many methods to calculate water saturation. One of the methods is with Archie’s Equation. To calculate the water saturation with Archie’s Equation, it needs the information of some parameters which is saturation exponent, cementation exponent, water resistivity, true resistivity, and porosity. The equation is shown in the below.

I tried to build the model based on this equation and do the visualization based on the change of some parameters in Python programming language, and then develop a desktop application that can do this modeling easily and more efficient for the user to change the parameters and see the effect of water saturation value in real-time.

Skills: Python, Numpy, Matplotlib, PyQt5