kappa_sdk.pvt.MixtureResultsEos#
- class kappa_sdk.pvt.MixtureResultsEos(saturation_point=None, big_rs=None, rs_max=None, rsw=None, small_rs=None, liquid_dropout=None, water_gas_ratio=None, gas_oil_surface_tension=None, oil_molar_fraction=None, gas_molar_fraction=None, water_molar_fraction=None)[source]#
Attributes
Gets the big Rs value.
Gets the gas molar fraction.
Gets the gas-oil surface tension.
Gets the liquid dropout value.
Gets the oil molar fraction.
Gets the maximum Rs value.
Gets the Rsw value.
Gets the saturation point.
Gets the small Rs value.
Gets the water gas ratio.
Gets the water molar fraction.
Methods
- Parameters:
saturation_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_oil_surface_tension (float | None)
oil_molar_fraction (float | None)
gas_molar_fraction (float | None)
water_molar_fraction (float | None)
- __init__(saturation_point=None, big_rs=None, rs_max=None, rsw=None, small_rs=None, liquid_dropout=None, water_gas_ratio=None, gas_oil_surface_tension=None, oil_molar_fraction=None, gas_molar_fraction=None, water_molar_fraction=None)[source]#
- Parameters:
saturation_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_oil_surface_tension (float | None)
oil_molar_fraction (float | None)
gas_molar_fraction (float | None)
water_molar_fraction (float | None)
- Return type:
None
- property saturation_point: float | None#
Gets the saturation 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_oil_surface_tension: float | None#
Gets the gas-oil surface tension.
- property oil_molar_fraction: float | None#
Gets the oil molar fraction.
- property gas_molar_fraction: float | None#
Gets the gas molar fraction.
- property water_molar_fraction: float | None#
Gets the water molar fraction.