You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Low Pressure PVT Table Padding for Live Oil (PVTO)
This commit adds a procedure for padding live oil (PVTO) tables at
low oil pressures. The primary objective is to avoid generating
negative Rs values when extrapolating the RsSat(po) curve linearly
to low oil pressures. To this end, compute a limiting pressure
based on inverse interpolation at Rs=1.0e-6 (could possibly be made
configurable) and pad the table if this limiting pressure exceeds
atmospheric pressure.
We pad the table with a composition node at Rs=0. This node is then
assigned either to atmospheric pressure or the limiting pressure
value. Associate Bo and vo values defined by linear extrapolation
to these pressure values. We add a second composition node at
Rs=1.0e-6 if the limiting pressure exceeds atmospheric pressure.
0 commit comments