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

PTAExtraction.bourdet_derivative

Gets the bourdet derivative for this PTAExtraction.

PTAExtraction.end_date

Gets the end date for this PTAExtractionIdentifier.

PTAExtraction.is_multiphase_extraction

If PTAExtractionProperties is multiphase extraction or not.

PTAExtraction.last_flowing_pressure

Gets the last flowing pressure for this PTAExtractionProperties.

PTAExtraction.log_log_dp

Gets the loglog for this PTAExtraction.

PTAExtraction.pressure_id

Gets the pressure id for this PTAExtractionIdentifier.

PTAExtraction.reference_rate

Gets the reference rate for this PTAExtractionProperties.

PTAExtraction.reference_rate_user_measure

Gets the reference rate user measure for this PTAExtractionProperties.

PTAExtraction.start_date

Gets the start date for this PTAExtractionIdentifier.

Methods

Parameters:
  • start_date (datetime)

  • end_date (datetime)

  • pressure_id (str)

  • log_log_dp (Vector)

  • bourdet_derivative (Vector)

  • last_flowing_pressure (float)

  • reference_rate (float)

  • reference_rate_user_measure (str)

  • is_multiphase_extraction (bool)