kappa_sdk.PTAExtraction#
- class kappa_sdk.PTAExtraction(start_date, end_date, pressure_id, log_log_dp, bourdet_derivative, last_flowing_pressure, reference_rate, reference_rate_user_measure, is_multiphase_extraction)[source]#
Class to store the result of a PTA Extraction from Shut-in. This class is read-only.
Attributes
Gets the bourdet derivative for this
PTAExtraction.Gets the end date for this
PTAExtractionIdentifier.If
PTAExtractionPropertiesis multiphase extraction or not.Gets the last flowing pressure for this
PTAExtractionProperties.Gets the loglog for this
PTAExtraction.Gets the pressure id for this
PTAExtractionIdentifier.Gets the reference rate for this
PTAExtractionProperties.Gets the reference rate user measure for this
PTAExtractionProperties.Gets the start date for this
PTAExtractionIdentifier.Methods
- Parameters:
- __init__(start_date, end_date, pressure_id, log_log_dp, bourdet_derivative, last_flowing_pressure, reference_rate, reference_rate_user_measure, is_multiphase_extraction)[source]#
- property start_date: datetime#
Gets the start date for this
PTAExtractionIdentifier.
- property end_date: datetime#
Gets the end date for this
PTAExtractionIdentifier.
- property pressure_id: str#
Gets the pressure id for this
PTAExtractionIdentifier.
- property log_log_dp: Vector#
Gets the loglog for this
PTAExtraction.
- property bourdet_derivative: Vector#
Gets the bourdet derivative for this
PTAExtraction.
- property last_flowing_pressure: float#
Gets the last flowing pressure for this
PTAExtractionProperties.
- property reference_rate: float#
Gets the reference rate for this
PTAExtractionProperties.
- property reference_rate_user_measure: str#
Gets the reference rate user measure for this
PTAExtractionProperties.
- property is_multiphase_extraction: bool#
If
PTAExtractionPropertiesis multiphase extraction or not.