equinor / fmu-tools

fmu-tools is a library containing tools for pre- and post-processing in a Fast Model Update (FMU) context
https://equinor.github.io/fmu-tools/
GNU Lesser General Public License v3.0
10 stars 14 forks source link

Add more general Sw functions as python functions #208

Closed jcrivenaes closed 4 months ago

jcrivenaes commented 6 months ago

RMS supports mostly Leverett J functions on the standard form, as

$$ S_w = A(X \cdot h)^B $$

where $Xh$ is the Leverett J function (simple og full)

However, there are cases where the formulation is

$$ S_w = A(M + X \cdot h)^B $$

There are also other variants, e.g. Brooks-Corey and BVW which needs to be supported. They can all be written on the latter form, where $Xh$ have other formulation than Leverett J.

mferrera commented 4 months ago

Closed with #209