kappa_sdk.pvt.MixtureResultsBlackOil#
- class kappa_sdk.pvt.MixtureResultsBlackOil(bubble_point=None, dew_point=None, big_rs=None, rs_max=None, rsw=None, small_rs=None, liquid_dropout=None, water_gas_ratio=None, gas_saturation_in_oil_gas_system=None, gas_oil_surface_tension=None, gas_water_surface_tension=None, oil_water_surface_tension=None, retrograde_dew_point=None)[source]#
Attributes
Gets the big Rs value.
Gets the bubble point.
Gets the dew point.
Gets the gas-oil surface tension.
Gets the gas saturation in oil gas system.
Gets the gas-water surface tension.
Gets the liquid dropout value.
Gets the oil-water surface tension.
Gets the retrograde dew point.
Gets the maximum Rs value.
Gets the Rsw value.
Gets the small Rs value.
Gets the water gas ratio.
Methods
- Parameters:
bubble_point (float | None)
dew_point (float | None)
big_rs (float | None)
rs_max (float | None)
rsw (float | None)
small_rs (float | None)
liquid_dropout (float | None)
water_gas_ratio (float | None)
gas_saturation_in_oil_gas_system (float | None)
gas_oil_surface_tension (float | None)
gas_water_surface_tension (float | None)
oil_water_surface_tension (float | None)
retrograde_dew_point (float | None)
- __init__(bubble_point=None, dew_point=None, big_rs=None, rs_max=None, rsw=None, small_rs=None, liquid_dropout=None, water_gas_ratio=None, gas_saturation_in_oil_gas_system=None, gas_oil_surface_tension=None, gas_water_surface_tension=None, oil_water_surface_tension=None, retrograde_dew_point=None)[source]#
- Parameters:
bubble_point (float | None)
dew_point (float | None)
big_rs (float | None)
rs_max (float | None)
rsw (float | None)
small_rs (float | None)
liquid_dropout (float | None)
water_gas_ratio (float | None)
gas_saturation_in_oil_gas_system (float | None)
gas_oil_surface_tension (float | None)
gas_water_surface_tension (float | None)
oil_water_surface_tension (float | None)
retrograde_dew_point (float | None)
- Return type:
None
- property bubble_point: float | None#
Gets the bubble point.
- property dew_point: float | None#
Gets the dew point.
- property big_rs: float | None#
Gets the big Rs value.
- property rs_max: float | None#
Gets the maximum Rs value.
- property rsw: float | None#
Gets the Rsw value.
- property small_rs: float | None#
Gets the small Rs value.
- property liquid_dropout: float | None#
Gets the liquid dropout value.
- property water_gas_ratio: float | None#
Gets the water gas ratio.
- property gas_saturation_in_oil_gas_system: float | None#
Gets the gas saturation in oil gas system.
- property gas_oil_surface_tension: float | None#
Gets the gas-oil surface tension.
- property gas_water_surface_tension: float | None#
Gets the gas-water surface tension.
- property oil_water_surface_tension: float | None#
Gets the oil-water surface tension.
- property retrograde_dew_point: float | None#
Gets the retrograde dew point.