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
MixtureResultsBlackOil.big_rs
Gets the big Rs value.
MixtureResultsBlackOil.bubble_point
Gets the bubble point.
MixtureResultsBlackOil.dew_point
Gets the dew point.
MixtureResultsBlackOil.gas_oil_surface_tension
Gets the gas-oil surface tension.
MixtureResultsBlackOil.gas_saturation_in_oil_gas_system
Gets the gas saturation in oil gas system.
MixtureResultsBlackOil.gas_water_surface_tension
Gets the gas-water surface tension.
MixtureResultsBlackOil.liquid_dropout
Gets the liquid dropout value.
MixtureResultsBlackOil.oil_water_surface_tension
Gets the oil-water surface tension.
MixtureResultsBlackOil.retrograde_dew_point
Gets the retrograde dew point.
MixtureResultsBlackOil.rs_max
Gets the maximum Rs value.
MixtureResultsBlackOil.rsw
Gets the Rsw value.
MixtureResultsBlackOil.small_rs
Gets the small Rs value.
MixtureResultsBlackOil.water_gas_ratio
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)