osdu-python-models 0.5.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- osdu_models/__init__.py +0 -0
- osdu_models/abstract/__init__.py +2 -0
- osdu_models/abstract/abstract_access_control_list/__init__.py +2 -0
- osdu_models/abstract/abstract_access_control_list/v1_0_0.py +31 -0
- osdu_models/abstract/abstract_activity_parameter/__init__.py +2 -0
- osdu_models/abstract/abstract_activity_parameter/v1_0_0.py +113 -0
- osdu_models/abstract/abstract_activity_parameter/v1_1_0.py +117 -0
- osdu_models/abstract/abstract_activity_state/__init__.py +2 -0
- osdu_models/abstract/abstract_activity_state/v1_0_0.py +36 -0
- osdu_models/abstract/abstract_alias_names/__init__.py +2 -0
- osdu_models/abstract/abstract_alias_names/v1_0_0.py +45 -0
- osdu_models/abstract/abstract_any_crs_feature_collection/__init__.py +2 -0
- osdu_models/abstract/abstract_any_crs_feature_collection/v1_0_0.py +282 -0
- osdu_models/abstract/abstract_any_crs_feature_collection/v1_1_0.py +300 -0
- osdu_models/abstract/abstract_bin_grid/__init__.py +2 -0
- osdu_models/abstract/abstract_bin_grid/v1_0_0.py +103 -0
- osdu_models/abstract/abstract_bin_grid/v1_1_0.py +103 -0
- osdu_models/abstract/abstract_business_rule/__init__.py +2 -0
- osdu_models/abstract/abstract_business_rule/v1_0_0.py +69 -0
- osdu_models/abstract/abstract_collaboration_lifecycle_event/__init__.py +2 -0
- osdu_models/abstract/abstract_collaboration_lifecycle_event/v1_0_0.py +49 -0
- osdu_models/abstract/abstract_column_based_table/__init__.py +2 -0
- osdu_models/abstract/abstract_column_based_table/v1_0_0.py +94 -0
- osdu_models/abstract/abstract_column_based_table/v1_1_0.py +94 -0
- osdu_models/abstract/abstract_column_based_table/v1_2_0.py +103 -0
- osdu_models/abstract/abstract_column_based_table/v1_2_1.py +103 -0
- osdu_models/abstract/abstract_column_layer_grid_patch/__init__.py +2 -0
- osdu_models/abstract/abstract_column_layer_grid_patch/v1_0_0.py +94 -0
- osdu_models/abstract/abstract_common_resources/__init__.py +2 -0
- osdu_models/abstract/abstract_common_resources/v1_0_0.py +82 -0
- osdu_models/abstract/abstract_common_resources/v1_0_1.py +82 -0
- osdu_models/abstract/abstract_compression_info/__init__.py +2 -0
- osdu_models/abstract/abstract_compression_info/v1_0_0.py +32 -0
- osdu_models/abstract/abstract_compression_info/v1_1_0.py +44 -0
- osdu_models/abstract/abstract_contact/__init__.py +2 -0
- osdu_models/abstract/abstract_contact/v1_0_0.py +51 -0
- osdu_models/abstract/abstract_contact/v1_1_0.py +69 -0
- osdu_models/abstract/abstract_contact_user_profile/__init__.py +2 -0
- osdu_models/abstract/abstract_contact_user_profile/v1_0_0.py +27 -0
- osdu_models/abstract/abstract_coordinates/__init__.py +2 -0
- osdu_models/abstract/abstract_coordinates/v1_0_0.py +23 -0
- osdu_models/abstract/abstract_dataset/__init__.py +2 -0
- osdu_models/abstract/abstract_dataset/v1_0_0.py +78 -0
- osdu_models/abstract/abstract_dataset/v1_0_1.py +78 -0
- osdu_models/abstract/abstract_decision_quality_element/__init__.py +2 -0
- osdu_models/abstract/abstract_decision_quality_element/v1_0_0.py +51 -0
- osdu_models/abstract/abstract_downtime_context/__init__.py +2 -0
- osdu_models/abstract/abstract_downtime_context/v1_0_0.py +34 -0
- osdu_models/abstract/abstract_facet/__init__.py +2 -0
- osdu_models/abstract/abstract_facet/v1_0_0.py +31 -0
- osdu_models/abstract/abstract_facility/__init__.py +2 -0
- osdu_models/abstract/abstract_facility/v1_0_0.py +87 -0
- osdu_models/abstract/abstract_facility/v1_1_0.py +91 -0
- osdu_models/abstract/abstract_facility_event/__init__.py +2 -0
- osdu_models/abstract/abstract_facility_event/v1_0_0.py +32 -0
- osdu_models/abstract/abstract_facility_event/v1_1_0.py +36 -0
- osdu_models/abstract/abstract_facility_operator/__init__.py +2 -0
- osdu_models/abstract/abstract_facility_operator/v1_0_0.py +34 -0
- osdu_models/abstract/abstract_facility_operator/v1_1_0.py +38 -0
- osdu_models/abstract/abstract_facility_specification/__init__.py +2 -0
- osdu_models/abstract/abstract_facility_specification/v1_0_0.py +57 -0
- osdu_models/abstract/abstract_facility_state/__init__.py +2 -0
- osdu_models/abstract/abstract_facility_state/v1_0_0.py +32 -0
- osdu_models/abstract/abstract_facility_state/v1_1_0.py +36 -0
- osdu_models/abstract/abstract_facility_vertical_measurement/__init__.py +2 -0
- osdu_models/abstract/abstract_facility_vertical_measurement/v1_0_0.py +98 -0
- osdu_models/abstract/abstract_feature_collection/__init__.py +2 -0
- osdu_models/abstract/abstract_feature_collection/v1_0_0.py +227 -0
- osdu_models/abstract/abstract_file/__init__.py +2 -0
- osdu_models/abstract/abstract_file/v1_0_0.py +44 -0
- osdu_models/abstract/abstract_file/v1_0_1.py +44 -0
- osdu_models/abstract/abstract_file_collection/__init__.py +2 -0
- osdu_models/abstract/abstract_file_collection/v1_0_0.py +89 -0
- osdu_models/abstract/abstract_file_collection/v1_0_1.py +89 -0
- osdu_models/abstract/abstract_file_source_info/__init__.py +2 -0
- osdu_models/abstract/abstract_file_source_info/v1_0_0.py +92 -0
- osdu_models/abstract/abstract_file_source_info/v1_0_1.py +92 -0
- osdu_models/abstract/abstract_fluid_additive/__init__.py +2 -0
- osdu_models/abstract/abstract_fluid_additive/v1_0_0.py +79 -0
- osdu_models/abstract/abstract_generic_reservoir_unit/__init__.py +2 -0
- osdu_models/abstract/abstract_generic_reservoir_unit/v1_0_0.py +131 -0
- osdu_models/abstract/abstract_generic_reservoir_unit/v1_1_0.py +131 -0
- osdu_models/abstract/abstract_generic_reservoir_unit/v2_0_0.py +133 -0
- osdu_models/abstract/abstract_geo_basin_context/__init__.py +2 -0
- osdu_models/abstract/abstract_geo_basin_context/v1_0_0.py +28 -0
- osdu_models/abstract/abstract_geo_context/__init__.py +2 -0
- osdu_models/abstract/abstract_geo_context/v1_0_0.py +31 -0
- osdu_models/abstract/abstract_geo_field_context/__init__.py +2 -0
- osdu_models/abstract/abstract_geo_field_context/v1_0_0.py +26 -0
- osdu_models/abstract/abstract_geo_play_context/__init__.py +2 -0
- osdu_models/abstract/abstract_geo_play_context/v1_0_0.py +28 -0
- osdu_models/abstract/abstract_geo_political_context/__init__.py +2 -0
- osdu_models/abstract/abstract_geo_political_context/v1_0_0.py +33 -0
- osdu_models/abstract/abstract_geo_prospect_context/__init__.py +2 -0
- osdu_models/abstract/abstract_geo_prospect_context/v1_0_0.py +31 -0
- osdu_models/abstract/abstract_geologic_unit_interpretation/__init__.py +2 -0
- osdu_models/abstract/abstract_geologic_unit_interpretation/v1_0_0.py +45 -0
- osdu_models/abstract/abstract_geologic_unit_interpretation/v1_1_0.py +94 -0
- osdu_models/abstract/abstract_grid_representation/__init__.py +2 -0
- osdu_models/abstract/abstract_grid_representation/v1_0_0.py +117 -0
- osdu_models/abstract/abstract_ijk_grid_flow_simulation_boundary_connection/__init__.py +2 -0
- osdu_models/abstract/abstract_ijk_grid_flow_simulation_boundary_connection/v1_0_0.py +71 -0
- osdu_models/abstract/abstract_ijk_grid_patch/__init__.py +2 -0
- osdu_models/abstract/abstract_ijk_grid_patch/v1_0_0.py +32 -0
- osdu_models/abstract/abstract_interpretation/__init__.py +2 -0
- osdu_models/abstract/abstract_interpretation/v1_0_0.py +51 -0
- osdu_models/abstract/abstract_interpretation/v1_1_0.py +55 -0
- osdu_models/abstract/abstract_label_and_value/__init__.py +2 -0
- osdu_models/abstract/abstract_label_and_value/v1_0_0.py +109 -0
- osdu_models/abstract/abstract_legal_tags/__init__.py +2 -0
- osdu_models/abstract/abstract_legal_tags/v1_0_0.py +31 -0
- osdu_models/abstract/abstract_location_uncertainty/__init__.py +2 -0
- osdu_models/abstract/abstract_location_uncertainty/v1_0_0.py +23 -0
- osdu_models/abstract/abstract_master/__init__.py +2 -0
- osdu_models/abstract/abstract_master/v1_0_0.py +47 -0
- osdu_models/abstract/abstract_master/v1_1_0.py +47 -0
- osdu_models/abstract/abstract_master/v1_2_0.py +54 -0
- osdu_models/abstract/abstract_project/__init__.py +2 -0
- osdu_models/abstract/abstract_project/v1_0_0.py +244 -0
- osdu_models/abstract/abstract_project_activity/__init__.py +2 -0
- osdu_models/abstract/abstract_project_activity/v1_0_0.py +40 -0
- osdu_models/abstract/abstract_project_activity/v1_1_0.py +51 -0
- osdu_models/abstract/abstract_project_activity/v1_2_0.py +51 -0
- osdu_models/abstract/abstract_property_type/__init__.py +2 -0
- osdu_models/abstract/abstract_property_type/v1_0_0.py +34 -0
- osdu_models/abstract/abstract_proppant_agent/__init__.py +2 -0
- osdu_models/abstract/abstract_proppant_agent/v1_0_0.py +233 -0
- osdu_models/abstract/abstract_ptcondition/__init__.py +2 -0
- osdu_models/abstract/abstract_ptcondition/v1_0_0.py +23 -0
- osdu_models/abstract/abstract_ptcondition/v1_1_0.py +35 -0
- osdu_models/abstract/abstract_quality_metric/__init__.py +2 -0
- osdu_models/abstract/abstract_quality_metric/v1_0_0.py +59 -0
- osdu_models/abstract/abstract_quality_metric/v1_1_0.py +63 -0
- osdu_models/abstract/abstract_reference_level/__init__.py +2 -0
- osdu_models/abstract/abstract_reference_level/v1_0_0.py +94 -0
- osdu_models/abstract/abstract_reference_property_type/__init__.py +2 -0
- osdu_models/abstract/abstract_reference_property_type/v1_1_0.py +72 -0
- osdu_models/abstract/abstract_reference_property_type/v1_2_0.py +89 -0
- osdu_models/abstract/abstract_reference_property_type/v1_2_1.py +91 -0
- osdu_models/abstract/abstract_reference_property_type/v1_2_2.py +91 -0
- osdu_models/abstract/abstract_remark/__init__.py +2 -0
- osdu_models/abstract/abstract_remark/v1_0_0.py +33 -0
- osdu_models/abstract/abstract_representation/__init__.py +2 -0
- osdu_models/abstract/abstract_representation/v1_0_0.py +104 -0
- osdu_models/abstract/abstract_sample_properties/__init__.py +2 -0
- osdu_models/abstract/abstract_sample_properties/v1_0_0.py +15 -0
- osdu_models/abstract/abstract_sample_properties/v1_1_0.py +44 -0
- osdu_models/abstract/abstract_seismic_precision/__init__.py +2 -0
- osdu_models/abstract/abstract_seismic_precision/v1_0_0.py +28 -0
- osdu_models/abstract/abstract_spatial_location/__init__.py +2 -0
- osdu_models/abstract/abstract_spatial_location/v1_0_0.py +94 -0
- osdu_models/abstract/abstract_spatial_location/v1_1_0.py +94 -0
- osdu_models/abstract/abstract_spatial_reference/__init__.py +2 -0
- osdu_models/abstract/abstract_spatial_reference/v1_0_0.py +75 -0
- osdu_models/abstract/abstract_stim_material_quantity/__init__.py +2 -0
- osdu_models/abstract/abstract_stim_material_quantity/v1_0_0.py +66 -0
- osdu_models/abstract/abstract_storage_location/__init__.py +2 -0
- osdu_models/abstract/abstract_storage_location/v1_0_0.py +47 -0
- osdu_models/abstract/abstract_technical_assurance/__init__.py +2 -0
- osdu_models/abstract/abstract_technical_assurance/v1_0_0.py +158 -0
- osdu_models/abstract/abstract_technical_assurance/v1_1_0.py +200 -0
- osdu_models/abstract/abstract_technical_assurance/v1_2_0.py +290 -0
- osdu_models/abstract/abstract_time_series_link/__init__.py +2 -0
- osdu_models/abstract/abstract_time_series_link/v1_0_0.py +31 -0
- osdu_models/abstract/abstract_trigger/__init__.py +2 -0
- osdu_models/abstract/abstract_trigger/v1_0_0.py +35 -0
- osdu_models/abstract/abstract_tubular_component_bend/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_bend/v1_0_0.py +23 -0
- osdu_models/abstract/abstract_tubular_component_bit_record/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_bit_record/v1_1_0.py +307 -0
- osdu_models/abstract/abstract_tubular_component_connection/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_connection/v1_0_0.py +81 -0
- osdu_models/abstract/abstract_tubular_component_hole_opener/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_hole_opener/v1_0_0.py +54 -0
- osdu_models/abstract/abstract_tubular_component_jar/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_jar/v1_0_0.py +55 -0
- osdu_models/abstract/abstract_tubular_component_motor/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_motor/v1_0_0.py +97 -0
- osdu_models/abstract/abstract_tubular_component_pressure_loss/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_pressure_loss/v1_0_0.py +23 -0
- osdu_models/abstract/abstract_tubular_component_rss/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_rss/v1_0_0.py +107 -0
- osdu_models/abstract/abstract_tubular_component_stabiliser/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_stabiliser/v1_0_0.py +90 -0
- osdu_models/abstract/abstract_unstructured_column_layer_grid_patch/__init__.py +2 -0
- osdu_models/abstract/abstract_unstructured_column_layer_grid_patch/v1_0_0.py +29 -0
- osdu_models/abstract/abstract_unstructured_grid_patch/__init__.py +2 -0
- osdu_models/abstract/abstract_unstructured_grid_patch/v1_0_0.py +36 -0
- osdu_models/abstract/abstract_vector_header_mapping/__init__.py +2 -0
- osdu_models/abstract/abstract_vector_header_mapping/v1_0_0.py +85 -0
- osdu_models/abstract/abstract_vector_header_mapping/v1_1_0.py +236 -0
- osdu_models/abstract/abstract_well_license_condition/__init__.py +2 -0
- osdu_models/abstract/abstract_well_license_condition/v1_0_0.py +165 -0
- osdu_models/abstract/abstract_well_license_service/__init__.py +2 -0
- osdu_models/abstract/abstract_well_license_service/v1_0_0.py +101 -0
- osdu_models/abstract/abstract_well_license_status/__init__.py +2 -0
- osdu_models/abstract/abstract_well_license_status/v1_0_0.py +67 -0
- osdu_models/abstract/abstract_well_license_violation/__init__.py +2 -0
- osdu_models/abstract/abstract_well_license_violation/v1_0_0.py +105 -0
- osdu_models/abstract/abstract_wellbore_drilling_reason/__init__.py +2 -0
- osdu_models/abstract/abstract_wellbore_drilling_reason/v1_0_0.py +32 -0
- osdu_models/abstract/abstract_wellbore_drilling_reason/v1_1_0.py +43 -0
- osdu_models/abstract/abstract_wellbore_drilling_reason/v1_1_1.py +43 -0
- osdu_models/abstract/abstract_work_product_component/__init__.py +2 -0
- osdu_models/abstract/abstract_work_product_component/v1_0_0.py +84 -0
- osdu_models/abstract/abstract_work_product_component/v1_1_0.py +84 -0
- osdu_models/abstract/abstract_wpcactivity/__init__.py +2 -0
- osdu_models/abstract/abstract_wpcactivity/v1_0_0.py +82 -0
- osdu_models/abstract/abstract_wpcactivity/v1_1_0.py +93 -0
- osdu_models/abstract/abstract_wpcactivity/v1_2_0.py +93 -0
- osdu_models/abstract/abstract_wpcactivity/v1_2_1.py +93 -0
- osdu_models/abstract/abstract_wpcgroup_type/__init__.py +2 -0
- osdu_models/abstract/abstract_wpcgroup_type/v1_0_0.py +72 -0
- osdu_models/abstract/abstract_wpcgroup_type/v1_1_0.py +97 -0
- osdu_models/abstract/abstract_wpcgroup_type/v1_2_0.py +97 -0
- osdu_models/dataset/__init__.py +2 -0
- osdu_models/dataset/connected_source_generic/__init__.py +2 -0
- osdu_models/dataset/connected_source_generic/v1_0_0.py +176 -0
- osdu_models/dataset/connected_source_generic/v1_0_1.py +176 -0
- osdu_models/dataset/etpdataspace/__init__.py +2 -0
- osdu_models/dataset/etpdataspace/v1_0_0.py +174 -0
- osdu_models/dataset/etpdataspace/v1_0_1.py +174 -0
- osdu_models/dataset/file_collection_bluware_open_vds/__init__.py +2 -0
- osdu_models/dataset/file_collection_bluware_open_vds/v1_0_0.py +220 -0
- osdu_models/dataset/file_collection_bluware_open_vds/v1_1_0.py +264 -0
- osdu_models/dataset/file_collection_bluware_open_vds/v1_2_0.py +264 -0
- osdu_models/dataset/file_collection_epc/__init__.py +2 -0
- osdu_models/dataset/file_collection_epc/v1_0_0.py +167 -0
- osdu_models/dataset/file_collection_epc/v1_0_1.py +167 -0
- osdu_models/dataset/file_collection_epc/v1_0_2.py +167 -0
- osdu_models/dataset/file_collection_esri_shape/__init__.py +2 -0
- osdu_models/dataset/file_collection_esri_shape/v1_0_0.py +221 -0
- osdu_models/dataset/file_collection_esri_shape/v1_1_0.py +221 -0
- osdu_models/dataset/file_collection_generic/__init__.py +2 -0
- osdu_models/dataset/file_collection_generic/v1_0_0.py +214 -0
- osdu_models/dataset/file_collection_generic/v1_1_0.py +214 -0
- osdu_models/dataset/file_collection_sega/__init__.py +2 -0
- osdu_models/dataset/file_collection_sega/v1_0_0.py +304 -0
- osdu_models/dataset/file_collection_sega/v1_1_0.py +455 -0
- osdu_models/dataset/file_collection_segb/__init__.py +2 -0
- osdu_models/dataset/file_collection_segb/v1_0_0.py +304 -0
- osdu_models/dataset/file_collection_segb/v1_1_0.py +455 -0
- osdu_models/dataset/file_collection_segd/__init__.py +2 -0
- osdu_models/dataset/file_collection_segd/v1_0_0.py +308 -0
- osdu_models/dataset/file_collection_segd/v1_1_0.py +313 -0
- osdu_models/dataset/file_collection_segd/v1_2_0.py +464 -0
- osdu_models/dataset/file_collection_segy/__init__.py +2 -0
- osdu_models/dataset/file_collection_segy/v1_0_0.py +287 -0
- osdu_models/dataset/file_collection_segy/v1_1_0.py +292 -0
- osdu_models/dataset/file_collection_segy/v1_2_0.py +464 -0
- osdu_models/dataset/file_collection_segy/v1_3_0.py +464 -0
- osdu_models/dataset/file_collection_slb_open_zgy/__init__.py +2 -0
- osdu_models/dataset/file_collection_slb_open_zgy/v1_0_0.py +214 -0
- osdu_models/dataset/file_collection_slb_open_zgy/v1_1_0.py +224 -0
- osdu_models/dataset/file_collection_slb_open_zgy/v1_2_0.py +224 -0
- osdu_models/dataset/file_collection_tgs_mdio/__init__.py +2 -0
- osdu_models/dataset/file_collection_tgs_mdio/v1_0_0.py +262 -0
- osdu_models/dataset/file_compressed_vector_headers/__init__.py +2 -0
- osdu_models/dataset/file_compressed_vector_headers/v1_0_0.py +255 -0
- osdu_models/dataset/file_compressed_vector_headers/v1_1_0.py +418 -0
- osdu_models/dataset/file_eml/__init__.py +2 -0
- osdu_models/dataset/file_eml/v1_0_0.py +169 -0
- osdu_models/dataset/file_eml/v1_1_0.py +169 -0
- osdu_models/dataset/file_generic/__init__.py +2 -0
- osdu_models/dataset/file_generic/v1_0_0.py +169 -0
- osdu_models/dataset/file_generic/v1_1_0.py +169 -0
- osdu_models/dataset/file_geo_json/__init__.py +2 -0
- osdu_models/dataset/file_geo_json/v1_0_0.py +169 -0
- osdu_models/dataset/file_geo_json/v1_1_0.py +169 -0
- osdu_models/dataset/file_hdf5/__init__.py +2 -0
- osdu_models/dataset/file_hdf5/v1_0_0.py +169 -0
- osdu_models/dataset/file_hdf5/v1_1_0.py +169 -0
- osdu_models/dataset/file_image_jpeg/__init__.py +2 -0
- osdu_models/dataset/file_image_jpeg/v1_0_0.py +169 -0
- osdu_models/dataset/file_image_jpeg/v1_1_0.py +169 -0
- osdu_models/dataset/file_image_png/__init__.py +2 -0
- osdu_models/dataset/file_image_png/v1_0_0.py +169 -0
- osdu_models/dataset/file_image_png/v1_1_0.py +169 -0
- osdu_models/dataset/file_image_tiff/__init__.py +2 -0
- osdu_models/dataset/file_image_tiff/v1_0_0.py +169 -0
- osdu_models/dataset/file_image_tiff/v1_1_0.py +169 -0
- osdu_models/dataset/file_image_world_file/__init__.py +2 -0
- osdu_models/dataset/file_image_world_file/v1_0_0.py +176 -0
- osdu_models/dataset/file_image_world_file/v1_1_0.py +176 -0
- osdu_models/dataset/file_ogc_geo_tiff/__init__.py +2 -0
- osdu_models/dataset/file_ogc_geo_tiff/v1_0_0.py +219 -0
- osdu_models/dataset/file_ogc_geo_tiff/v1_1_0.py +219 -0
- osdu_models/dataset/file_prodml/__init__.py +2 -0
- osdu_models/dataset/file_prodml/v1_0_0.py +169 -0
- osdu_models/dataset/file_prodml/v1_1_0.py +169 -0
- osdu_models/dataset/file_seismic_histogram/__init__.py +2 -0
- osdu_models/dataset/file_seismic_histogram/v1_0_0.py +179 -0
- osdu_models/dataset/file_seismic_histogram/v1_1_0.py +179 -0
- osdu_models/dataset/file_seismic_line_geometry/__init__.py +2 -0
- osdu_models/dataset/file_seismic_line_geometry/v1_0_0.py +179 -0
- osdu_models/dataset/file_seismic_line_geometry/v1_1_0.py +179 -0
- osdu_models/dataset/file_tabular_data/__init__.py +2 -0
- osdu_models/dataset/file_tabular_data/v1_0_0.py +264 -0
- osdu_models/dataset/file_witsml/__init__.py +2 -0
- osdu_models/dataset/file_witsml/v1_0_0.py +175 -0
- osdu_models/dataset/file_witsml/v1_1_0.py +175 -0
- osdu_models/dataset/physical_media/__init__.py +2 -0
- osdu_models/dataset/physical_media/v1_0_0.py +194 -0
- osdu_models/dataset/physical_media/v1_0_1.py +194 -0
- osdu_models/masterdata/__init__.py +2 -0
- osdu_models/masterdata/activity_plan/__init__.py +2 -0
- osdu_models/masterdata/activity_plan/v1_0_0.py +236 -0
- osdu_models/masterdata/activity_plan/v1_1_0.py +240 -0
- osdu_models/masterdata/activity_plan/v1_2_0.py +240 -0
- osdu_models/masterdata/activity_template/__init__.py +2 -0
- osdu_models/masterdata/activity_template/v1_0_0.py +111 -0
- osdu_models/masterdata/activity_template/v1_1_0.py +111 -0
- osdu_models/masterdata/activity_template_arc/__init__.py +2 -0
- osdu_models/masterdata/activity_template_arc/v1_0_0.py +89 -0
- osdu_models/masterdata/activity_template_arc/v1_1_0.py +89 -0
- osdu_models/masterdata/agreement/__init__.py +2 -0
- osdu_models/masterdata/agreement/v1_0_0.py +113 -0
- osdu_models/masterdata/agreement/v1_1_0.py +121 -0
- osdu_models/masterdata/basin/__init__.py +2 -0
- osdu_models/masterdata/basin/v1_0_0.py +53 -0
- osdu_models/masterdata/basin/v1_1_0.py +53 -0
- osdu_models/masterdata/basin/v1_2_0.py +61 -0
- osdu_models/masterdata/bharun/__init__.py +2 -0
- osdu_models/masterdata/bharun/v1_0_0.py +1353 -0
- osdu_models/masterdata/bharun/v1_1_0.py +1353 -0
- osdu_models/masterdata/bharun/v1_2_0.py +1357 -0
- osdu_models/masterdata/bharun/v2_0_0.py +1504 -0
- osdu_models/masterdata/bharun/v2_1_0.py +1539 -0
- osdu_models/masterdata/blowout_preventer/__init__.py +2 -0
- osdu_models/masterdata/blowout_preventer/v1_0_0.py +319 -0
- osdu_models/masterdata/blowout_preventer_component/__init__.py +2 -0
- osdu_models/masterdata/blowout_preventer_component/v1_0_0.py +162 -0
- osdu_models/masterdata/boundary_feature/__init__.py +2 -0
- osdu_models/masterdata/boundary_feature/v1_0_0.py +23 -0
- osdu_models/masterdata/boundary_feature/v1_1_0.py +23 -0
- osdu_models/masterdata/business_associate/__init__.py +2 -0
- osdu_models/masterdata/business_associate/v1_0_0.py +348 -0
- osdu_models/masterdata/business_decision/__init__.py +2 -0
- osdu_models/masterdata/business_decision/v1_0_0.py +188 -0
- osdu_models/masterdata/casing_design/__init__.py +2 -0
- osdu_models/masterdata/casing_design/v1_0_0.py +59 -0
- osdu_models/masterdata/casing_design/v1_1_0.py +59 -0
- osdu_models/masterdata/casing_design/v1_2_0.py +63 -0
- osdu_models/masterdata/collaboration_project/__init__.py +2 -0
- osdu_models/masterdata/collaboration_project/v1_0_0.py +107 -0
- osdu_models/masterdata/column_based_table_template/__init__.py +2 -0
- osdu_models/masterdata/column_based_table_template/v1_0_0.py +46 -0
- osdu_models/masterdata/column_based_table_template/v1_0_1.py +46 -0
- osdu_models/masterdata/connected_source_data_job/__init__.py +2 -0
- osdu_models/masterdata/connected_source_data_job/v1_0_0.py +182 -0
- osdu_models/masterdata/connected_source_data_job/v1_1_0.py +197 -0
- osdu_models/masterdata/connected_source_data_job/v1_2_0.py +209 -0
- osdu_models/masterdata/connected_source_data_job/v1_3_0.py +183 -0
- osdu_models/masterdata/connected_source_data_job/v1_4_0.py +186 -0
- osdu_models/masterdata/connected_source_data_job/v1_5_0.py +222 -0
- osdu_models/masterdata/connected_source_data_job/v1_6_0.py +228 -0
- osdu_models/masterdata/connected_source_data_job/v1_7_0.py +258 -0
- osdu_models/masterdata/connected_source_data_job/v1_8_0.py +285 -0
- osdu_models/masterdata/connected_source_registry_entry/__init__.py +2 -0
- osdu_models/masterdata/connected_source_registry_entry/v1_0_0.py +180 -0
- osdu_models/masterdata/connected_source_registry_entry/v1_1_0.py +288 -0
- osdu_models/masterdata/connected_source_registry_entry/v1_2_0.py +289 -0
- osdu_models/masterdata/connected_source_registry_entry/v1_3_0.py +292 -0
- osdu_models/masterdata/connected_source_registry_entry/v1_4_0.py +316 -0
- osdu_models/masterdata/connected_source_registry_entry/v1_5_0.py +386 -0
- osdu_models/masterdata/coring/__init__.py +2 -0
- osdu_models/masterdata/coring/v1_0_0.py +332 -0
- osdu_models/masterdata/coring/v1_1_0.py +332 -0
- osdu_models/masterdata/coring/v1_1_1.py +332 -0
- osdu_models/masterdata/evaluation_plan/__init__.py +2 -0
- osdu_models/masterdata/evaluation_plan/v1_0_0.py +232 -0
- osdu_models/masterdata/evaluation_plan/v1_1_0.py +232 -0
- osdu_models/masterdata/field/__init__.py +2 -0
- osdu_models/masterdata/field/v1_0_0.py +44 -0
- osdu_models/masterdata/field/v1_1_0.py +44 -0
- osdu_models/masterdata/fluids_program/__init__.py +2 -0
- osdu_models/masterdata/fluids_program/v1_0_0.py +262 -0
- osdu_models/masterdata/fluids_program/v1_1_0.py +262 -0
- osdu_models/masterdata/fluids_program/v1_2_0.py +270 -0
- osdu_models/masterdata/fluids_program/v1_3_0.py +296 -0
- osdu_models/masterdata/fluids_report/__init__.py +2 -0
- osdu_models/masterdata/fluids_report/v1_0_0.py +458 -0
- osdu_models/masterdata/fluids_report/v1_1_0.py +465 -0
- osdu_models/masterdata/fluids_report/v1_2_0.py +465 -0
- osdu_models/masterdata/generic_facility/__init__.py +2 -0
- osdu_models/masterdata/generic_facility/v1_0_0.py +20 -0
- osdu_models/masterdata/generic_facility/v1_0_1.py +20 -0
- osdu_models/masterdata/generic_site/__init__.py +2 -0
- osdu_models/masterdata/generic_site/v1_0_0.py +35 -0
- osdu_models/masterdata/generic_site/v1_1_0.py +42 -0
- osdu_models/masterdata/generic_site/v1_1_1.py +42 -0
- osdu_models/masterdata/geo_political_entity/__init__.py +2 -0
- osdu_models/masterdata/geo_political_entity/v1_0_0.py +72 -0
- osdu_models/masterdata/geo_political_entity/v1_1_0.py +72 -0
- osdu_models/masterdata/geometric_target_set/__init__.py +2 -0
- osdu_models/masterdata/geometric_target_set/v1_0_0.py +190 -0
- osdu_models/masterdata/geometric_target_set/v1_1_0.py +190 -0
- osdu_models/masterdata/gravity_magnetic_acquisition_survey/__init__.py +2 -0
- osdu_models/masterdata/gravity_magnetic_acquisition_survey/v1_0_0.py +271 -0
- osdu_models/masterdata/hole_section/__init__.py +2 -0
- osdu_models/masterdata/hole_section/v1_0_0.py +45 -0
- osdu_models/masterdata/hole_section/v1_1_0.py +52 -0
- osdu_models/masterdata/hole_section/v1_2_0.py +105 -0
- osdu_models/masterdata/hole_section/v1_3_0.py +105 -0
- osdu_models/masterdata/hole_section/v1_4_0.py +122 -0
- osdu_models/masterdata/isolated_interval/__init__.py +2 -0
- osdu_models/masterdata/isolated_interval/v1_0_0.py +110 -0
- osdu_models/masterdata/isolated_interval/v1_1_0.py +110 -0
- osdu_models/masterdata/isolated_interval/v1_2_0.py +211 -0
- osdu_models/masterdata/model_feature/__init__.py +2 -0
- osdu_models/masterdata/model_feature/v1_0_0.py +23 -0
- osdu_models/masterdata/model_feature/v1_1_0.py +23 -0
- osdu_models/masterdata/operations_report/__init__.py +2 -0
- osdu_models/masterdata/operations_report/v1_0_0.py +1784 -0
- osdu_models/masterdata/operations_report/v1_1_0.py +2014 -0
- osdu_models/masterdata/operations_report/v1_2_0.py +2026 -0
- osdu_models/masterdata/operations_report/v1_3_0.py +2030 -0
- osdu_models/masterdata/operations_report/v1_4_0.py +2030 -0
- osdu_models/masterdata/organisation/__init__.py +2 -0
- osdu_models/masterdata/organisation/v1_0_0.py +61 -0
- osdu_models/masterdata/organisation/v1_1_0.py +68 -0
- osdu_models/masterdata/organisation/v1_2_0.py +68 -0
- osdu_models/masterdata/perforation_interval/__init__.py +2 -0
- osdu_models/masterdata/perforation_interval/v1_0_0.py +305 -0
- osdu_models/masterdata/perforation_interval/v1_1_0.py +305 -0
- osdu_models/masterdata/perforation_interval/v1_2_0.py +444 -0
- osdu_models/masterdata/perforation_job/__init__.py +2 -0
- osdu_models/masterdata/perforation_job/v1_0_0.py +259 -0
- osdu_models/masterdata/perforation_job/v1_1_0.py +259 -0
- osdu_models/masterdata/perforation_job/v1_2_0.py +263 -0
- osdu_models/masterdata/planned_cement_job/__init__.py +2 -0
- osdu_models/masterdata/planned_cement_job/v1_0_0.py +559 -0
- osdu_models/masterdata/planned_cement_job/v1_1_0.py +568 -0
- osdu_models/masterdata/planned_cement_job/v1_2_0.py +568 -0
- osdu_models/masterdata/planned_cement_job/v1_3_0.py +580 -0
- osdu_models/masterdata/planned_cement_job/v1_4_0.py +615 -0
- osdu_models/masterdata/play/__init__.py +2 -0
- osdu_models/masterdata/play/v1_0_0.py +51 -0
- osdu_models/masterdata/play/v1_1_0.py +51 -0
- osdu_models/masterdata/prospect/__init__.py +2 -0
- osdu_models/masterdata/prospect/v1_0_0.py +53 -0
- osdu_models/masterdata/prospect/v1_1_0.py +53 -0
- osdu_models/masterdata/reference_level/__init__.py +2 -0
- osdu_models/masterdata/reference_level/v1_0_0.py +32 -0
- osdu_models/masterdata/reference_level/v1_1_0.py +32 -0
- osdu_models/masterdata/reservoir/__init__.py +2 -0
- osdu_models/masterdata/reservoir/v0_0_0.py +23 -0
- osdu_models/masterdata/reservoir/v1_0_0.py +38 -0
- osdu_models/masterdata/reservoir/v1_1_0.py +38 -0
- osdu_models/masterdata/reservoir/v1_2_0.py +43 -0
- osdu_models/masterdata/reservoir/v2_0_0.py +38 -0
- osdu_models/masterdata/reservoir_segment/__init__.py +2 -0
- osdu_models/masterdata/reservoir_segment/v0_0_0.py +30 -0
- osdu_models/masterdata/reservoir_segment/v1_0_0.py +60 -0
- osdu_models/masterdata/reservoir_segment/v1_1_0.py +292 -0
- osdu_models/masterdata/reservoir_segment/v1_2_0.py +298 -0
- osdu_models/masterdata/reservoir_segment/v2_0_0.py +83 -0
- osdu_models/masterdata/rig/__init__.py +2 -0
- osdu_models/masterdata/rig/v1_0_0.py +38 -0
- osdu_models/masterdata/rig/v1_1_0.py +38 -0
- osdu_models/masterdata/rig/v1_2_0.py +38 -0
- osdu_models/masterdata/rig_utilization/__init__.py +2 -0
- osdu_models/masterdata/rig_utilization/v1_0_0.py +119 -0
- osdu_models/masterdata/rig_utilization/v1_1_0.py +119 -0
- osdu_models/masterdata/risk/__init__.py +2 -0
- osdu_models/masterdata/risk/v1_0_0.py +284 -0
- osdu_models/masterdata/risk/v1_1_0.py +284 -0
- osdu_models/masterdata/risk/v1_2_0.py +317 -0
- osdu_models/masterdata/rock_sample/__init__.py +2 -0
- osdu_models/masterdata/rock_sample/v1_0_0.py +187 -0
- osdu_models/masterdata/rock_sample/v1_1_0.py +187 -0
- osdu_models/masterdata/rock_sample/v1_1_1.py +187 -0
- osdu_models/masterdata/rock_volume_feature/__init__.py +2 -0
- osdu_models/masterdata/rock_volume_feature/v1_0_0.py +23 -0
- osdu_models/masterdata/rock_volume_feature/v1_1_0.py +23 -0
- osdu_models/masterdata/sample/__init__.py +2 -0
- osdu_models/masterdata/sample/v1_0_0.py +19 -0
- osdu_models/masterdata/sample/v2_0_0.py +740 -0
- osdu_models/masterdata/sample/v2_1_0.py +740 -0
- osdu_models/masterdata/sample/v3_0_0.py +775 -0
- osdu_models/masterdata/sample_acquisition_job/__init__.py +2 -0
- osdu_models/masterdata/sample_acquisition_job/v1_0_0.py +31 -0
- osdu_models/masterdata/sample_chain_of_custody_event/__init__.py +2 -0
- osdu_models/masterdata/sample_chain_of_custody_event/v1_0_0.py +189 -0
- osdu_models/masterdata/sample_chain_of_custody_event/v1_1_0.py +189 -0
- osdu_models/masterdata/sample_container/__init__.py +2 -0
- osdu_models/masterdata/sample_container/v1_0_0.py +188 -0
- osdu_models/masterdata/seismic2_dinterpretation_set/__init__.py +2 -0
- osdu_models/masterdata/seismic2_dinterpretation_set/v1_0_0.py +43 -0
- osdu_models/masterdata/seismic2_dinterpretation_set/v1_1_0.py +50 -0
- osdu_models/masterdata/seismic2_dinterpretation_set/v1_2_0.py +50 -0
- osdu_models/masterdata/seismic3_dinterpretation_set/__init__.py +2 -0
- osdu_models/masterdata/seismic3_dinterpretation_set/v1_0_0.py +29 -0
- osdu_models/masterdata/seismic3_dinterpretation_set/v1_1_0.py +32 -0
- osdu_models/masterdata/seismic3_dinterpretation_set/v1_2_0.py +32 -0
- osdu_models/masterdata/seismic_acquisition_survey/__init__.py +2 -0
- osdu_models/masterdata/seismic_acquisition_survey/v1_0_0.py +107 -0
- osdu_models/masterdata/seismic_acquisition_survey/v1_1_0.py +247 -0
- osdu_models/masterdata/seismic_acquisition_survey/v1_2_0.py +286 -0
- osdu_models/masterdata/seismic_acquisition_survey/v1_3_0.py +295 -0
- osdu_models/masterdata/seismic_acquisition_survey/v1_4_0.py +295 -0
- osdu_models/masterdata/seismic_processing_project/__init__.py +2 -0
- osdu_models/masterdata/seismic_processing_project/v1_0_0.py +31 -0
- osdu_models/masterdata/seismic_processing_project/v1_1_0.py +34 -0
- osdu_models/masterdata/seismic_processing_project/v1_2_0.py +43 -0
- osdu_models/masterdata/seismic_processing_project/v1_3_0.py +43 -0
- osdu_models/masterdata/seismic_processing_project/v1_4_0.py +64 -0
- osdu_models/masterdata/storage_facility/__init__.py +2 -0
- osdu_models/masterdata/storage_facility/v1_0_0.py +24 -0
- osdu_models/masterdata/storage_facility/v1_1_0.py +24 -0
- osdu_models/masterdata/storage_facility/v1_2_0.py +24 -0
- osdu_models/masterdata/survey_program/__init__.py +2 -0
- osdu_models/masterdata/survey_program/v1_0_0.py +104 -0
- osdu_models/masterdata/survey_program/v1_1_0.py +130 -0
- osdu_models/masterdata/survey_program/v1_2_0.py +137 -0
- osdu_models/masterdata/tubular_assembly/__init__.py +2 -0
- osdu_models/masterdata/tubular_assembly/v2_0_0.py +286 -0
- osdu_models/masterdata/tubular_assembly/v2_1_0.py +398 -0
- osdu_models/masterdata/tubular_component/__init__.py +2 -0
- osdu_models/masterdata/tubular_component/v2_0_0.py +188 -0
- osdu_models/masterdata/tubular_component/v2_1_0.py +382 -0
- osdu_models/masterdata/tubular_component/v2_2_0.py +482 -0
- osdu_models/masterdata/tubular_component/v2_3_0.py +533 -0
- osdu_models/masterdata/tubular_component/v2_4_0.py +587 -0
- osdu_models/masterdata/tubular_external_component/__init__.py +2 -0
- osdu_models/masterdata/tubular_external_component/v2_0_0.py +132 -0
- osdu_models/masterdata/tubular_umbilical/__init__.py +2 -0
- osdu_models/masterdata/tubular_umbilical/v2_0_0.py +130 -0
- osdu_models/masterdata/user_profile/__init__.py +2 -0
- osdu_models/masterdata/user_profile/v1_0_0.py +133 -0
- osdu_models/masterdata/well/__init__.py +2 -0
- osdu_models/masterdata/well/v1_0_0.py +59 -0
- osdu_models/masterdata/well/v1_1_0.py +165 -0
- osdu_models/masterdata/well/v1_2_0.py +165 -0
- osdu_models/masterdata/well/v1_3_0.py +165 -0
- osdu_models/masterdata/well/v1_4_0.py +189 -0
- osdu_models/masterdata/well_activity/__init__.py +2 -0
- osdu_models/masterdata/well_activity/v1_0_0.py +131 -0
- osdu_models/masterdata/well_activity/v1_1_0.py +163 -0
- osdu_models/masterdata/well_activity/v1_2_0.py +167 -0
- osdu_models/masterdata/well_activity_program/__init__.py +2 -0
- osdu_models/masterdata/well_activity_program/v1_0_0.py +157 -0
- osdu_models/masterdata/well_activity_program/v1_1_0.py +157 -0
- osdu_models/masterdata/well_barrier_element_test/__init__.py +2 -0
- osdu_models/masterdata/well_barrier_element_test/v1_0_0.py +383 -0
- osdu_models/masterdata/well_barrier_element_test/v1_1_0.py +383 -0
- osdu_models/masterdata/well_barrier_element_test/v1_2_0.py +385 -0
- osdu_models/masterdata/well_barrier_element_test/v1_3_0.py +592 -0
- osdu_models/masterdata/well_license/__init__.py +2 -0
- osdu_models/masterdata/well_license/v1_0_0.py +256 -0
- osdu_models/masterdata/well_log_acquisition/__init__.py +2 -0
- osdu_models/masterdata/well_log_acquisition/v1_0_0.py +239 -0
- osdu_models/masterdata/well_planning_well/__init__.py +2 -0
- osdu_models/masterdata/well_planning_well/v1_0_0.py +63 -0
- osdu_models/masterdata/well_planning_well/v1_1_0.py +64 -0
- osdu_models/masterdata/well_planning_wellbore/__init__.py +2 -0
- osdu_models/masterdata/well_planning_wellbore/v1_0_0.py +99 -0
- osdu_models/masterdata/well_planning_wellbore/v1_1_0.py +100 -0
- osdu_models/masterdata/well_planning_wellbore/v1_2_0.py +111 -0
- osdu_models/masterdata/well_planning_wellbore/v1_3_0.py +131 -0
- osdu_models/masterdata/well_planning_wellbore/v1_4_0.py +138 -0
- osdu_models/masterdata/well_pressure_test_acquisition_job/__init__.py +2 -0
- osdu_models/masterdata/well_pressure_test_acquisition_job/v1_0_0.py +202 -0
- osdu_models/masterdata/well_pressure_test_acquisition_job/v1_1_0.py +218 -0
- osdu_models/masterdata/well_pressure_test_acquisition_job/v1_2_0.py +250 -0
- osdu_models/masterdata/well_site_structure/__init__.py +2 -0
- osdu_models/masterdata/well_site_structure/v1_0_0.py +164 -0
- osdu_models/masterdata/wellbore/__init__.py +2 -0
- osdu_models/masterdata/wellbore/v1_0_0.py +105 -0
- osdu_models/masterdata/wellbore/v1_1_0.py +264 -0
- osdu_models/masterdata/wellbore/v1_1_1.py +264 -0
- osdu_models/masterdata/wellbore/v1_2_0.py +264 -0
- osdu_models/masterdata/wellbore/v1_3_0.py +304 -0
- osdu_models/masterdata/wellbore/v1_4_0.py +304 -0
- osdu_models/masterdata/wellbore/v1_5_0.py +304 -0
- osdu_models/masterdata/wellbore/v1_5_1.py +304 -0
- osdu_models/masterdata/wellbore_architecture/__init__.py +2 -0
- osdu_models/masterdata/wellbore_architecture/v1_0_0.py +75 -0
- osdu_models/masterdata/wellbore_architecture/v1_1_0.py +75 -0
- osdu_models/masterdata/wellbore_architecture/v1_2_0.py +79 -0
- osdu_models/masterdata/wellbore_hold_up_depth/__init__.py +2 -0
- osdu_models/masterdata/wellbore_hold_up_depth/v1_0_0.py +218 -0
- osdu_models/masterdata/wellbore_opening/__init__.py +2 -0
- osdu_models/masterdata/wellbore_opening/v1_0_0.py +129 -0
- osdu_models/masterdata/wellbore_opening/v1_1_0.py +138 -0
- osdu_models/masterdata/wellbore_opening/v1_2_0.py +138 -0
- osdu_models/workproductcomponent/__init__.py +2 -0
- osdu_models/workproductcomponent/activity/__init__.py +2 -0
- osdu_models/workproductcomponent/activity/v1_0_0.py +28 -0
- osdu_models/workproductcomponent/activity/v1_1_0.py +28 -0
- osdu_models/workproductcomponent/activity/v1_2_0.py +28 -0
- osdu_models/workproductcomponent/activity/v1_3_0.py +28 -0
- osdu_models/workproductcomponent/activity/v1_4_0.py +28 -0
- osdu_models/workproductcomponent/aquifer_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/aquifer_interpretation/v1_0_0.py +246 -0
- osdu_models/workproductcomponent/aquifer_interpretation/v1_1_0.py +271 -0
- osdu_models/workproductcomponent/aquifer_interpretation/v1_2_0.py +275 -0
- osdu_models/workproductcomponent/biostratigraphic_study/__init__.py +2 -0
- osdu_models/workproductcomponent/biostratigraphic_study/v1_0_0.py +96 -0
- osdu_models/workproductcomponent/cement_job/__init__.py +2 -0
- osdu_models/workproductcomponent/cement_job/v1_0_0.py +2855 -0
- osdu_models/workproductcomponent/cement_job/v1_1_0.py +2875 -0
- osdu_models/workproductcomponent/cement_job/v1_2_0.py +2875 -0
- osdu_models/workproductcomponent/cement_job/v1_3_0.py +2934 -0
- osdu_models/workproductcomponent/collaboration_project_collection/__init__.py +2 -0
- osdu_models/workproductcomponent/collaboration_project_collection/v1_0_0.py +43 -0
- osdu_models/workproductcomponent/column_based_table/__init__.py +2 -0
- osdu_models/workproductcomponent/column_based_table/v1_0_0.py +101 -0
- osdu_models/workproductcomponent/column_based_table/v1_1_0.py +101 -0
- osdu_models/workproductcomponent/column_based_table/v1_2_0.py +101 -0
- osdu_models/workproductcomponent/column_based_table/v1_3_0.py +110 -0
- osdu_models/workproductcomponent/column_based_table/v1_4_0.py +126 -0
- osdu_models/workproductcomponent/data_quality/__init__.py +2 -0
- osdu_models/workproductcomponent/data_quality/v1_0_0.py +41 -0
- osdu_models/workproductcomponent/data_quality/v1_1_0.py +41 -0
- osdu_models/workproductcomponent/data_quality/v1_2_0.py +41 -0
- osdu_models/workproductcomponent/data_quality/v1_3_0.py +41 -0
- osdu_models/workproductcomponent/data_quality/v2_0_0.py +209 -0
- osdu_models/workproductcomponent/data_quality_summary/__init__.py +2 -0
- osdu_models/workproductcomponent/data_quality_summary/v1_0_0.py +151 -0
- osdu_models/workproductcomponent/document/__init__.py +2 -0
- osdu_models/workproductcomponent/document/v1_0_0.py +55 -0
- osdu_models/workproductcomponent/document/v1_1_0.py +55 -0
- osdu_models/workproductcomponent/document/v1_2_0.py +55 -0
- osdu_models/workproductcomponent/document/v1_3_0.py +88 -0
- osdu_models/workproductcomponent/document/v2_0_0.py +95 -0
- osdu_models/workproductcomponent/downtime_event/__init__.py +2 -0
- osdu_models/workproductcomponent/downtime_event/v1_0_0.py +323 -0
- osdu_models/workproductcomponent/earth_model_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/earth_model_interpretation/v1_0_0.py +338 -0
- osdu_models/workproductcomponent/earth_model_interpretation/v1_1_0.py +363 -0
- osdu_models/workproductcomponent/earth_model_interpretation/v1_2_0.py +367 -0
- osdu_models/workproductcomponent/fault_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/fault_interpretation/v1_0_0.py +118 -0
- osdu_models/workproductcomponent/fault_interpretation/v1_1_0.py +118 -0
- osdu_models/workproductcomponent/fault_interpretation/v1_2_0.py +118 -0
- osdu_models/workproductcomponent/fault_interpretation/v1_3_0.py +132 -0
- osdu_models/workproductcomponent/fault_system/__init__.py +2 -0
- osdu_models/workproductcomponent/fault_system/v1_0_0.py +217 -0
- osdu_models/workproductcomponent/fault_system/v1_1_0.py +256 -0
- osdu_models/workproductcomponent/fault_system/v1_2_0.py +267 -0
- osdu_models/workproductcomponent/fault_system/v1_3_0.py +267 -0
- osdu_models/workproductcomponent/fault_system/v1_4_0.py +267 -0
- osdu_models/workproductcomponent/fault_system/v1_4_1.py +267 -0
- osdu_models/workproductcomponent/flow_test/__init__.py +2 -0
- osdu_models/workproductcomponent/flow_test/v1_0_0.py +170 -0
- osdu_models/workproductcomponent/fluid_boundary_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/fluid_boundary_interpretation/v1_0_0.py +261 -0
- osdu_models/workproductcomponent/fluid_boundary_interpretation/v1_1_0.py +286 -0
- osdu_models/workproductcomponent/fluid_boundary_interpretation/v1_2_0.py +290 -0
- osdu_models/workproductcomponent/fluid_model/__init__.py +2 -0
- osdu_models/workproductcomponent/fluid_model/v1_0_0.py +203 -0
- osdu_models/workproductcomponent/formation_integrity_test/__init__.py +2 -0
- osdu_models/workproductcomponent/formation_integrity_test/v1_0_0.py +745 -0
- osdu_models/workproductcomponent/formation_integrity_test/v1_1_0.py +745 -0
- osdu_models/workproductcomponent/formation_integrity_test/v1_2_0.py +757 -0
- osdu_models/workproductcomponent/generic_image/__init__.py +2 -0
- osdu_models/workproductcomponent/generic_image/v1_0_0.py +31 -0
- osdu_models/workproductcomponent/generic_image/v1_1_0.py +31 -0
- osdu_models/workproductcomponent/generic_image/v1_2_0.py +31 -0
- osdu_models/workproductcomponent/generic_property/__init__.py +2 -0
- osdu_models/workproductcomponent/generic_property/v1_0_0.py +111 -0
- osdu_models/workproductcomponent/generic_property/v1_1_0.py +111 -0
- osdu_models/workproductcomponent/generic_property/v1_2_0.py +111 -0
- osdu_models/workproductcomponent/generic_property/v1_3_0.py +111 -0
- osdu_models/workproductcomponent/generic_representation/__init__.py +2 -0
- osdu_models/workproductcomponent/generic_representation/v1_0_0.py +54 -0
- osdu_models/workproductcomponent/generic_representation/v1_1_0.py +54 -0
- osdu_models/workproductcomponent/generic_representation/v1_2_0.py +54 -0
- osdu_models/workproductcomponent/geo_label_set/__init__.py +2 -0
- osdu_models/workproductcomponent/geo_label_set/v1_0_0.py +38 -0
- osdu_models/workproductcomponent/geo_label_set/v1_1_0.py +46 -0
- osdu_models/workproductcomponent/geo_referenced_image/__init__.py +2 -0
- osdu_models/workproductcomponent/geo_referenced_image/v1_0_0.py +86 -0
- osdu_models/workproductcomponent/geo_referenced_image/v1_1_0.py +83 -0
- osdu_models/workproductcomponent/geo_referenced_image/v1_2_0.py +83 -0
- osdu_models/workproductcomponent/geo_referenced_image/v1_3_0.py +83 -0
- osdu_models/workproductcomponent/geobody_boundary_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/geobody_boundary_interpretation/v1_0_0.py +37 -0
- osdu_models/workproductcomponent/geobody_boundary_interpretation/v1_1_0.py +37 -0
- osdu_models/workproductcomponent/geobody_boundary_interpretation/v1_2_0.py +37 -0
- osdu_models/workproductcomponent/geobody_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/geobody_interpretation/v1_0_0.py +276 -0
- osdu_models/workproductcomponent/geobody_interpretation/v1_1_0.py +301 -0
- osdu_models/workproductcomponent/geobody_interpretation/v1_2_0.py +305 -0
- osdu_models/workproductcomponent/geobody_interpretation/v1_3_0.py +354 -0
- osdu_models/workproductcomponent/geologic_unit_occurrence_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/geologic_unit_occurrence_interpretation/v1_0_0.py +76 -0
- osdu_models/workproductcomponent/geologic_unit_occurrence_interpretation/v1_1_0.py +76 -0
- osdu_models/workproductcomponent/geologic_unit_occurrence_interpretation/v1_2_0.py +76 -0
- osdu_models/workproductcomponent/gp_grid_representation/__init__.py +2 -0
- osdu_models/workproductcomponent/gp_grid_representation/v1_0_0.py +49 -0
- osdu_models/workproductcomponent/gp_grid_representation/v1_1_0.py +49 -0
- osdu_models/workproductcomponent/gp_grid_representation/v1_2_0.py +49 -0
- osdu_models/workproductcomponent/grid_connection_set_representation/__init__.py +2 -0
- osdu_models/workproductcomponent/grid_connection_set_representation/v1_0_0.py +72 -0
- osdu_models/workproductcomponent/grid_connection_set_representation/v1_1_0.py +72 -0
- osdu_models/workproductcomponent/grid_connection_set_representation/v1_2_0.py +72 -0
- osdu_models/workproductcomponent/horizon_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/horizon_interpretation/v1_0_0.py +66 -0
- osdu_models/workproductcomponent/horizon_interpretation/v1_1_0.py +66 -0
- osdu_models/workproductcomponent/horizon_interpretation/v1_2_0.py +66 -0
- osdu_models/workproductcomponent/ijk_grid_numerical_aquifer_representation/__init__.py +2 -0
- osdu_models/workproductcomponent/ijk_grid_numerical_aquifer_representation/v1_0_0.py +375 -0
- osdu_models/workproductcomponent/ijk_grid_numerical_aquifer_representation/v1_1_0.py +400 -0
- osdu_models/workproductcomponent/ijk_grid_numerical_aquifer_representation/v1_2_0.py +400 -0
- osdu_models/workproductcomponent/ijk_grid_representation/__init__.py +2 -0
- osdu_models/workproductcomponent/ijk_grid_representation/v1_0_0.py +30 -0
- osdu_models/workproductcomponent/ijk_grid_representation/v1_1_0.py +30 -0
- osdu_models/workproductcomponent/ijk_grid_representation/v1_2_0.py +30 -0
- osdu_models/workproductcomponent/local_boundary_feature/__init__.py +2 -0
- osdu_models/workproductcomponent/local_boundary_feature/v1_0_0.py +31 -0
- osdu_models/workproductcomponent/local_boundary_feature/v1_1_0.py +31 -0
- osdu_models/workproductcomponent/local_boundary_feature/v1_2_0.py +31 -0
- osdu_models/workproductcomponent/local_model_compound_crs/__init__.py +2 -0
- osdu_models/workproductcomponent/local_model_compound_crs/v1_0_0.py +22 -0
- osdu_models/workproductcomponent/local_model_compound_crs/v1_1_0.py +22 -0
- osdu_models/workproductcomponent/local_model_compound_crs/v1_2_0.py +22 -0
- osdu_models/workproductcomponent/local_model_feature/__init__.py +2 -0
- osdu_models/workproductcomponent/local_model_feature/v1_0_0.py +29 -0
- osdu_models/workproductcomponent/local_model_feature/v1_1_0.py +29 -0
- osdu_models/workproductcomponent/local_model_feature/v1_2_0.py +29 -0
- osdu_models/workproductcomponent/local_rock_volume_feature/__init__.py +2 -0
- osdu_models/workproductcomponent/local_rock_volume_feature/v1_0_0.py +31 -0
- osdu_models/workproductcomponent/local_rock_volume_feature/v1_1_0.py +31 -0
- osdu_models/workproductcomponent/local_rock_volume_feature/v1_2_0.py +31 -0
- osdu_models/workproductcomponent/notional_seismic_line/__init__.py +2 -0
- osdu_models/workproductcomponent/notional_seismic_line/v1_0_0.py +26 -0
- osdu_models/workproductcomponent/notional_seismic_line/v1_1_0.py +26 -0
- osdu_models/workproductcomponent/notional_seismic_line/v1_2_0.py +26 -0
- osdu_models/workproductcomponent/notional_seismic_processing_product/__init__.py +2 -0
- osdu_models/workproductcomponent/notional_seismic_processing_product/v1_0_0.py +33 -0
- osdu_models/workproductcomponent/persisted_collection/__init__.py +2 -0
- osdu_models/workproductcomponent/persisted_collection/v1_0_0.py +260 -0
- osdu_models/workproductcomponent/persisted_collection/v1_1_0.py +285 -0
- osdu_models/workproductcomponent/persisted_collection/v1_2_0.py +285 -0
- osdu_models/workproductcomponent/planned_lithology/__init__.py +2 -0
- osdu_models/workproductcomponent/planned_lithology/v1_0_0.py +141 -0
- osdu_models/workproductcomponent/planned_lithology/v1_1_0.py +141 -0
- osdu_models/workproductcomponent/planned_lithology/v1_2_0.py +141 -0
- osdu_models/workproductcomponent/ppfgdataset/__init__.py +2 -0
- osdu_models/workproductcomponent/ppfgdataset/v1_0_0.py +199 -0
- osdu_models/workproductcomponent/ppfgdataset/v1_1_0.py +203 -0
- osdu_models/workproductcomponent/ppfgdataset/v1_2_0.py +203 -0
- osdu_models/workproductcomponent/processed_in_sar/__init__.py +2 -0
- osdu_models/workproductcomponent/processed_in_sar/v1_0_0.py +223 -0
- osdu_models/workproductcomponent/processed_in_sar/v1_1_0.py +223 -0
- osdu_models/workproductcomponent/processed_in_sar/v1_2_0.py +223 -0
- osdu_models/workproductcomponent/production_values/__init__.py +2 -0
- osdu_models/workproductcomponent/production_values/v1_0_0.py +212 -0
- osdu_models/workproductcomponent/production_values/v1_1_0.py +212 -0
- osdu_models/workproductcomponent/production_values/v1_1_1.py +212 -0
- osdu_models/workproductcomponent/reservoir_compartment_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/reservoir_compartment_interpretation/v1_0_0.py +314 -0
- osdu_models/workproductcomponent/reservoir_compartment_interpretation/v1_1_0.py +339 -0
- osdu_models/workproductcomponent/reservoir_compartment_interpretation/v1_2_0.py +343 -0
- osdu_models/workproductcomponent/reservoir_estimated_volumes/__init__.py +2 -0
- osdu_models/workproductcomponent/reservoir_estimated_volumes/v1_0_0.py +67 -0
- osdu_models/workproductcomponent/reservoir_estimated_volumes/v1_1_0.py +67 -0
- osdu_models/workproductcomponent/reservoir_estimated_volumes/v1_1_1.py +67 -0
- osdu_models/workproductcomponent/reservoir_model_scenario/__init__.py +2 -0
- osdu_models/workproductcomponent/reservoir_model_scenario/v1_0_0.py +58 -0
- osdu_models/workproductcomponent/reservoir_simulation_equilibrium_model/__init__.py +2 -0
- osdu_models/workproductcomponent/reservoir_simulation_equilibrium_model/v1_0_0.py +397 -0
- osdu_models/workproductcomponent/reservoir_simulation_model/__init__.py +2 -0
- osdu_models/workproductcomponent/reservoir_simulation_model/v1_0_0.py +230 -0
- osdu_models/workproductcomponent/reservoir_simulation_rock_physics_model/__init__.py +2 -0
- osdu_models/workproductcomponent/reservoir_simulation_rock_physics_model/v1_0_0.py +131 -0
- osdu_models/workproductcomponent/reservoir_simulation_run_configuration/__init__.py +2 -0
- osdu_models/workproductcomponent/reservoir_simulation_run_configuration/v1_0_0.py +90 -0
- osdu_models/workproductcomponent/rock_fluid_organization_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/rock_fluid_organization_interpretation/v1_0_0.py +263 -0
- osdu_models/workproductcomponent/rock_fluid_organization_interpretation/v1_1_0.py +288 -0
- osdu_models/workproductcomponent/rock_fluid_organization_interpretation/v1_2_0.py +292 -0
- osdu_models/workproductcomponent/rock_fluid_unit_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/rock_fluid_unit_interpretation/v1_0_0.py +285 -0
- osdu_models/workproductcomponent/rock_fluid_unit_interpretation/v1_1_0.py +310 -0
- osdu_models/workproductcomponent/rock_fluid_unit_interpretation/v1_2_0.py +314 -0
- osdu_models/workproductcomponent/rock_fluid_unit_interpretation/v1_3_0.py +363 -0
- osdu_models/workproductcomponent/rock_image/__init__.py +2 -0
- osdu_models/workproductcomponent/rock_image/v1_0_0.py +130 -0
- osdu_models/workproductcomponent/rock_image/v1_1_0.py +130 -0
- osdu_models/workproductcomponent/rock_image/v1_2_0.py +130 -0
- osdu_models/workproductcomponent/rock_image/v1_3_0.py +137 -0
- osdu_models/workproductcomponent/rock_image/v1_3_1.py +137 -0
- osdu_models/workproductcomponent/rock_sample_analysis/__init__.py +2 -0
- osdu_models/workproductcomponent/rock_sample_analysis/v1_0_0.py +327 -0
- osdu_models/workproductcomponent/rock_sample_analysis/v1_1_0.py +391 -0
- osdu_models/workproductcomponent/rock_sample_analysis/v1_2_0.py +391 -0
- osdu_models/workproductcomponent/rock_sample_analysis/v1_3_0.py +391 -0
- osdu_models/workproductcomponent/rock_sample_analysis/v1_3_1.py +391 -0
- osdu_models/workproductcomponent/sample_image/__init__.py +2 -0
- osdu_models/workproductcomponent/sample_image/v1_0_0.py +129 -0
- osdu_models/workproductcomponent/sample_image/v1_1_0.py +269 -0
- osdu_models/workproductcomponent/samples_analyses_report/__init__.py +2 -0
- osdu_models/workproductcomponent/samples_analyses_report/v1_0_0.py +129 -0
- osdu_models/workproductcomponent/samples_analysis/__init__.py +2 -0
- osdu_models/workproductcomponent/samples_analysis/v1_0_0.py +143 -0
- osdu_models/workproductcomponent/samples_analysis/v2_0_0.py +137 -0
- osdu_models/workproductcomponent/saturation_function_set/__init__.py +2 -0
- osdu_models/workproductcomponent/saturation_function_set/v1_0_0.py +174 -0
- osdu_models/workproductcomponent/sealed_surface_framework/__init__.py +2 -0
- osdu_models/workproductcomponent/sealed_surface_framework/v1_0_0.py +310 -0
- osdu_models/workproductcomponent/sealed_surface_framework/v1_1_0.py +335 -0
- osdu_models/workproductcomponent/sealed_surface_framework/v1_2_0.py +335 -0
- osdu_models/workproductcomponent/sealed_volume_framework/__init__.py +2 -0
- osdu_models/workproductcomponent/sealed_volume_framework/v1_0_0.py +308 -0
- osdu_models/workproductcomponent/sealed_volume_framework/v1_1_0.py +333 -0
- osdu_models/workproductcomponent/sealed_volume_framework/v1_2_0.py +333 -0
- osdu_models/workproductcomponent/seismic_acquisition_documents/__init__.py +2 -0
- osdu_models/workproductcomponent/seismic_acquisition_documents/v1_0_0.py +116 -0
- osdu_models/workproductcomponent/seismic_acquisition_documents/v1_1_0.py +116 -0
- osdu_models/workproductcomponent/seismic_acquisition_documents/v2_0_0.py +139 -0
- osdu_models/workproductcomponent/seismic_bin_grid/__init__.py +2 -0
- osdu_models/workproductcomponent/seismic_bin_grid/v1_0_0.py +28 -0
- osdu_models/workproductcomponent/seismic_bin_grid/v1_1_0.py +28 -0
- osdu_models/workproductcomponent/seismic_bin_grid/v1_2_0.py +28 -0
- osdu_models/workproductcomponent/seismic_bin_grid/v1_3_0.py +28 -0
- osdu_models/workproductcomponent/seismic_fault/__init__.py +2 -0
- osdu_models/workproductcomponent/seismic_fault/v1_0_0.py +160 -0
- osdu_models/workproductcomponent/seismic_fault/v1_1_0.py +160 -0
- osdu_models/workproductcomponent/seismic_fault/v1_2_0.py +160 -0
- osdu_models/workproductcomponent/seismic_fault/v1_3_0.py +179 -0
- osdu_models/workproductcomponent/seismic_fault/v2_0_0.py +433 -0
- osdu_models/workproductcomponent/seismic_field_trace_data/__init__.py +2 -0
- osdu_models/workproductcomponent/seismic_field_trace_data/v1_0_0.py +272 -0
- osdu_models/workproductcomponent/seismic_field_trace_data/v1_1_0.py +272 -0
- osdu_models/workproductcomponent/seismic_horizon/__init__.py +2 -0
- osdu_models/workproductcomponent/seismic_horizon/v1_0_0.py +226 -0
- osdu_models/workproductcomponent/seismic_horizon/v1_1_0.py +258 -0
- osdu_models/workproductcomponent/seismic_horizon/v1_2_0.py +258 -0
- osdu_models/workproductcomponent/seismic_horizon/v1_3_0.py +258 -0
- osdu_models/workproductcomponent/seismic_horizon/v2_0_0.py +475 -0
- osdu_models/workproductcomponent/seismic_line_geometry/__init__.py +2 -0
- osdu_models/workproductcomponent/seismic_line_geometry/v1_0_0.py +82 -0
- osdu_models/workproductcomponent/seismic_line_geometry/v1_1_0.py +82 -0
- osdu_models/workproductcomponent/seismic_line_geometry/v1_2_0.py +82 -0
- osdu_models/workproductcomponent/seismic_trace_data/__init__.py +2 -0
- osdu_models/workproductcomponent/seismic_trace_data/v1_0_0.py +376 -0
- osdu_models/workproductcomponent/seismic_trace_data/v1_1_0.py +470 -0
- osdu_models/workproductcomponent/seismic_trace_data/v1_2_0.py +497 -0
- osdu_models/workproductcomponent/seismic_trace_data/v1_3_0.py +515 -0
- osdu_models/workproductcomponent/seismic_trace_data/v1_4_0.py +515 -0
- osdu_models/workproductcomponent/seismic_trace_data/v1_5_0.py +515 -0
- osdu_models/workproductcomponent/seismic_trace_data/v1_5_1.py +515 -0
- osdu_models/workproductcomponent/seismic_trace_data/v1_6_0.py +535 -0
- osdu_models/workproductcomponent/soil_gas_monitoring/__init__.py +2 -0
- osdu_models/workproductcomponent/soil_gas_monitoring/v1_0_0.py +119 -0
- osdu_models/workproductcomponent/soil_gas_monitoring/v1_1_0.py +119 -0
- osdu_models/workproductcomponent/stimulation_job/__init__.py +2 -0
- osdu_models/workproductcomponent/stimulation_job/v1_0_0.py +285 -0
- osdu_models/workproductcomponent/stimulation_job/v1_1_0.py +333 -0
- osdu_models/workproductcomponent/stimulation_stage/__init__.py +2 -0
- osdu_models/workproductcomponent/stimulation_stage/v1_0_0.py +1768 -0
- osdu_models/workproductcomponent/stratigraphic_column/__init__.py +2 -0
- osdu_models/workproductcomponent/stratigraphic_column/v1_0_0.py +57 -0
- osdu_models/workproductcomponent/stratigraphic_column/v1_1_0.py +57 -0
- osdu_models/workproductcomponent/stratigraphic_column/v1_2_0.py +57 -0
- osdu_models/workproductcomponent/stratigraphic_column_rank_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/stratigraphic_column_rank_interpretation/v1_0_0.py +89 -0
- osdu_models/workproductcomponent/stratigraphic_column_rank_interpretation/v1_1_0.py +110 -0
- osdu_models/workproductcomponent/stratigraphic_column_rank_interpretation/v1_2_0.py +110 -0
- osdu_models/workproductcomponent/stratigraphic_column_rank_interpretation/v1_3_0.py +110 -0
- osdu_models/workproductcomponent/stratigraphic_unit_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/stratigraphic_unit_interpretation/v1_0_0.py +340 -0
- osdu_models/workproductcomponent/stratigraphic_unit_interpretation/v1_1_0.py +365 -0
- osdu_models/workproductcomponent/stratigraphic_unit_interpretation/v1_2_0.py +369 -0
- osdu_models/workproductcomponent/stratigraphic_unit_interpretation/v1_3_0.py +418 -0
- osdu_models/workproductcomponent/structural_organization_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/structural_organization_interpretation/v1_0_0.py +280 -0
- osdu_models/workproductcomponent/structural_organization_interpretation/v1_1_0.py +305 -0
- osdu_models/workproductcomponent/structural_organization_interpretation/v1_2_0.py +309 -0
- osdu_models/workproductcomponent/sub_representation/__init__.py +2 -0
- osdu_models/workproductcomponent/sub_representation/v1_0_0.py +77 -0
- osdu_models/workproductcomponent/sub_representation/v1_1_0.py +77 -0
- osdu_models/workproductcomponent/sub_representation/v1_2_0.py +77 -0
- osdu_models/workproductcomponent/time_series/__init__.py +2 -0
- osdu_models/workproductcomponent/time_series/v1_0_0.py +31 -0
- osdu_models/workproductcomponent/time_series/v1_1_0.py +31 -0
- osdu_models/workproductcomponent/time_series/v1_2_0.py +31 -0
- osdu_models/workproductcomponent/tubular_assembly/__init__.py +2 -0
- osdu_models/workproductcomponent/tubular_assembly/v1_0_0.py +178 -0
- osdu_models/workproductcomponent/tubular_assembly/v1_1_0.py +183 -0
- osdu_models/workproductcomponent/tubular_assembly/v1_2_0.py +216 -0
- osdu_models/workproductcomponent/tubular_assembly/v1_3_0.py +216 -0
- osdu_models/workproductcomponent/tubular_component/__init__.py +2 -0
- osdu_models/workproductcomponent/tubular_component/v1_0_0.py +187 -0
- osdu_models/workproductcomponent/tubular_component/v1_1_0.py +187 -0
- osdu_models/workproductcomponent/tubular_component/v1_2_0.py +187 -0
- osdu_models/workproductcomponent/tubular_component/v1_3_0.py +187 -0
- osdu_models/workproductcomponent/tubular_external_component/__init__.py +2 -0
- osdu_models/workproductcomponent/tubular_external_component/v1_0_0.py +317 -0
- osdu_models/workproductcomponent/tubular_external_component/v1_1_0.py +342 -0
- osdu_models/workproductcomponent/tubular_umbilical/__init__.py +2 -0
- osdu_models/workproductcomponent/tubular_umbilical/v1_0_0.py +74 -0
- osdu_models/workproductcomponent/tubular_umbilical/v1_1_0.py +74 -0
- osdu_models/workproductcomponent/tubular_umbilical/v1_2_0.py +74 -0
- osdu_models/workproductcomponent/unsealed_surface_framework/__init__.py +2 -0
- osdu_models/workproductcomponent/unsealed_surface_framework/v1_0_0.py +330 -0
- osdu_models/workproductcomponent/unsealed_surface_framework/v1_1_0.py +350 -0
- osdu_models/workproductcomponent/unsealed_surface_framework/v1_2_0.py +375 -0
- osdu_models/workproductcomponent/unsealed_surface_framework/v1_3_0.py +375 -0
- osdu_models/workproductcomponent/unsealed_surface_framework/v1_3_1.py +375 -0
- osdu_models/workproductcomponent/unstructured_column_layer_grid_representation/__init__.py +2 -0
- osdu_models/workproductcomponent/unstructured_column_layer_grid_representation/v1_0_0.py +32 -0
- osdu_models/workproductcomponent/unstructured_column_layer_grid_representation/v1_1_0.py +32 -0
- osdu_models/workproductcomponent/unstructured_column_layer_grid_representation/v1_2_0.py +32 -0
- osdu_models/workproductcomponent/unstructured_grid_representation/__init__.py +2 -0
- osdu_models/workproductcomponent/unstructured_grid_representation/v1_0_0.py +32 -0
- osdu_models/workproductcomponent/unstructured_grid_representation/v1_1_0.py +32 -0
- osdu_models/workproductcomponent/unstructured_grid_representation/v1_2_0.py +32 -0
- osdu_models/workproductcomponent/velocity_modeling/__init__.py +2 -0
- osdu_models/workproductcomponent/velocity_modeling/v1_0_0.py +218 -0
- osdu_models/workproductcomponent/velocity_modeling/v1_1_0.py +229 -0
- osdu_models/workproductcomponent/velocity_modeling/v1_2_0.py +229 -0
- osdu_models/workproductcomponent/velocity_modeling/v1_3_0.py +229 -0
- osdu_models/workproductcomponent/velocity_modeling/v1_4_0.py +265 -0
- osdu_models/workproductcomponent/voidage_group_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/voidage_group_interpretation/v1_0_0.py +302 -0
- osdu_models/workproductcomponent/voidage_group_interpretation/v1_1_0.py +327 -0
- osdu_models/workproductcomponent/voidage_group_interpretation/v1_2_0.py +331 -0
- osdu_models/workproductcomponent/well_fluids_report/__init__.py +2 -0
- osdu_models/workproductcomponent/well_fluids_report/v2_0_0.py +679 -0
- osdu_models/workproductcomponent/well_log/__init__.py +2 -0
- osdu_models/workproductcomponent/well_log/v1_0_0.py +231 -0
- osdu_models/workproductcomponent/well_log/v1_1_0.py +295 -0
- osdu_models/workproductcomponent/well_log/v1_2_0.py +324 -0
- osdu_models/workproductcomponent/well_log/v1_3_0.py +342 -0
- osdu_models/workproductcomponent/well_log/v1_4_0.py +342 -0
- osdu_models/workproductcomponent/well_log/v1_5_0.py +424 -0
- osdu_models/workproductcomponent/well_maasp/__init__.py +2 -0
- osdu_models/workproductcomponent/well_maasp/v1_0_0.py +70 -0
- osdu_models/workproductcomponent/well_operations_report/__init__.py +2 -0
- osdu_models/workproductcomponent/well_operations_report/v2_0_0.py +1994 -0
- osdu_models/workproductcomponent/well_operations_report/v2_1_0.py +2063 -0
- osdu_models/workproductcomponent/well_ops_non_productive_time/__init__.py +2 -0
- osdu_models/workproductcomponent/well_ops_non_productive_time/v1_0_0.py +856 -0
- osdu_models/workproductcomponent/well_pressure_test_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/well_pressure_test_interpretation/v1_0_0.py +354 -0
- osdu_models/workproductcomponent/well_pressure_test_raw_measurement/__init__.py +2 -0
- osdu_models/workproductcomponent/well_pressure_test_raw_measurement/v1_0_0.py +231 -0
- osdu_models/workproductcomponent/well_pressure_test_raw_measurement/v1_1_0.py +279 -0
- osdu_models/workproductcomponent/wellbore_interval_set/__init__.py +2 -0
- osdu_models/workproductcomponent/wellbore_interval_set/v1_0_0.py +222 -0
- osdu_models/workproductcomponent/wellbore_interval_set/v1_1_0.py +222 -0
- osdu_models/workproductcomponent/wellbore_interval_set/v1_2_0.py +222 -0
- osdu_models/workproductcomponent/wellbore_interval_set/v1_3_0.py +229 -0
- osdu_models/workproductcomponent/wellbore_interval_set/v1_3_1.py +229 -0
- osdu_models/workproductcomponent/wellbore_marker_set/__init__.py +2 -0
- osdu_models/workproductcomponent/wellbore_marker_set/v1_0_0.py +102 -0
- osdu_models/workproductcomponent/wellbore_marker_set/v1_1_0.py +157 -0
- osdu_models/workproductcomponent/wellbore_marker_set/v1_2_0.py +192 -0
- osdu_models/workproductcomponent/wellbore_marker_set/v1_2_1.py +195 -0
- osdu_models/workproductcomponent/wellbore_marker_set/v1_3_0.py +195 -0
- osdu_models/workproductcomponent/wellbore_marker_set/v1_4_0.py +195 -0
- osdu_models/workproductcomponent/wellbore_marker_set/v1_5_0.py +209 -0
- osdu_models/workproductcomponent/wellbore_marker_set/v1_5_1.py +209 -0
- osdu_models/workproductcomponent/wellbore_trajectory/__init__.py +2 -0
- osdu_models/workproductcomponent/wellbore_trajectory/v1_0_0.py +136 -0
- osdu_models/workproductcomponent/wellbore_trajectory/v1_1_0.py +200 -0
- osdu_models/workproductcomponent/wellbore_trajectory/v1_2_0.py +276 -0
- osdu_models/workproductcomponent/wellbore_trajectory/v1_3_0.py +282 -0
- osdu_models/workproductcomponent/wellbore_trajectory/v1_4_0.py +427 -0
- osdu_python_models-0.5.0.dist-info/METADATA +182 -0
- osdu_python_models-0.5.0.dist-info/RECORD +968 -0
- osdu_python_models-0.5.0.dist-info/WHEEL +5 -0
- osdu_python_models-0.5.0.dist-info/licenses/LICENSE +201 -0
- osdu_python_models-0.5.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,1768 @@
|
|
|
1
|
+
# generated by datamodel-codegen:
|
|
2
|
+
# filename: workproductcomponent/stimulation_stage/v1_0_0.json
|
|
3
|
+
|
|
4
|
+
from __future__ import annotations
|
|
5
|
+
from pydantic import BaseModel, ConfigDict, Field, constr
|
|
6
|
+
from ...abstract.abstract_stim_material_quantity import v1_0_0
|
|
7
|
+
from typing import Any
|
|
8
|
+
from ...abstract.abstract_common_resources.v1_0_0 import OsduCommonResources
|
|
9
|
+
from ...abstract.abstract_wpcgroup_type.v1_2_0 import AbstractWPCGroupType
|
|
10
|
+
from ...abstract.abstract_work_product_component.v1_1_0 import (
|
|
11
|
+
AbstractWorkProductComponent,
|
|
12
|
+
)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class JobEventItem(BaseModel):
|
|
16
|
+
"""
|
|
17
|
+
Timed comments for this job stage of the stim job.
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
model_config = ConfigDict(
|
|
21
|
+
extra='allow',
|
|
22
|
+
)
|
|
23
|
+
Number: int | None = Field(None, examples=[1], title='Number')
|
|
24
|
+
"""
|
|
25
|
+
Event number.
|
|
26
|
+
"""
|
|
27
|
+
DateTime: str | None = Field(
|
|
28
|
+
None, examples=['2020-05-01T018:30:00+0000'], title='Date Time'
|
|
29
|
+
)
|
|
30
|
+
"""
|
|
31
|
+
Date and time of this event.
|
|
32
|
+
"""
|
|
33
|
+
NumberStep: int | None = Field(None, examples=[2], title='Number Step')
|
|
34
|
+
"""
|
|
35
|
+
Step number. Use it to reference an existing job step entry.
|
|
36
|
+
"""
|
|
37
|
+
Comment: str | None = Field(
|
|
38
|
+
None,
|
|
39
|
+
examples=[
|
|
40
|
+
'Max acheivable rate 350 L/minute at 61.75 MPa. FLBK 50 m3 at 0.9 m3/min average.'
|
|
41
|
+
],
|
|
42
|
+
title='Comment',
|
|
43
|
+
)
|
|
44
|
+
"""
|
|
45
|
+
A short description of the event.
|
|
46
|
+
"""
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
class Diversion(BaseModel):
|
|
50
|
+
"""
|
|
51
|
+
Diversion details for the stimulated interval.
|
|
52
|
+
"""
|
|
53
|
+
|
|
54
|
+
model_config = ConfigDict(
|
|
55
|
+
extra='allow',
|
|
56
|
+
)
|
|
57
|
+
ContractorName: str | None = Field(None, title='Contractor Name')
|
|
58
|
+
"""
|
|
59
|
+
Name of the diversion contractor.
|
|
60
|
+
"""
|
|
61
|
+
ElementSpacing: float | None = Field(None, title='Element Spacing')
|
|
62
|
+
"""
|
|
63
|
+
Length between packer elements.
|
|
64
|
+
"""
|
|
65
|
+
DiversionMethodID: (
|
|
66
|
+
constr(
|
|
67
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-StimJobDiversionMethod:[\w\-\.\:\%]+:[0-9]*$'
|
|
68
|
+
)
|
|
69
|
+
| None
|
|
70
|
+
) = Field(None, title='Diversion Method ID')
|
|
71
|
+
"""
|
|
72
|
+
The diversion method used for this job stage.
|
|
73
|
+
"""
|
|
74
|
+
ToolDescription: str | None = Field(None, title='Tool Description')
|
|
75
|
+
"""
|
|
76
|
+
A supplier description of the diversion tool, such as its commercial name.
|
|
77
|
+
"""
|
|
78
|
+
Remarks: str | None = Field(None, title='Remarks')
|
|
79
|
+
"""
|
|
80
|
+
Remarks on the diversion method.
|
|
81
|
+
"""
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
class FlowPath(BaseModel):
|
|
85
|
+
"""
|
|
86
|
+
Details about the downhole equipment design for this stimulation interval.
|
|
87
|
+
"""
|
|
88
|
+
|
|
89
|
+
model_config = ConfigDict(
|
|
90
|
+
extra='allow',
|
|
91
|
+
)
|
|
92
|
+
BreakDownPressure: float | None = Field(None, title='Break Down Pressure')
|
|
93
|
+
"""
|
|
94
|
+
The downhole pressure at which the formation broke.
|
|
95
|
+
"""
|
|
96
|
+
BridgePlugMeasuredDepth: float | None = Field(
|
|
97
|
+
None, title='Bridge Plug Measured Depth'
|
|
98
|
+
)
|
|
99
|
+
"""
|
|
100
|
+
The measured depth of a bridge plug.
|
|
101
|
+
"""
|
|
102
|
+
BridgePlugRemovalDate: str | None = Field(None, title='Bridge Plug Removal Date')
|
|
103
|
+
"""
|
|
104
|
+
Date that the bridge plug for this stage was removed.
|
|
105
|
+
"""
|
|
106
|
+
TubingBottomMeasuredDepth: float | None = Field(
|
|
107
|
+
None, title='Tubing Bottom Measured Depth'
|
|
108
|
+
)
|
|
109
|
+
"""
|
|
110
|
+
The maximum measured depth of the tubing used for treatment of a stage.
|
|
111
|
+
"""
|
|
112
|
+
FractureGradient: float | None = Field(None, title='Fracture Gradient')
|
|
113
|
+
"""
|
|
114
|
+
The formation fracture gradient for this treatment flow path.
|
|
115
|
+
"""
|
|
116
|
+
FlowPathTypeID: (
|
|
117
|
+
constr(
|
|
118
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-StimFlowPathType:[\w\-\.\:\%]+:[0-9]*$'
|
|
119
|
+
)
|
|
120
|
+
| None
|
|
121
|
+
) = Field(None, title='Flow Path Type ID')
|
|
122
|
+
"""
|
|
123
|
+
The type of stim flow path.
|
|
124
|
+
"""
|
|
125
|
+
OpenHoleFrictionFactor: float | None = Field(
|
|
126
|
+
None, title='Open Hole Friction Factor'
|
|
127
|
+
)
|
|
128
|
+
"""
|
|
129
|
+
The friction factor used to compute openhole pressure loss.
|
|
130
|
+
"""
|
|
131
|
+
PackerMeasuredDepth: float | None = Field(None, title='Packer Measured Depth')
|
|
132
|
+
"""
|
|
133
|
+
The measured depth of a packer.
|
|
134
|
+
"""
|
|
135
|
+
PipeFrictionFactor: float | None = Field(None, title='PipeFriction Factor')
|
|
136
|
+
"""
|
|
137
|
+
The friction factor for the pipe, tubing, and/or casing.
|
|
138
|
+
"""
|
|
139
|
+
PmaxPacPressureAvg: float | None = Field(None, title='Pmax Packer Pressure Average')
|
|
140
|
+
"""
|
|
141
|
+
PMax prediction allows the tool assembly to be designed with expected pressures. It determines maximum allowable surface pressure and is typically calculated as a single number by which the pressure relief valves are set. This variable is the average of all the pmax pressures calculated for this flow path.
|
|
142
|
+
"""
|
|
143
|
+
PmaxPacPressureMax: float | None = Field(None, title='Pmax Packer Pressure Max')
|
|
144
|
+
"""
|
|
145
|
+
PMax prediction allows the tool assembly to be designed with expected pressures. It determines maximum allowable surface pressure and is typically calculated as a single number by which the pressure relief valves are set. This variable is the maximum of all the pmax pressures calculated for this flow path.
|
|
146
|
+
"""
|
|
147
|
+
PmaxWeaklinkPressureAvg: float | None = Field(
|
|
148
|
+
None, title='Pmax Weaklink Pressure Average'
|
|
149
|
+
)
|
|
150
|
+
"""
|
|
151
|
+
Average allowable pressure for the zone of interest with respect to the bottomhole assembly during the stimulation services.
|
|
152
|
+
"""
|
|
153
|
+
PmaxWeaklinkPressureMax: float | None = Field(
|
|
154
|
+
None, title='Pmax Weaklink Pressure Max'
|
|
155
|
+
)
|
|
156
|
+
"""
|
|
157
|
+
Maximum allowable pressure for the zone of interest with respect to the bottomhole assembly during the stimulation services.
|
|
158
|
+
"""
|
|
159
|
+
Remarks: str | None = Field(None, title='Remarks')
|
|
160
|
+
"""
|
|
161
|
+
General remarks about the flow path for this job stage.
|
|
162
|
+
"""
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
class FlowBackTestStepItem(BaseModel):
|
|
166
|
+
"""
|
|
167
|
+
Details about this flowback test step.
|
|
168
|
+
"""
|
|
169
|
+
|
|
170
|
+
model_config = ConfigDict(
|
|
171
|
+
extra='allow',
|
|
172
|
+
)
|
|
173
|
+
StepNumber: int | None = Field(None, title='Step Number')
|
|
174
|
+
"""
|
|
175
|
+
The number of the step. Identifies the step within the step down test.
|
|
176
|
+
"""
|
|
177
|
+
DateTime: str | None = Field(None, title='Date Time')
|
|
178
|
+
"""
|
|
179
|
+
Time stamp of the pressure measurement.
|
|
180
|
+
"""
|
|
181
|
+
BHFlowRate: float | None = Field(None, title='Bottomhole Flow Rate')
|
|
182
|
+
"""
|
|
183
|
+
Bottomhole flow rate for the specific step.
|
|
184
|
+
"""
|
|
185
|
+
EntryFriction: float | None = Field(None, title='Entry Friction')
|
|
186
|
+
"""
|
|
187
|
+
Calculated entry friction loss accounting for perforation and near wellbore restrictions for the specific step.
|
|
188
|
+
"""
|
|
189
|
+
FlowbackVolume: float | None = Field(None, title='Flowback Volume')
|
|
190
|
+
"""
|
|
191
|
+
Cumulative volume of flowback since the start of the test.
|
|
192
|
+
"""
|
|
193
|
+
FlowbackRate: float | None = Field(None, title='Flowback Rate')
|
|
194
|
+
"""
|
|
195
|
+
Flowback rate.
|
|
196
|
+
"""
|
|
197
|
+
NearWellboreFriction: float | None = Field(None, title='Near Wellbore Friction')
|
|
198
|
+
"""
|
|
199
|
+
Calculated near-wellbore friction loss for the specific step.
|
|
200
|
+
"""
|
|
201
|
+
PerfFrictionLoss: float | None = Field(None, title='Perf Friction Loss')
|
|
202
|
+
"""
|
|
203
|
+
Calculated perforation friction loss for the specific step.
|
|
204
|
+
"""
|
|
205
|
+
PipeFrictionLoss: float | None = Field(None, title='Pipe FrictionLoss')
|
|
206
|
+
"""
|
|
207
|
+
Calculated pipe friction loss for the specific step.
|
|
208
|
+
"""
|
|
209
|
+
SurfacePressure: float | None = Field(None, title='SurfacePressure')
|
|
210
|
+
"""
|
|
211
|
+
Surface pressure measured for the specific step.
|
|
212
|
+
"""
|
|
213
|
+
SurfaceFlowRate: float | None = Field(None, title='Surface Flow Rate')
|
|
214
|
+
"""
|
|
215
|
+
Surface flow rate entering the well for the specific step.
|
|
216
|
+
"""
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
class StepDownTestItem(BaseModel):
|
|
220
|
+
"""
|
|
221
|
+
An injection test involving multiple steps of injection rate and pressure, where a curve deflection and change of slope indicates the fracture breakdown pressure.
|
|
222
|
+
"""
|
|
223
|
+
|
|
224
|
+
model_config = ConfigDict(
|
|
225
|
+
extra='allow',
|
|
226
|
+
)
|
|
227
|
+
FlowBackTestStep: list[FlowBackTestStepItem] | None = Field(
|
|
228
|
+
None, title='Flow Back Test Step'
|
|
229
|
+
)
|
|
230
|
+
"""
|
|
231
|
+
The data related to a particular step in the step-down test.
|
|
232
|
+
"""
|
|
233
|
+
BHFluidDensity: float | None = Field(None, title='BH Fluid Density')
|
|
234
|
+
"""
|
|
235
|
+
The density of the fluid at the bottom of the hole adjusting for bottomhole temperature and pressure during the step-down test.
|
|
236
|
+
"""
|
|
237
|
+
DischargeCoefficient: float | None = Field(None, title='Discharge Coefficient')
|
|
238
|
+
"""
|
|
239
|
+
A coefficient used in the equation for calculation of the pressure drop across a perforation set.
|
|
240
|
+
"""
|
|
241
|
+
EntryHoleDiameter: float | None = Field(None, title='Entry Hole Diameter')
|
|
242
|
+
"""
|
|
243
|
+
Diameter of the injection point or perforation.
|
|
244
|
+
"""
|
|
245
|
+
InitialShutinPressure: float | None = Field(None, title='Initial Shutin Pressure')
|
|
246
|
+
"""
|
|
247
|
+
The initial shut in pressure.
|
|
248
|
+
"""
|
|
249
|
+
PerforationsEffective: int | None = Field(None, title='Perforations Effective')
|
|
250
|
+
"""
|
|
251
|
+
The number of perforations in the interval being tested that are calculated to be open to injection, which is determined during the step-down test.
|
|
252
|
+
"""
|
|
253
|
+
PerforationsTotal: int | None = Field(None, title='Perforations Total')
|
|
254
|
+
"""
|
|
255
|
+
The total number of perforations in the interval being tested.
|
|
256
|
+
"""
|
|
257
|
+
Remarks: str | None = Field(None, title='Remarks')
|
|
258
|
+
"""
|
|
259
|
+
General remarks about this Stim Step Down Test.
|
|
260
|
+
"""
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
class PressureMeasurementItem(BaseModel):
|
|
264
|
+
"""
|
|
265
|
+
An array of bottom hole flow rates and pressures for this stim step test.
|
|
266
|
+
"""
|
|
267
|
+
|
|
268
|
+
model_config = ConfigDict(
|
|
269
|
+
extra='allow',
|
|
270
|
+
)
|
|
271
|
+
BHFlowRate: float | None = Field(None, title='BH Flow Rate')
|
|
272
|
+
"""
|
|
273
|
+
The bottomhole flow rate of the fluid.
|
|
274
|
+
"""
|
|
275
|
+
Pressure: float | None = Field(None, title='Pressure')
|
|
276
|
+
"""
|
|
277
|
+
The pressure of the step test.
|
|
278
|
+
"""
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
class StepRateTestItem(BaseModel):
|
|
282
|
+
"""
|
|
283
|
+
An injection test, plotted pressure against injection rate, where a curve deflection and change of slope indicates the fracture breakdown pressure.
|
|
284
|
+
"""
|
|
285
|
+
|
|
286
|
+
model_config = ConfigDict(
|
|
287
|
+
extra='allow',
|
|
288
|
+
)
|
|
289
|
+
FractureExtensionPressure: float | None = Field(
|
|
290
|
+
None, title='Fracture Extension Pressure'
|
|
291
|
+
)
|
|
292
|
+
"""
|
|
293
|
+
The pressure necessary to extend the fracture once initiated. The fracture extension pressure may rise slightly with increasing fracture length andor height because of friction pressure drop down the length of the fracture.
|
|
294
|
+
"""
|
|
295
|
+
PressureMeasurement: list[PressureMeasurementItem] | None = Field(
|
|
296
|
+
None, title='Pressure Measurement'
|
|
297
|
+
)
|
|
298
|
+
"""
|
|
299
|
+
A pressure and fluid flow rate data set.
|
|
300
|
+
"""
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
class FluidEfficiencyTestItem(BaseModel):
|
|
304
|
+
"""
|
|
305
|
+
Fluid Efficiency Test for this pumping diagnostic session.
|
|
306
|
+
"""
|
|
307
|
+
|
|
308
|
+
model_config = ConfigDict(
|
|
309
|
+
extra='allow',
|
|
310
|
+
)
|
|
311
|
+
StartDateTime: str | None = Field(None, title='Start Date Time')
|
|
312
|
+
"""
|
|
313
|
+
Start time for the FET.
|
|
314
|
+
"""
|
|
315
|
+
EndDateTime: str | None = Field(None, title='End Date Time')
|
|
316
|
+
"""
|
|
317
|
+
End time for the FET.
|
|
318
|
+
"""
|
|
319
|
+
AnalysisMethodID: (
|
|
320
|
+
constr(
|
|
321
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-StimFETestAnalysisMethod:[\w\-\.\:\%]+:[0-9]*$'
|
|
322
|
+
)
|
|
323
|
+
| None
|
|
324
|
+
) = Field(None, title='Analysis Method ID')
|
|
325
|
+
"""
|
|
326
|
+
An analysis method used for this FET.
|
|
327
|
+
"""
|
|
328
|
+
FluidEfficiency: float | None = Field(None, title='Fluid Efficiency')
|
|
329
|
+
"""
|
|
330
|
+
A measurement, derived from a data frac, of the efficiency of a particular fluid in creating fracture area on a particular formation at a set of conditions.
|
|
331
|
+
"""
|
|
332
|
+
FractureCloseDuration: float | None = Field(None, title='Fracture Close Duration')
|
|
333
|
+
"""
|
|
334
|
+
The time required for the fracture to effectively close without proppant in place.
|
|
335
|
+
"""
|
|
336
|
+
FractureClosePressure: float | None = Field(None, title='Fracture Close Pressure')
|
|
337
|
+
"""
|
|
338
|
+
The pressure at which the fracture effectively closes without proppant in place.
|
|
339
|
+
"""
|
|
340
|
+
FractureExtensionPressure: float | None = Field(
|
|
341
|
+
None, title='Fracture Extension Pressure'
|
|
342
|
+
)
|
|
343
|
+
"""
|
|
344
|
+
The fracture pressure limit for an unfractured formation is the fracture initiation pressure. This is typically considered the upper bound for the minimum horizontal stress or closure pressure. A step-rate test is used to determine the fracture extension pressure.
|
|
345
|
+
"""
|
|
346
|
+
FractureGradient: float | None = Field(None, title='Fracture Gradient')
|
|
347
|
+
"""
|
|
348
|
+
The fracture gradient of the formation.
|
|
349
|
+
"""
|
|
350
|
+
FractureLength: float | None = Field(None, title='Fracture Length')
|
|
351
|
+
"""
|
|
352
|
+
The length of the fracture tip to tip; fracture half length is the length of one wing of a fracture from the wellbore to the tip.
|
|
353
|
+
"""
|
|
354
|
+
FractureWidth: float | None = Field(None, title='Fracture Width')
|
|
355
|
+
"""
|
|
356
|
+
The width of a fracture at the wellbore. Hydraulic frac width is generated by frac fluid viscosity andor pump rate (i.e., horsepower).
|
|
357
|
+
"""
|
|
358
|
+
NetPressure: float | None = Field(None, title='Net Pressure')
|
|
359
|
+
"""
|
|
360
|
+
The difference between the fracture extension pressure and the pressure that exists in the fracture.
|
|
361
|
+
"""
|
|
362
|
+
PdlCoefficient: float | None = Field(None, title='Pdl Coefficient')
|
|
363
|
+
"""
|
|
364
|
+
The pressure dependent leak-off coefficient.
|
|
365
|
+
"""
|
|
366
|
+
PdlEndDuration: float | None = Field(None, title='Pdl End Duration')
|
|
367
|
+
"""
|
|
368
|
+
The end of the pressure-dependent leak-off portion of the FET.
|
|
369
|
+
"""
|
|
370
|
+
PorePressure: float | None = Field(None, title='Pore Pressure')
|
|
371
|
+
"""
|
|
372
|
+
The pressure of the liquids in the formation pore space.
|
|
373
|
+
"""
|
|
374
|
+
PseudoRadialPressure: float | None = Field(None, title='Pseudo Radial Pressure')
|
|
375
|
+
"""
|
|
376
|
+
The Horner plot is used to determine if pseudo-radial flow developed during pressure decline. If a semi-log straight line is observed and the line can be extrapolated to a reasonable value of reservoir pressure, then radial or pseudo-radial flow may be affecting the decline behavior. This suggests that the fracture is already closed and that data beyond the point of influence need not be considered in the evaluation of closure.
|
|
377
|
+
"""
|
|
378
|
+
ResidualPermeability: float | None = Field(None, title='Residual Permeability')
|
|
379
|
+
"""
|
|
380
|
+
That permeability which remains after a fractured formation has closed, allowing the the formation fracture face to be pressurized before the fracture is mechanically reopened.
|
|
381
|
+
"""
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
class StepItem(BaseModel):
|
|
385
|
+
"""
|
|
386
|
+
Details about this flowback test step.
|
|
387
|
+
"""
|
|
388
|
+
|
|
389
|
+
model_config = ConfigDict(
|
|
390
|
+
extra='allow',
|
|
391
|
+
)
|
|
392
|
+
StepNumber: int | None = Field(None, title='Step Number')
|
|
393
|
+
"""
|
|
394
|
+
The number of the step. Identifies the step within the step down test.
|
|
395
|
+
"""
|
|
396
|
+
DateTime: str | None = Field(None, title='Date Time')
|
|
397
|
+
"""
|
|
398
|
+
Time stamp of the pressure measurement.
|
|
399
|
+
"""
|
|
400
|
+
BHFlowRate: float | None = Field(None, title='Bottomhole Flow Rate')
|
|
401
|
+
"""
|
|
402
|
+
Bottomhole flow rate for the specific step.
|
|
403
|
+
"""
|
|
404
|
+
EntryFriction: float | None = Field(None, title='Entry Friction')
|
|
405
|
+
"""
|
|
406
|
+
Calculated entry friction loss accounting for perforation and near wellbore restrictions for the specific step.
|
|
407
|
+
"""
|
|
408
|
+
FlowbackVolume: float | None = Field(None, title='Flowback Volume')
|
|
409
|
+
"""
|
|
410
|
+
Cumulative volume of flowback since the start of the test.
|
|
411
|
+
"""
|
|
412
|
+
FlowbackRate: float | None = Field(None, title='Flowback Rate')
|
|
413
|
+
"""
|
|
414
|
+
Flowback rate.
|
|
415
|
+
"""
|
|
416
|
+
NearWellboreFriction: float | None = Field(None, title='Near Wellbore Friction')
|
|
417
|
+
"""
|
|
418
|
+
Calculated near-wellbore friction loss for the specific step.
|
|
419
|
+
"""
|
|
420
|
+
PerfFrictionLoss: float | None = Field(None, title='Perf Friction Loss')
|
|
421
|
+
"""
|
|
422
|
+
Calculated perforation friction loss for the specific step.
|
|
423
|
+
"""
|
|
424
|
+
PipeFrictionLoss: float | None = Field(None, title='Pipe FrictionLoss')
|
|
425
|
+
"""
|
|
426
|
+
Calculated pipe friction loss for the specific step.
|
|
427
|
+
"""
|
|
428
|
+
SurfacePressure: float | None = Field(None, title='SurfacePressure')
|
|
429
|
+
"""
|
|
430
|
+
Surface pressure measured for the specific step.
|
|
431
|
+
"""
|
|
432
|
+
SurfaceFlowRate: float | None = Field(None, title='Surface Flow Rate')
|
|
433
|
+
"""
|
|
434
|
+
Surface flow rate entering the well for the specific step.
|
|
435
|
+
"""
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
class PumpFlowBackTestItem(BaseModel):
|
|
439
|
+
"""
|
|
440
|
+
Pump flow back test for this stim job diagnostic session.
|
|
441
|
+
"""
|
|
442
|
+
|
|
443
|
+
model_config = ConfigDict(
|
|
444
|
+
extra='allow',
|
|
445
|
+
)
|
|
446
|
+
FlowBackStartDateTime: str | None = Field(None, title='Flow Back Start Date Time')
|
|
447
|
+
"""
|
|
448
|
+
Start time for the test.
|
|
449
|
+
"""
|
|
450
|
+
FlowBackEndDateTime: str | None = Field(None, title='Flow Back End Date Time')
|
|
451
|
+
"""
|
|
452
|
+
End time for the test.
|
|
453
|
+
"""
|
|
454
|
+
Step: list[StepItem] | None = Field(None, title='Step')
|
|
455
|
+
"""
|
|
456
|
+
Step
|
|
457
|
+
"""
|
|
458
|
+
CasingPressure: float | None = Field(None, title='Casing Pressure')
|
|
459
|
+
"""
|
|
460
|
+
Casing pressure.
|
|
461
|
+
"""
|
|
462
|
+
FlowBackVolume: float | None = Field(None, title='Flow Back Volume')
|
|
463
|
+
"""
|
|
464
|
+
Total fluid volume recovered during a flow back test.
|
|
465
|
+
"""
|
|
466
|
+
FractureCloseDuration: float | None = Field(None, title='Fracture Close Duration')
|
|
467
|
+
"""
|
|
468
|
+
The time required for the fracture width to become zero.
|
|
469
|
+
"""
|
|
470
|
+
FractureClosePressure: float | None = Field(None, title='Fracture Close Pressure')
|
|
471
|
+
"""
|
|
472
|
+
The pressure when the fracture width becomes zero.
|
|
473
|
+
"""
|
|
474
|
+
TubingPressure: float | None = Field(None, title='Tubing Pressure')
|
|
475
|
+
"""
|
|
476
|
+
Tubing pressure.
|
|
477
|
+
"""
|
|
478
|
+
Remarks: str | None = Field(None, title='Remarks')
|
|
479
|
+
"""
|
|
480
|
+
General remarks for this stim pump flow back test.
|
|
481
|
+
"""
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
class PumpDiagnosticSessionItem(BaseModel):
|
|
485
|
+
"""
|
|
486
|
+
A pumping diagnostics session for this job stage.
|
|
487
|
+
"""
|
|
488
|
+
|
|
489
|
+
model_config = ConfigDict(
|
|
490
|
+
extra='allow',
|
|
491
|
+
)
|
|
492
|
+
StageNumber: int | None = Field(None, title='Stage Number')
|
|
493
|
+
"""
|
|
494
|
+
The number of the stage associated with this diagnostics session.
|
|
495
|
+
"""
|
|
496
|
+
Number: int | None = Field(None, title='Number')
|
|
497
|
+
"""
|
|
498
|
+
The number of this pumping diagnostics session.
|
|
499
|
+
"""
|
|
500
|
+
Name: str | None = Field(None, title='Name')
|
|
501
|
+
"""
|
|
502
|
+
The name of this pumping diagnostic session.
|
|
503
|
+
"""
|
|
504
|
+
Description: str | None = Field(None, title='Description')
|
|
505
|
+
"""
|
|
506
|
+
A description of this pumping diagnostic session.
|
|
507
|
+
"""
|
|
508
|
+
StepDownTest: list[StepDownTestItem] | None = Field(None, title='Step Down Test')
|
|
509
|
+
"""
|
|
510
|
+
An injection test involving multiple steps of injection rate and pressure, where a curve deflection and change of slope indicates the fracture breakdown pressure. An injection test involving multiple steps of injection rate and pressure, where a curve deflection and change of slope indicates the fracture breakdown pressure.
|
|
511
|
+
"""
|
|
512
|
+
StepRateTest: list[StepRateTestItem] | None = Field(None, title='Step Rate Test')
|
|
513
|
+
"""
|
|
514
|
+
An injection test, plotted pressure against injection rate, where a curve deflection and change of slope indicates the fracture breakdown pressure.
|
|
515
|
+
"""
|
|
516
|
+
BaseFluidVol: float | None = Field(None, title='Base Fluid Volume')
|
|
517
|
+
"""
|
|
518
|
+
Base fluid volume entering the pumping equipment.
|
|
519
|
+
"""
|
|
520
|
+
BHHydrostaticPressure: float | None = Field(None, title='BH Hydrostatic Pressure')
|
|
521
|
+
"""
|
|
522
|
+
Bottomhole hydrostatic pressure.
|
|
523
|
+
"""
|
|
524
|
+
BHMeasuredDepth: float | None = Field(None, title='BH Measured Depth')
|
|
525
|
+
"""
|
|
526
|
+
The measured depth of the bottom of the hole.
|
|
527
|
+
"""
|
|
528
|
+
StaticBHTemperature: float | None = Field(None, title='Static BH Temperature')
|
|
529
|
+
"""
|
|
530
|
+
Static bottomhole temperature.
|
|
531
|
+
"""
|
|
532
|
+
BubblePointPressure: float | None = Field(None, title='Bubble Point Pressure')
|
|
533
|
+
"""
|
|
534
|
+
The pressure at which gas begins to break out of an under saturated oil and form a free gas phase in the matrix or a gas cap.
|
|
535
|
+
"""
|
|
536
|
+
ChokeSize: float | None = Field(None, title='Choke Size')
|
|
537
|
+
"""
|
|
538
|
+
The size of the choke used during a flow back test.
|
|
539
|
+
"""
|
|
540
|
+
FluidCompressibility: float | None = Field(None, title='Fluid Compressibility')
|
|
541
|
+
"""
|
|
542
|
+
The volume change of a fluid when pressure is applied.
|
|
543
|
+
"""
|
|
544
|
+
FluidDensity: float | None = Field(None, title='Fluid Density')
|
|
545
|
+
"""
|
|
546
|
+
The density of the fluid during this pumping diagnostic session.
|
|
547
|
+
"""
|
|
548
|
+
FluidEfficiency: float | None = Field(None, title='Fluid Efficiency')
|
|
549
|
+
"""
|
|
550
|
+
A measurement, derived from a data frac, of the efficiency of a particular fluid in creating fracture area on a particular formation at a set of conditions.
|
|
551
|
+
"""
|
|
552
|
+
FluidEfficiencyTest: list[FluidEfficiencyTestItem] | None = Field(
|
|
553
|
+
None, title='Fluid Efficiency Test'
|
|
554
|
+
)
|
|
555
|
+
"""
|
|
556
|
+
A diagnostic test determining fluid efficiency.
|
|
557
|
+
"""
|
|
558
|
+
FluidKprimeFactor: float | None = Field(None, title='Fluid Kprime Factor')
|
|
559
|
+
"""
|
|
560
|
+
The consistency index K is the shear stress or viscosity of the fluid at one sec-1 shear rate. An increasing K raises the effective viscosity.
|
|
561
|
+
"""
|
|
562
|
+
FluidNprimeFactor: float | None = Field(None, title='Fluid Nprime Factor')
|
|
563
|
+
"""
|
|
564
|
+
Power law component. As 'n' decreases from 1, the fluid becomes more shear thinning. Reducing 'n' produces more non-Newtonian behavior.
|
|
565
|
+
"""
|
|
566
|
+
FluidSpecificHeat: float | None = Field(None, title='Fluid Specific Heat')
|
|
567
|
+
"""
|
|
568
|
+
The heat required to raise one unit mass of a substance by one degree.
|
|
569
|
+
"""
|
|
570
|
+
FluidThermalConductivity: float | None = Field(
|
|
571
|
+
None, title='Fluid Thermal Conductivity'
|
|
572
|
+
)
|
|
573
|
+
"""
|
|
574
|
+
In physics, thermal conductivity is the property of a material describing its ability to conduct heat. It appears primarily in Fourier's Law for heat conduction. Thermal conductivity is measured in watts per kelvin-meter. Multiplied by a temperature difference (in kelvins) and an area (in square meters), and divided by a thickness (in meters), the thermal conductivity predicts the rate of energy loss (in watts) through a piece of material.
|
|
575
|
+
"""
|
|
576
|
+
FluidThermalExpansionCoefficient: float | None = Field(
|
|
577
|
+
None, title='Fluid Thermal Expansion Coefficient'
|
|
578
|
+
)
|
|
579
|
+
"""
|
|
580
|
+
Dimensional response to temperature change is expressed by its coefficient of thermal expansion. When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms also changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling. The degree of expansion divided by the change in temperature is called the material's coefficient of thermal expansion and generally varies with temperature.
|
|
581
|
+
"""
|
|
582
|
+
FoamQuality: float | None = Field(None, title='Foam Quality')
|
|
583
|
+
"""
|
|
584
|
+
Foam quality percentage of foam for the pumping diagnostic session during the stimulation services.
|
|
585
|
+
"""
|
|
586
|
+
FractureCloseDateTime: str | None = Field(None, title='Fracture Close Date Time')
|
|
587
|
+
"""
|
|
588
|
+
The date and time when the fluid in the fracture is completely leaked off into the formation and the fracture closes on its faces.
|
|
589
|
+
"""
|
|
590
|
+
FractureClosePressure: float | None = Field(None, title='Fracture Close Pressure')
|
|
591
|
+
"""
|
|
592
|
+
The pressure when the fracture width becomes zero.
|
|
593
|
+
"""
|
|
594
|
+
FrictionPressure: float | None = Field(None, title='Friction Pressure')
|
|
595
|
+
"""
|
|
596
|
+
The pressure loss due to fluid friction with the pipe while a fluid is being pumped.
|
|
597
|
+
"""
|
|
598
|
+
IsTemperatureCorrectionApplied: bool | None = Field(
|
|
599
|
+
None, title='Is Temperature Correction Applied'
|
|
600
|
+
)
|
|
601
|
+
"""
|
|
602
|
+
Are the calculations corrected for temperature? A value of true (or 1) indicates that the calculations were corrected for temperature. A value of false (or 0) or not given indicates otherwise.
|
|
603
|
+
"""
|
|
604
|
+
MidPerforationMeasuredDepth: float | None = Field(
|
|
605
|
+
None, title='Mid Perforation Measured Depth'
|
|
606
|
+
)
|
|
607
|
+
"""
|
|
608
|
+
The measured depth of the middle perforation (MPP).
|
|
609
|
+
"""
|
|
610
|
+
MidPerforationTrueVerticalDepth: float | None = Field(
|
|
611
|
+
None, title='Mid Perforation True Vertical Depth'
|
|
612
|
+
)
|
|
613
|
+
"""
|
|
614
|
+
The true vertical depth of the middle perforation.
|
|
615
|
+
"""
|
|
616
|
+
PadPercent: float | None = Field(None, title='Pad Percent')
|
|
617
|
+
"""
|
|
618
|
+
The volume of the pad divided by the (volume of the pad + the volume of the proppant laden fluid).
|
|
619
|
+
"""
|
|
620
|
+
PorePressure: float | None = Field(None, title='Pore Pressure')
|
|
621
|
+
"""
|
|
622
|
+
The pressure of the liquids in the formation pore space.
|
|
623
|
+
"""
|
|
624
|
+
PumpDuration: float | None = Field(None, title='Pump Duration')
|
|
625
|
+
"""
|
|
626
|
+
The time between the shutin time and the pump on time.
|
|
627
|
+
"""
|
|
628
|
+
PumpFlowBackTest: list[PumpFlowBackTestItem] | None = Field(
|
|
629
|
+
None, title='Pump Flow Back Test'
|
|
630
|
+
)
|
|
631
|
+
"""
|
|
632
|
+
A diagnostic test involving flowing a well back after treatment.
|
|
633
|
+
"""
|
|
634
|
+
PumpOffDateTime: str | None = Field(None, title='Pump Off Date Time')
|
|
635
|
+
"""
|
|
636
|
+
The date and time pumping ended.
|
|
637
|
+
"""
|
|
638
|
+
PumpOnDateTime: str | None = Field(None, title='Pump On Date Time')
|
|
639
|
+
"""
|
|
640
|
+
The date and time pumping began.
|
|
641
|
+
"""
|
|
642
|
+
ReservoirTotalCompressibility: float | None = Field(
|
|
643
|
+
None, title='Reservoir Total Compressibility'
|
|
644
|
+
)
|
|
645
|
+
"""
|
|
646
|
+
The volume change of a reservoir material when pressure is applied.
|
|
647
|
+
"""
|
|
648
|
+
ShutInInitialPressure: float | None = Field(None, title='Shutin Initial Pressure')
|
|
649
|
+
"""
|
|
650
|
+
Initial shutin pressure.
|
|
651
|
+
"""
|
|
652
|
+
SurfaceFluidTemperature: float | None = Field(
|
|
653
|
+
None, title='Surface Fluid Temperature'
|
|
654
|
+
)
|
|
655
|
+
"""
|
|
656
|
+
Temperature of the fluid at the surface.
|
|
657
|
+
"""
|
|
658
|
+
InjectionPointMeasuredDepth: float | None = Field(
|
|
659
|
+
None, title='Injection Point Measured Depth'
|
|
660
|
+
)
|
|
661
|
+
"""
|
|
662
|
+
The measured depth of the wellbore to its injection point.
|
|
663
|
+
"""
|
|
664
|
+
SurfaceTemperature: float | None = Field(None, title='Surface Temperature')
|
|
665
|
+
"""
|
|
666
|
+
The temperature at surface during this pumping diagnostic session.
|
|
667
|
+
"""
|
|
668
|
+
BHTreatmentPressureAvg: float | None = Field(
|
|
669
|
+
None, title='BH Treatment Pressure Average'
|
|
670
|
+
)
|
|
671
|
+
"""
|
|
672
|
+
Average bottomhole treatment pressure.
|
|
673
|
+
"""
|
|
674
|
+
BHTreatmentRateAvg: float | None = Field(None, title='BH Treatment Rate Average')
|
|
675
|
+
"""
|
|
676
|
+
Average bottomhole treatment flow rate.
|
|
677
|
+
"""
|
|
678
|
+
WellboreVolume: float | None = Field(None, title='Wellbore Volume')
|
|
679
|
+
"""
|
|
680
|
+
The volume of fluid in the wellbore for this pumping diagnostic session.
|
|
681
|
+
"""
|
|
682
|
+
WellShutinDateTime: str | None = Field(None, title='Well Shutin Date Time')
|
|
683
|
+
"""
|
|
684
|
+
The date and time at which a well ceases flowing and the valves are closed.
|
|
685
|
+
"""
|
|
686
|
+
Remarks: str | None = Field(None, title='Remarks')
|
|
687
|
+
"""
|
|
688
|
+
Remarks
|
|
689
|
+
"""
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
class ShutInPressureItem(BaseModel):
|
|
693
|
+
"""
|
|
694
|
+
Shut in pressure data for this job stage.
|
|
695
|
+
"""
|
|
696
|
+
|
|
697
|
+
model_config = ConfigDict(
|
|
698
|
+
extra='allow',
|
|
699
|
+
)
|
|
700
|
+
Pressure: float | None = Field(None, title='Pressure')
|
|
701
|
+
"""
|
|
702
|
+
The shut-in pressure.
|
|
703
|
+
"""
|
|
704
|
+
TimeAfterShutin: float | None = Field(None, title='Time After Shutin')
|
|
705
|
+
"""
|
|
706
|
+
The cumulative time span after shut-in at which the pressure was measured.
|
|
707
|
+
"""
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
class Fluid(BaseModel):
|
|
711
|
+
"""
|
|
712
|
+
Fluid used for this job step of the stimulated interval.
|
|
713
|
+
"""
|
|
714
|
+
|
|
715
|
+
model_config = ConfigDict(
|
|
716
|
+
extra='allow',
|
|
717
|
+
)
|
|
718
|
+
Name: str | None = Field(None, examples=['Slickwater'], title='Name')
|
|
719
|
+
"""
|
|
720
|
+
The name of the fluid.
|
|
721
|
+
"""
|
|
722
|
+
FluidTypeID: (
|
|
723
|
+
constr(
|
|
724
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-StimJobFluidType:[\w\-\.\:\%]+:[0-9]*$'
|
|
725
|
+
)
|
|
726
|
+
| None
|
|
727
|
+
) = Field(
|
|
728
|
+
None,
|
|
729
|
+
examples=['namespace:reference-data--StimJobFluidType:Water.Slick:'],
|
|
730
|
+
title='Fluid Type ID',
|
|
731
|
+
)
|
|
732
|
+
"""
|
|
733
|
+
The fluid type.
|
|
734
|
+
"""
|
|
735
|
+
Description: str | None = Field(
|
|
736
|
+
None, examples=['FR-70 Slickwater'], title='Description'
|
|
737
|
+
)
|
|
738
|
+
"""
|
|
739
|
+
The description of the fluid.
|
|
740
|
+
"""
|
|
741
|
+
AdditiveConcentration: list[v1_0_0.AbstractStimMaterialQuantity] | None = Field(
|
|
742
|
+
None, title='Additive Concentration'
|
|
743
|
+
)
|
|
744
|
+
"""
|
|
745
|
+
Concentrations of additives in the fluid for this job step.
|
|
746
|
+
"""
|
|
747
|
+
Density: float | None = Field(None, examples=['8.76 lbm/gal[US]'], title='Density')
|
|
748
|
+
"""
|
|
749
|
+
The density of the fluid.
|
|
750
|
+
"""
|
|
751
|
+
FilterSize: float | None = Field(None, title='Filter Size')
|
|
752
|
+
"""
|
|
753
|
+
The filter size that the fluid for this job step passes through.
|
|
754
|
+
"""
|
|
755
|
+
FilterType: str | None = Field(None, title='Filter Type')
|
|
756
|
+
"""
|
|
757
|
+
The type of fluid filter used for this job step.
|
|
758
|
+
"""
|
|
759
|
+
FilterCake: float | None = Field(None, title='Filter Cake')
|
|
760
|
+
"""
|
|
761
|
+
Filter Cake
|
|
762
|
+
"""
|
|
763
|
+
FluidSurfaceTemperature: float | None = Field(
|
|
764
|
+
None, title='Fluid Surface Temperature'
|
|
765
|
+
)
|
|
766
|
+
"""
|
|
767
|
+
The temperature of the fluid at surface.
|
|
768
|
+
"""
|
|
769
|
+
FluidTestPressure: float | None = Field(None, title='FluidTestPressure')
|
|
770
|
+
"""
|
|
771
|
+
Test pressure of the fluid during this job step.
|
|
772
|
+
"""
|
|
773
|
+
FluidTestTemperature: float | None = Field(None, title='FluidTestTemperature')
|
|
774
|
+
"""
|
|
775
|
+
Test temperature of the fluid for this job step.
|
|
776
|
+
"""
|
|
777
|
+
GelStrength10Sec: float | None = Field(None, title='Gel Strength10 Sec')
|
|
778
|
+
"""
|
|
779
|
+
The shear stress measured at low shear rate after a mud has set quiescently for 10 seconds.
|
|
780
|
+
"""
|
|
781
|
+
GelStrength10Min: float | None = Field(None, title='Gel Strength10 Min')
|
|
782
|
+
"""
|
|
783
|
+
The shear stress measured at low shear rate after a mud has set quiescently for 10 minutes.
|
|
784
|
+
"""
|
|
785
|
+
IsKillFluid: bool | None = Field(None, examples=[False], title='Is Kill Fluid')
|
|
786
|
+
"""
|
|
787
|
+
Is the fluid a kill fluid?
|
|
788
|
+
"""
|
|
789
|
+
pH: float | None = Field(None, examples=[6], title='pH')
|
|
790
|
+
"""
|
|
791
|
+
The pH of the fluid.
|
|
792
|
+
"""
|
|
793
|
+
Purpose: str | None = Field(None, examples=['Main Body'], title='Purpose')
|
|
794
|
+
"""
|
|
795
|
+
The purpose of the fluid.
|
|
796
|
+
"""
|
|
797
|
+
SpecificGravity: float | None = Field(
|
|
798
|
+
None, examples=['0.6 sg'], title='Specific Gravity'
|
|
799
|
+
)
|
|
800
|
+
"""
|
|
801
|
+
The specific gravity of the fluid at surface.
|
|
802
|
+
"""
|
|
803
|
+
Supplier: str | None = Field(None, examples=['Schlumberger'], title='Supplier')
|
|
804
|
+
"""
|
|
805
|
+
The name of the fluid supplier for this job step.
|
|
806
|
+
"""
|
|
807
|
+
SupplierID: (
|
|
808
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-Organisation:[\w\-\.\:\%]+:[0-9]*$')
|
|
809
|
+
| None
|
|
810
|
+
) = Field(
|
|
811
|
+
None, examples=['namespace:master-data--Organisation:SLB:'], title='Supplier ID'
|
|
812
|
+
)
|
|
813
|
+
"""
|
|
814
|
+
The supplier of the fluid.
|
|
815
|
+
"""
|
|
816
|
+
Viscosity: float | None = Field(None, title='Viscosity')
|
|
817
|
+
"""
|
|
818
|
+
Viscosity of the stimulation fluid for this job step.
|
|
819
|
+
"""
|
|
820
|
+
Remarks: str | None = Field(None, title='Remarks')
|
|
821
|
+
"""
|
|
822
|
+
Remarks
|
|
823
|
+
"""
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
class JobStepItem(BaseModel):
|
|
827
|
+
"""
|
|
828
|
+
Summary of the pumping schedule, also known as 'pumping stages', sub-stages or event level details.
|
|
829
|
+
This is where you define pressures, rates, volumes, amount of proppant for the Displacement, Flush, Pad, Ramp, etc steps in the pumping operation for this job stage.
|
|
830
|
+
"""
|
|
831
|
+
|
|
832
|
+
model_config = ConfigDict(
|
|
833
|
+
extra='allow',
|
|
834
|
+
)
|
|
835
|
+
StepNumber: int | None = Field(None, examples=[2], title='Step Number')
|
|
836
|
+
"""
|
|
837
|
+
Step number.
|
|
838
|
+
"""
|
|
839
|
+
StepName: str | None = Field(None, examples=['Pump Main Body'], title='Step Name')
|
|
840
|
+
"""
|
|
841
|
+
A human readable name for this job step.
|
|
842
|
+
"""
|
|
843
|
+
JobStepTypeID: (
|
|
844
|
+
constr(
|
|
845
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-StimJobStepType:[\w\-\.\:\%]+:[0-9]*$'
|
|
846
|
+
)
|
|
847
|
+
| None
|
|
848
|
+
) = Field(
|
|
849
|
+
None,
|
|
850
|
+
examples=['namespace:reference-data--StimJobStepType:PumpMainBody:'],
|
|
851
|
+
title='Job Step Type ID',
|
|
852
|
+
)
|
|
853
|
+
"""
|
|
854
|
+
The type of job step.
|
|
855
|
+
"""
|
|
856
|
+
Description: str | None = Field(
|
|
857
|
+
None, examples=['Pump Main Body w/ 40/70 Ottawa Sand'], title='Description'
|
|
858
|
+
)
|
|
859
|
+
"""
|
|
860
|
+
A short description of the job step.
|
|
861
|
+
"""
|
|
862
|
+
StepStartDateTime: str | None = Field(
|
|
863
|
+
None, examples=['2020-05-01T016:35:00+0000'], title='Step Start Date Time'
|
|
864
|
+
)
|
|
865
|
+
"""
|
|
866
|
+
Date and time the step started.
|
|
867
|
+
"""
|
|
868
|
+
StepEndDateTime: str | None = Field(
|
|
869
|
+
None, examples=['2020-05-01T016:52:00+0000'], title='Step End Date Time'
|
|
870
|
+
)
|
|
871
|
+
"""
|
|
872
|
+
Date and time the step ended.
|
|
873
|
+
"""
|
|
874
|
+
Fluid_1: Fluid | None = Field(None, alias='Fluid', title='Fluid')
|
|
875
|
+
"""
|
|
876
|
+
Fluid used for this job step of the stimulated interval.
|
|
877
|
+
"""
|
|
878
|
+
FluidReportID: (
|
|
879
|
+
constr(
|
|
880
|
+
pattern=r'^[\w\-\.]+:work-product-component\-\-WellFluidsReport:[\w\-\.\:\%]+:[0-9]*$'
|
|
881
|
+
)
|
|
882
|
+
| None
|
|
883
|
+
) = Field(None, title='Fluid Report Identifier')
|
|
884
|
+
"""
|
|
885
|
+
Fluid Report Identifier of the fluid used for this Job Step
|
|
886
|
+
"""
|
|
887
|
+
BallsUsed: int | None = Field(None, examples=[16], title='Balls Used')
|
|
888
|
+
"""
|
|
889
|
+
Balls used during execution of the step.
|
|
890
|
+
"""
|
|
891
|
+
BallsRecovered: int | None = Field(None, examples=[16], title='Balls Recovered')
|
|
892
|
+
"""
|
|
893
|
+
Balls recovered during execution of the step.
|
|
894
|
+
"""
|
|
895
|
+
BaseFluidBypassVolume: float | None = Field(None, title='Base Fluid Bypass Volume')
|
|
896
|
+
"""
|
|
897
|
+
Base fluid volume recorded after equipment set to bypass.
|
|
898
|
+
"""
|
|
899
|
+
BaseFluidQualityAvg: float | None = Field(None, title='Base Fluid Quality Average')
|
|
900
|
+
"""
|
|
901
|
+
Base quality percentage of foam.
|
|
902
|
+
"""
|
|
903
|
+
BaseFluidVolumeEquip: float | None = Field(
|
|
904
|
+
None, examples=['72311 gal'], title='Base Fluid Volume Equipment'
|
|
905
|
+
)
|
|
906
|
+
"""
|
|
907
|
+
Base fluid volume entering the equipment.
|
|
908
|
+
"""
|
|
909
|
+
BHPressureStart: float | None = Field(None, title='BH Pressure Start')
|
|
910
|
+
"""
|
|
911
|
+
Starting bottomhole pressure.
|
|
912
|
+
"""
|
|
913
|
+
BHPressureEnd: float | None = Field(None, title='BH Pressure End')
|
|
914
|
+
"""
|
|
915
|
+
Final bottomhole pressure.
|
|
916
|
+
"""
|
|
917
|
+
BHPressureAvg: float | None = Field(None, title='BH Pressure Average')
|
|
918
|
+
"""
|
|
919
|
+
Average bottomhole pressure.
|
|
920
|
+
"""
|
|
921
|
+
CO2BaseFluidQualityAvg: float | None = Field(
|
|
922
|
+
None, title='CO2 Base Fluid Quality Average'
|
|
923
|
+
)
|
|
924
|
+
"""
|
|
925
|
+
Base quality carbon dioxide percent of foam.
|
|
926
|
+
"""
|
|
927
|
+
CO2SurfaceRateEnd: float | None = Field(None, title='CO2 Surface Rate End')
|
|
928
|
+
"""
|
|
929
|
+
Final CO2 pump rate in volume per time at the surface.
|
|
930
|
+
"""
|
|
931
|
+
DirtyMaterialRateStart: float | None = Field(
|
|
932
|
+
None, title='Dirty Material Rate Start'
|
|
933
|
+
)
|
|
934
|
+
"""
|
|
935
|
+
Starting dirty fluid flow rate.
|
|
936
|
+
"""
|
|
937
|
+
DirtyMaterialRateEnd: float | None = Field(None, title='Dirty Material Rate End')
|
|
938
|
+
"""
|
|
939
|
+
Ending dirty fluid flow rate.
|
|
940
|
+
"""
|
|
941
|
+
FluidBaseVolume: float | None = Field(
|
|
942
|
+
None, examples=['72311.8 gal'], title='Fluid Base Volume'
|
|
943
|
+
)
|
|
944
|
+
"""
|
|
945
|
+
The step volume of the base fluid.
|
|
946
|
+
"""
|
|
947
|
+
FluidCirculatedVolume: float | None = Field(
|
|
948
|
+
None, examples=['72311.8 gal'], title='Fluid Circulated Volume'
|
|
949
|
+
)
|
|
950
|
+
"""
|
|
951
|
+
Fluid volume circulated.
|
|
952
|
+
"""
|
|
953
|
+
FluidPumpedVolume: float | None = Field(
|
|
954
|
+
None, examples=['72311.8 gal'], title='Fluid Pumped Volume'
|
|
955
|
+
)
|
|
956
|
+
"""
|
|
957
|
+
Fluid volume pumped.
|
|
958
|
+
"""
|
|
959
|
+
FluidReturnedVolume: float | None = Field(
|
|
960
|
+
None, examples=['71000 gal'], title='Fluid Returned Volume'
|
|
961
|
+
)
|
|
962
|
+
"""
|
|
963
|
+
Fluid volume returned.
|
|
964
|
+
"""
|
|
965
|
+
FluidSqueezedVolume: float | None = Field(
|
|
966
|
+
None, examples=['1311 gal'], title='Fluid Squeezed Volume'
|
|
967
|
+
)
|
|
968
|
+
"""
|
|
969
|
+
Fluid volume squeezed.
|
|
970
|
+
"""
|
|
971
|
+
FluidTemperatureAvg: float | None = Field(
|
|
972
|
+
None, examples=['45 degF'], title='Fluid Temperature Average'
|
|
973
|
+
)
|
|
974
|
+
"""
|
|
975
|
+
Average fluid temperature.
|
|
976
|
+
"""
|
|
977
|
+
FluidWashedVolume: float | None = Field(
|
|
978
|
+
None, examples=['1430 gal'], title='Fluid Washed Volume'
|
|
979
|
+
)
|
|
980
|
+
"""
|
|
981
|
+
Fluid volume washed.
|
|
982
|
+
"""
|
|
983
|
+
FractureGradientInitial: float | None = Field(
|
|
984
|
+
None, examples=['1.079 psi/ft'], title='Fracture Gradient Initial'
|
|
985
|
+
)
|
|
986
|
+
"""
|
|
987
|
+
The fracture gradient before starting the step.
|
|
988
|
+
"""
|
|
989
|
+
FractureGradientFinal: float | None = Field(
|
|
990
|
+
None, examples=['1.030 psi/ft'], title='Fracture Gradient Final'
|
|
991
|
+
)
|
|
992
|
+
"""
|
|
993
|
+
The fracture gradient when the step ends.
|
|
994
|
+
"""
|
|
995
|
+
FrictionFactor: float | None = Field(None, title='Friction Factor')
|
|
996
|
+
"""
|
|
997
|
+
Numeric value used to scale a calculated rheological friction.
|
|
998
|
+
"""
|
|
999
|
+
HhpAvg: float | None = Field(None, examples=['7400 hp'], title='Hhp Average')
|
|
1000
|
+
"""
|
|
1001
|
+
Average hydraulic horsepower used during the step.
|
|
1002
|
+
"""
|
|
1003
|
+
HhpMax: float | None = Field(None, examples=['7600 hp'], title='Hhp Maximum')
|
|
1004
|
+
"""
|
|
1005
|
+
Maximum hydraulic horsepower used during the step.
|
|
1006
|
+
"""
|
|
1007
|
+
InternalPhaseFractionAvg: float | None = Field(
|
|
1008
|
+
None, title='Internal Phase Fraction Average'
|
|
1009
|
+
)
|
|
1010
|
+
"""
|
|
1011
|
+
Internal gas phase percentage of the foam.
|
|
1012
|
+
"""
|
|
1013
|
+
MaterialUsed: list[v1_0_0.AbstractStimMaterialQuantity] | None = Field(
|
|
1014
|
+
None, title='Material Used'
|
|
1015
|
+
)
|
|
1016
|
+
"""
|
|
1017
|
+
Material used during the step
|
|
1018
|
+
"""
|
|
1019
|
+
MaterialUsedRateStart: list[v1_0_0.AbstractStimMaterialQuantity] | None = Field(
|
|
1020
|
+
None, title='Material Used Rate Start'
|
|
1021
|
+
)
|
|
1022
|
+
"""
|
|
1023
|
+
Starting quantity of material used per minute entering the flow stream.
|
|
1024
|
+
"""
|
|
1025
|
+
MaterialUsedRateEnd: list[v1_0_0.AbstractStimMaterialQuantity] | None = Field(
|
|
1026
|
+
None, title='Material Used Rate End'
|
|
1027
|
+
)
|
|
1028
|
+
"""
|
|
1029
|
+
Ending quantity of material used per minute entering the flow stream.
|
|
1030
|
+
"""
|
|
1031
|
+
MaterialUsedRateMax: list[v1_0_0.AbstractStimMaterialQuantity] | None = Field(
|
|
1032
|
+
None, title='Material Used Rate Max'
|
|
1033
|
+
)
|
|
1034
|
+
"""
|
|
1035
|
+
Maximum rate of material used per minute entering the flow stream.
|
|
1036
|
+
"""
|
|
1037
|
+
MaterialUsedRateAvg: list[v1_0_0.AbstractStimMaterialQuantity] | None = Field(
|
|
1038
|
+
None, title='Material Used Rate Average'
|
|
1039
|
+
)
|
|
1040
|
+
"""
|
|
1041
|
+
Average material used per minute entering the flow stream.
|
|
1042
|
+
"""
|
|
1043
|
+
BHMaterialUsedRateStart: list[v1_0_0.AbstractStimMaterialQuantity] | None = Field(
|
|
1044
|
+
None, title='BH Material Used Rate Start'
|
|
1045
|
+
)
|
|
1046
|
+
"""
|
|
1047
|
+
Bottomhole material usage rate start.
|
|
1048
|
+
"""
|
|
1049
|
+
BHMaterialUsedRateEnd: list[v1_0_0.AbstractStimMaterialQuantity] | None = Field(
|
|
1050
|
+
None, title='BH Material Used Rate End'
|
|
1051
|
+
)
|
|
1052
|
+
"""
|
|
1053
|
+
Bottomhole material usage rate end.
|
|
1054
|
+
"""
|
|
1055
|
+
BHMaterialUsedRateAvg: list[v1_0_0.AbstractStimMaterialQuantity] | None = Field(
|
|
1056
|
+
None, title='BH Material Used Rate Average'
|
|
1057
|
+
)
|
|
1058
|
+
"""
|
|
1059
|
+
Bottomhole material usage rate average.
|
|
1060
|
+
"""
|
|
1061
|
+
N2BaseFluidQualityAvg: float | None = Field(
|
|
1062
|
+
None, title='N2 Base Fluid Quality Average'
|
|
1063
|
+
)
|
|
1064
|
+
"""
|
|
1065
|
+
Nitrogen base quality percentage of foam.
|
|
1066
|
+
"""
|
|
1067
|
+
N2SurfaceRateEnd: float | None = Field(None, title='N2 Surface Rate End')
|
|
1068
|
+
"""
|
|
1069
|
+
Final nitrogen pump rate at the surface.
|
|
1070
|
+
"""
|
|
1071
|
+
PipeFrictionPressureLoss: float | None = Field(
|
|
1072
|
+
None, title='Pipe Friction Pressure Loss'
|
|
1073
|
+
)
|
|
1074
|
+
"""
|
|
1075
|
+
The friction pressure loss contribution from pipe.
|
|
1076
|
+
"""
|
|
1077
|
+
ProppantConcAvg: float | None = Field(None, title='Proppant Conc Average')
|
|
1078
|
+
"""
|
|
1079
|
+
Average proppant concentration at the wellhead.
|
|
1080
|
+
"""
|
|
1081
|
+
ProppantConcBHStart: float | None = Field(
|
|
1082
|
+
None, examples=['0.51 lbm/gal[US]'], title='Proppant Conc BH Start'
|
|
1083
|
+
)
|
|
1084
|
+
"""
|
|
1085
|
+
The initial proppant concentration at bottomhole.
|
|
1086
|
+
"""
|
|
1087
|
+
ProppantConcBHEnd: float | None = Field(
|
|
1088
|
+
None, examples=['0.45 lbm/gal[US]'], title='Proppant Conc BH End'
|
|
1089
|
+
)
|
|
1090
|
+
"""
|
|
1091
|
+
The final proppant concentration at bottomhole.
|
|
1092
|
+
"""
|
|
1093
|
+
ProppantConcBHMax: float | None = Field(
|
|
1094
|
+
None, examples=['0.60 lbm/gal[US]'], title='Proppant Conc BH Max'
|
|
1095
|
+
)
|
|
1096
|
+
"""
|
|
1097
|
+
Maximum proppant concentration at bottomhole during the stimulation step.
|
|
1098
|
+
"""
|
|
1099
|
+
ProppantConcBHAvg: float | None = Field(
|
|
1100
|
+
None, examples=['0.51 lbm/gal[US]'], title='Proppant Conc BH Average'
|
|
1101
|
+
)
|
|
1102
|
+
"""
|
|
1103
|
+
The average proppant concentration at bottomhole.
|
|
1104
|
+
"""
|
|
1105
|
+
ProppantConcSurfaceStart: float | None = Field(
|
|
1106
|
+
None, examples=['0.50 lbm/gal[US]'], title='Proppant Conc Surface Start'
|
|
1107
|
+
)
|
|
1108
|
+
"""
|
|
1109
|
+
The initial proppant concentration at the surface.
|
|
1110
|
+
"""
|
|
1111
|
+
ProppantConcSurfaceEnd: float | None = Field(
|
|
1112
|
+
None, examples=['0.50 lbm/gal[US]'], title='Proppant Conc Surface End'
|
|
1113
|
+
)
|
|
1114
|
+
"""
|
|
1115
|
+
The final proppant concentration at the surface.
|
|
1116
|
+
"""
|
|
1117
|
+
ProppantConcSurfaceMax: float | None = Field(
|
|
1118
|
+
None, examples=['0.50 lbm/gal[US]'], title='Proppant Conc Surface Max'
|
|
1119
|
+
)
|
|
1120
|
+
"""
|
|
1121
|
+
Maximum proppant concentration at the wellhead.
|
|
1122
|
+
"""
|
|
1123
|
+
ProppantConcSurfaceAvg: float | None = Field(
|
|
1124
|
+
None, examples=['0.50 lbm/gal[US]'], title='Proppant Conc Surface Average'
|
|
1125
|
+
)
|
|
1126
|
+
"""
|
|
1127
|
+
The average proppant concentration at the surface.
|
|
1128
|
+
"""
|
|
1129
|
+
ProppantSlurryConcAvg: float | None = Field(
|
|
1130
|
+
None, examples=['0.50 lbm/gal[US]'], title='Proppant Slurry Conc Average'
|
|
1131
|
+
)
|
|
1132
|
+
"""
|
|
1133
|
+
Average proppant concentration exiting the equipment.
|
|
1134
|
+
"""
|
|
1135
|
+
ProppantSlurryConcMax: float | None = Field(
|
|
1136
|
+
None, examples=['0.50 lbm/gal[US]'], title='Proppant Slurry Conc Max'
|
|
1137
|
+
)
|
|
1138
|
+
"""
|
|
1139
|
+
Maximum proppant concentration exiting the equipment.
|
|
1140
|
+
"""
|
|
1141
|
+
PumpTime: float | None = Field(None, examples=['21 min'], title='Pump Time')
|
|
1142
|
+
"""
|
|
1143
|
+
Total pumping time for the step.
|
|
1144
|
+
"""
|
|
1145
|
+
SlurryFluidVolume: float | None = Field(
|
|
1146
|
+
None, examples=['72000 gal'], title='Slurry Fluid Volume'
|
|
1147
|
+
)
|
|
1148
|
+
"""
|
|
1149
|
+
The volume of the slurry (dirty) for this job step.
|
|
1150
|
+
"""
|
|
1151
|
+
SlurryReturnRateAvg: float | None = Field(
|
|
1152
|
+
None, examples=['36 bbl/min'], title='Slurry Return Rate Average'
|
|
1153
|
+
)
|
|
1154
|
+
"""
|
|
1155
|
+
Average slurry return rate.
|
|
1156
|
+
"""
|
|
1157
|
+
SurfacePressureStart: float | None = Field(None, title='Surface Pressure Start')
|
|
1158
|
+
"""
|
|
1159
|
+
Starting surface pressure.
|
|
1160
|
+
"""
|
|
1161
|
+
SurfacePressureEnd: float | None = Field(None, title='Surface Pressure End')
|
|
1162
|
+
"""
|
|
1163
|
+
Final surface pressure.
|
|
1164
|
+
"""
|
|
1165
|
+
SurfacePressureMax: float | None = Field(None, title='Surface Pressure Max')
|
|
1166
|
+
"""
|
|
1167
|
+
Maximum pumping pressure on surface.
|
|
1168
|
+
"""
|
|
1169
|
+
SurfacePressureAvg: float | None = Field(None, title='Surface Pressure Average')
|
|
1170
|
+
"""
|
|
1171
|
+
Average surface pressure.
|
|
1172
|
+
"""
|
|
1173
|
+
WellheadSlurryVolume: float | None = Field(None, title='Wellhead Slurry Volume')
|
|
1174
|
+
"""
|
|
1175
|
+
Slurry volume entering the well.
|
|
1176
|
+
"""
|
|
1177
|
+
WellheadFlowRateAvg: float | None = Field(None, title='Wellhead Flow Rate Avg')
|
|
1178
|
+
"""
|
|
1179
|
+
Average flow rate at the wellhead.
|
|
1180
|
+
"""
|
|
1181
|
+
WellheadFlowRateMax: float | None = Field(None, title='Wellhead Flow Rate Max')
|
|
1182
|
+
"""
|
|
1183
|
+
Maximum flow rate at the wellhead.
|
|
1184
|
+
"""
|
|
1185
|
+
Remarks: str | None = Field(None, examples=['Treatment #2'], title='Remarks')
|
|
1186
|
+
"""
|
|
1187
|
+
General remarks about this job step.
|
|
1188
|
+
"""
|
|
1189
|
+
|
|
1190
|
+
|
|
1191
|
+
class Data(OsduCommonResources, AbstractWPCGroupType, AbstractWorkProductComponent):
|
|
1192
|
+
"""
|
|
1193
|
+
`data` payload for StimulationStage 1.0.0.
|
|
1194
|
+
"""
|
|
1195
|
+
|
|
1196
|
+
model_config = ConfigDict(
|
|
1197
|
+
extra='allow',
|
|
1198
|
+
)
|
|
1199
|
+
WellboreID: constr(
|
|
1200
|
+
pattern=r'^[\w\-\.]+:master-data\-\-Wellbore:[\w\-\.\:\%]+:[0-9]*$'
|
|
1201
|
+
) = Field(
|
|
1202
|
+
...,
|
|
1203
|
+
examples=['namespace:master-data--Wellbore:11000091175501:'],
|
|
1204
|
+
title='Wellbore ID',
|
|
1205
|
+
)
|
|
1206
|
+
"""
|
|
1207
|
+
A link to the Wellbore in which the stimulation took place.
|
|
1208
|
+
"""
|
|
1209
|
+
WellActivityID: (
|
|
1210
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-WellActivity:[\w\-\.\:\%]+:[0-9]*$')
|
|
1211
|
+
| None
|
|
1212
|
+
) = Field(
|
|
1213
|
+
None,
|
|
1214
|
+
examples=['namespace:master-data--WellActivity:110000911755.COM:'],
|
|
1215
|
+
title='Well Activity ID',
|
|
1216
|
+
)
|
|
1217
|
+
"""
|
|
1218
|
+
A link to the Well Activity to which this stimulation job was performed.
|
|
1219
|
+
"""
|
|
1220
|
+
StimulationJobID: (
|
|
1221
|
+
constr(
|
|
1222
|
+
pattern=r'^[\w\-\.]+:work-product-component\-\-StimulationJob:[\w\-\.\:\%]+:[0-9]*$'
|
|
1223
|
+
)
|
|
1224
|
+
| None
|
|
1225
|
+
) = Field(
|
|
1226
|
+
None,
|
|
1227
|
+
examples=['namespace:work-product-component--StimulationJob:110000911755.COM:'],
|
|
1228
|
+
title='Stimulation Job ID',
|
|
1229
|
+
)
|
|
1230
|
+
"""
|
|
1231
|
+
The SRN of the parent Stimulation Job in which the Stage was performed.
|
|
1232
|
+
"""
|
|
1233
|
+
StageNumber: int | None = Field(None, examples=[2], title='StageNumber')
|
|
1234
|
+
"""
|
|
1235
|
+
The number associated with the stage.
|
|
1236
|
+
"""
|
|
1237
|
+
StageStartDateTime: str | None = Field(
|
|
1238
|
+
None, examples=['2020-05-01T016:00:00+0000'], title='Stage Start Date Time'
|
|
1239
|
+
)
|
|
1240
|
+
"""
|
|
1241
|
+
Starting date and time for the stage treatment.
|
|
1242
|
+
"""
|
|
1243
|
+
StageEndDateTime: str | None = Field(
|
|
1244
|
+
None, examples=['2020-05-01T018:30:00+0000'], title='Stage End Date Time'
|
|
1245
|
+
)
|
|
1246
|
+
"""
|
|
1247
|
+
Ending date and time for the stage treatment.
|
|
1248
|
+
"""
|
|
1249
|
+
IntervalTopMeasuredDepth: float | None = Field(
|
|
1250
|
+
None, examples=['14386 ft'], title='Interval Top Measured Depth'
|
|
1251
|
+
)
|
|
1252
|
+
"""
|
|
1253
|
+
Measured depth at the top of the stimulated interval.
|
|
1254
|
+
"""
|
|
1255
|
+
IntervalBaseMeasuredDepth: float | None = Field(
|
|
1256
|
+
None, examples=['14613 ft'], title='Interval Base Measured Depth'
|
|
1257
|
+
)
|
|
1258
|
+
"""
|
|
1259
|
+
Measured depth at base of the stimulated interval.
|
|
1260
|
+
"""
|
|
1261
|
+
IntervalTopTrueVerticalDepth: float | None = Field(
|
|
1262
|
+
None, examples=['7029 ft'], title='Interval Top True Vertical Depth'
|
|
1263
|
+
)
|
|
1264
|
+
"""
|
|
1265
|
+
True Vertical depth at top of interval.
|
|
1266
|
+
"""
|
|
1267
|
+
IntervalBaseTrueVerticalDepth: float | None = Field(
|
|
1268
|
+
None, examples=['7025 ft'], title='Interval Base True Vertical Depth'
|
|
1269
|
+
)
|
|
1270
|
+
"""
|
|
1271
|
+
True Vertical depth at base of interval.
|
|
1272
|
+
"""
|
|
1273
|
+
StageIntervalLength: float | None = Field(
|
|
1274
|
+
None, examples=['227 ft'], title='Stage Interval Length'
|
|
1275
|
+
)
|
|
1276
|
+
"""
|
|
1277
|
+
Length (along hole measured depth) of the stimulated interval.
|
|
1278
|
+
"""
|
|
1279
|
+
HoleSectionID: (
|
|
1280
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-HoleSection:[\w\-\.\:\%]+:[0-9]*$')
|
|
1281
|
+
| None
|
|
1282
|
+
) = Field(
|
|
1283
|
+
None,
|
|
1284
|
+
examples=['namespace:master-data--HoleSection:11000091175501.6inHoleSect:'],
|
|
1285
|
+
title='Hole Section Identifier',
|
|
1286
|
+
)
|
|
1287
|
+
"""
|
|
1288
|
+
The Hole Section stimulated during this job Stage.
|
|
1289
|
+
"""
|
|
1290
|
+
JobEvent: list[JobEventItem] | None = Field(None, title='Job Event')
|
|
1291
|
+
"""
|
|
1292
|
+
Timed comments for this job stage of the stim job.
|
|
1293
|
+
"""
|
|
1294
|
+
JobStep: list[JobStepItem] | None = Field(None, title='Job Step')
|
|
1295
|
+
"""
|
|
1296
|
+
Job Step array
|
|
1297
|
+
"""
|
|
1298
|
+
Diversion_1: Diversion | None = Field(None, alias='Diversion', title='Diversion')
|
|
1299
|
+
"""
|
|
1300
|
+
Diversion details for the stimulated interval.
|
|
1301
|
+
"""
|
|
1302
|
+
FlowPath_1: FlowPath | None = Field(None, alias='FlowPath', title='Flow Path')
|
|
1303
|
+
"""
|
|
1304
|
+
Details about the downhole equipment design for this stimulation interval.
|
|
1305
|
+
"""
|
|
1306
|
+
FluidPumpRateAvg: float | None = Field(
|
|
1307
|
+
None, examples=['36.54 bbl/min'], title='Fluid Pump Rate Avg'
|
|
1308
|
+
)
|
|
1309
|
+
"""
|
|
1310
|
+
Average fluid pumping rate for all job Steps while treating the Stage.
|
|
1311
|
+
"""
|
|
1312
|
+
FluidPumpRateMax: float | None = Field(
|
|
1313
|
+
None, examples=['46.23 bbl/min'], title='Fluid Pump Rate Max'
|
|
1314
|
+
)
|
|
1315
|
+
"""
|
|
1316
|
+
Maximum fluid pumping rate of any Step while treating the Stage.
|
|
1317
|
+
"""
|
|
1318
|
+
AnnulusPressureAvg: float | None = Field(
|
|
1319
|
+
None, examples=['8303 psi'], title='Annulus Pressure Average'
|
|
1320
|
+
)
|
|
1321
|
+
"""
|
|
1322
|
+
The average annulus pressure for all job steps for the stage treatment.
|
|
1323
|
+
"""
|
|
1324
|
+
AnnulusPressureMax: float | None = Field(
|
|
1325
|
+
None, examples=['8755 psi'], title='Annulus Pressure Max'
|
|
1326
|
+
)
|
|
1327
|
+
"""
|
|
1328
|
+
The highest annulus pressure for all job steps while treating the stage.
|
|
1329
|
+
"""
|
|
1330
|
+
BaseFluidReturnRateAvg: float | None = Field(
|
|
1331
|
+
None, title='Base Fluid Return Rate Average'
|
|
1332
|
+
)
|
|
1333
|
+
"""
|
|
1334
|
+
Average base fluid return flow rate of all Steps for this Stage.
|
|
1335
|
+
"""
|
|
1336
|
+
BHPumpRateAvg: float | None = Field(
|
|
1337
|
+
None, examples=['36.54 bbl/min'], title='Bottomhole Pump Rate Average'
|
|
1338
|
+
)
|
|
1339
|
+
"""
|
|
1340
|
+
Average bottomhole flow rate for this Stage.
|
|
1341
|
+
"""
|
|
1342
|
+
DHStaticTemperatureAvg: float | None = Field(
|
|
1343
|
+
None, examples=['155 degF'], title='Downhole Static Temperature Average'
|
|
1344
|
+
)
|
|
1345
|
+
"""
|
|
1346
|
+
The average static temperature of the wellbore injection point(s) or formation at equilibrium (steady state) with no fluid or tool movement, allowing for equilibrium conditions at the wellbore injection point; (DHST: down hole static temperature.
|
|
1347
|
+
"""
|
|
1348
|
+
BodyVolume: float | None = Field(
|
|
1349
|
+
None, examples=['156435 gal[US]'], title='Body Volume'
|
|
1350
|
+
)
|
|
1351
|
+
"""
|
|
1352
|
+
The volume pumped for the body portion of the stage treatment.
|
|
1353
|
+
"""
|
|
1354
|
+
BreakDownPressure: float | None = Field(
|
|
1355
|
+
None, examples=['8358 psi'], title='Break Down Pressure'
|
|
1356
|
+
)
|
|
1357
|
+
"""
|
|
1358
|
+
The pressure at which the formation fractures and accepts injected fluid.
|
|
1359
|
+
"""
|
|
1360
|
+
CasingPumpRateMax: float | None = Field(
|
|
1361
|
+
None, examples=['46 bbl/min'], title='Casing Pump Rate Max'
|
|
1362
|
+
)
|
|
1363
|
+
"""
|
|
1364
|
+
Maximum casing fluid pumping rate of any step while treating the stage.
|
|
1365
|
+
"""
|
|
1366
|
+
CasingPressureAvg: float | None = Field(None, title='Casing Pressure Average')
|
|
1367
|
+
"""
|
|
1368
|
+
The average casing pressure of any step for the stage treatment.
|
|
1369
|
+
"""
|
|
1370
|
+
CasingPressureMax: float | None = Field(None, title='Casing Pressure Max')
|
|
1371
|
+
"""
|
|
1372
|
+
The highest casing pressure of any step while treating the stage.
|
|
1373
|
+
"""
|
|
1374
|
+
ClosureDuration: float | None = Field(
|
|
1375
|
+
None, examples=['1 min'], title='Closure Duration'
|
|
1376
|
+
)
|
|
1377
|
+
"""
|
|
1378
|
+
Delta time recorded for the closure of the fracture to occur during the stage treatment.
|
|
1379
|
+
"""
|
|
1380
|
+
ClosurePressure: float | None = Field(None, title='Closure Pressure')
|
|
1381
|
+
"""
|
|
1382
|
+
An analysis parameter used in hydraulic fracture design to indicate the pressure at which the fracture effectively closes without proppant in place.
|
|
1383
|
+
"""
|
|
1384
|
+
ConductivityAvg: float | None = Field(None, title='Conductivity Average')
|
|
1385
|
+
"""
|
|
1386
|
+
Average conductivity of a fracture created during the treatment supported by proppant during the stimulation services. Hydraulic conductivity, symbolically represented as K, is a property of vascular plants, soil or rock, that describes the ease with which water can move through pore spaces or fractures. It depends on the intrinsic permeability of the material and on the degree of saturation. Saturated hydraulic conductivity, Ksat, describes water movement through saturated media.
|
|
1387
|
+
"""
|
|
1388
|
+
FlushVolume: float | None = Field(None, examples=['5 bbl'], title='Flush Volume')
|
|
1389
|
+
"""
|
|
1390
|
+
Volume pumped during flush portion of stage treatment.
|
|
1391
|
+
"""
|
|
1392
|
+
FormationBreakLengthPerDay: float | None = Field(
|
|
1393
|
+
None, examples=['1000 ft/d'], title='Formation Break Length Per Day'
|
|
1394
|
+
)
|
|
1395
|
+
"""
|
|
1396
|
+
The length of formation broken (fracced) per day.
|
|
1397
|
+
"""
|
|
1398
|
+
FormationName: str | None = Field(None, examples=['Willow'], title='Formation Name')
|
|
1399
|
+
"""
|
|
1400
|
+
The name of the formation being stimulated in this job stage.
|
|
1401
|
+
"""
|
|
1402
|
+
LithostratigraphicID: (
|
|
1403
|
+
constr(
|
|
1404
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-LithoStratigraphy:[\w\-\.\:\%]+:[0-9]*$'
|
|
1405
|
+
)
|
|
1406
|
+
| None
|
|
1407
|
+
) = Field(None, title='Lithostratigraphic ID')
|
|
1408
|
+
"""
|
|
1409
|
+
Lithostratigraphic (Formation Top name) Identifier
|
|
1410
|
+
"""
|
|
1411
|
+
WellboreMarketSetID: (
|
|
1412
|
+
constr(
|
|
1413
|
+
pattern=r'^[\w\-\.]+:work-product-component\-\-WellboreMarkerSet:[\w\-\.\:\%]+:[0-9]*$'
|
|
1414
|
+
)
|
|
1415
|
+
| None
|
|
1416
|
+
) = Field(None, title='Wellbore Marker Set ID')
|
|
1417
|
+
"""
|
|
1418
|
+
ID to the Wellbore Marker Set containing the Marker (Formation Top) that is stimulated in the Job Stage
|
|
1419
|
+
"""
|
|
1420
|
+
WellboreMarkerID: str | None = Field(None, title='Wellbore Marker ID')
|
|
1421
|
+
"""
|
|
1422
|
+
ID to the Wellbore Marker within the Wellbore Marker Set that is stimulated in the Job Stage
|
|
1423
|
+
"""
|
|
1424
|
+
ReservoirID: (
|
|
1425
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-Reservoir:[\w\-\.\:\%]+:[0-9]*$')
|
|
1426
|
+
| None
|
|
1427
|
+
) = Field(
|
|
1428
|
+
None,
|
|
1429
|
+
examples=['namespace:master-data--Reservoir:Willow:'],
|
|
1430
|
+
title='Reservoir ID',
|
|
1431
|
+
)
|
|
1432
|
+
"""
|
|
1433
|
+
Identifier to the Reservoir stimulated in the Job Stage
|
|
1434
|
+
"""
|
|
1435
|
+
ReservoirSegmentID: (
|
|
1436
|
+
constr(
|
|
1437
|
+
pattern=r'^[\w\-\.]+:master-data\-\-ReservoirSegment:[\w\-\.\:\%]+:[0-9]*$'
|
|
1438
|
+
)
|
|
1439
|
+
| None
|
|
1440
|
+
) = Field(None, title='Reservoir Segment ID')
|
|
1441
|
+
"""
|
|
1442
|
+
Identifier to the Reservoir Segment stimulated in the Job Stage
|
|
1443
|
+
"""
|
|
1444
|
+
FormationTopMeasuredDepth: float | None = Field(
|
|
1445
|
+
None, examples=['7300 ft'], title='Formation Top Measured Depth'
|
|
1446
|
+
)
|
|
1447
|
+
"""
|
|
1448
|
+
Measured depth of the top of the formation.
|
|
1449
|
+
"""
|
|
1450
|
+
FormationTopTrueVerticalDepth: float | None = Field(
|
|
1451
|
+
None, examples=['7036 ft'], title='Formation Top True Vertical Depth'
|
|
1452
|
+
)
|
|
1453
|
+
"""
|
|
1454
|
+
True vertical depth of the top of the formation.
|
|
1455
|
+
"""
|
|
1456
|
+
FormationBottomMeasuredDepth: float | None = Field(
|
|
1457
|
+
None, title='Formation Bottom Measured Depth'
|
|
1458
|
+
)
|
|
1459
|
+
"""
|
|
1460
|
+
Measured depth of the bottom of the formation.
|
|
1461
|
+
"""
|
|
1462
|
+
FormationBottomTrueVerticalDepth: float | None = Field(
|
|
1463
|
+
None, title='Formation Bottom True Vertical Depth'
|
|
1464
|
+
)
|
|
1465
|
+
"""
|
|
1466
|
+
True vertical depth of the bottom of the formation.
|
|
1467
|
+
"""
|
|
1468
|
+
FractureGradientInitial: float | None = Field(
|
|
1469
|
+
None, examples=['1.079 psi/ft'], title='Fracture Gradient Initial'
|
|
1470
|
+
)
|
|
1471
|
+
"""
|
|
1472
|
+
The formation fracture gradient for stage before treatment.
|
|
1473
|
+
"""
|
|
1474
|
+
FractureGradientFinal: float | None = Field(
|
|
1475
|
+
None, examples=['1.079 psi/ft'], title='Fracture Gradient Final'
|
|
1476
|
+
)
|
|
1477
|
+
"""
|
|
1478
|
+
The formation fracture gradient for the stage after treatment.
|
|
1479
|
+
"""
|
|
1480
|
+
FractureHeight: float | None = Field(
|
|
1481
|
+
None, examples=['0.25 in'], title='Fracture Height'
|
|
1482
|
+
)
|
|
1483
|
+
"""
|
|
1484
|
+
The height of the fracture created after treating the stage.
|
|
1485
|
+
"""
|
|
1486
|
+
FractureLength: float | None = Field(
|
|
1487
|
+
None, examples=['12 ft'], title='Fracture Length'
|
|
1488
|
+
)
|
|
1489
|
+
"""
|
|
1490
|
+
The length of the fracture created after treating the stage.
|
|
1491
|
+
"""
|
|
1492
|
+
FractureWidthAvg: float | None = Field(
|
|
1493
|
+
None, examples=['0.15 in'], title='Fracture Width Average'
|
|
1494
|
+
)
|
|
1495
|
+
"""
|
|
1496
|
+
Average fracture width created during the treatment of the stage.
|
|
1497
|
+
"""
|
|
1498
|
+
FrictionPressure: float | None = Field(None, title='Friction Pressure')
|
|
1499
|
+
"""
|
|
1500
|
+
Friction pressure loss encountered by fluid transported to stage interval.
|
|
1501
|
+
"""
|
|
1502
|
+
HHPAvg: float | None = Field(None, examples=['7431 hp'], title='HHP Average')
|
|
1503
|
+
"""
|
|
1504
|
+
Average hydraulic horse power used for the stage.
|
|
1505
|
+
"""
|
|
1506
|
+
HHPMax: float | None = Field(None, examples=['7800 hp'], title='HHP Max')
|
|
1507
|
+
"""
|
|
1508
|
+
Maximum hydraulic horse power used for the stage.
|
|
1509
|
+
"""
|
|
1510
|
+
HHPOrderedCO2: float | None = Field(
|
|
1511
|
+
None, examples=['8000 hp'], title='HHP Ordered CO2'
|
|
1512
|
+
)
|
|
1513
|
+
"""
|
|
1514
|
+
Carbon dioxide hydraulic horsepower ordered for the stage.
|
|
1515
|
+
"""
|
|
1516
|
+
HHPOrderedFluid: float | None = Field(None, title='HHP Ordered Fluid')
|
|
1517
|
+
"""
|
|
1518
|
+
Fluid hydraulic horsepower ordered for the stage.
|
|
1519
|
+
"""
|
|
1520
|
+
HHPUsedCO2: float | None = Field(None, title='HHP Used CO2')
|
|
1521
|
+
"""
|
|
1522
|
+
Carbon dioxide hydraulic horsepower actually used for the stage.
|
|
1523
|
+
"""
|
|
1524
|
+
HHPUsedFluid: float | None = Field(None, title='HHP Used Fluid')
|
|
1525
|
+
"""
|
|
1526
|
+
Fluid hydraulic horsepower actually used for the stage.
|
|
1527
|
+
"""
|
|
1528
|
+
IsScreenedOut: bool | None = Field(None, examples=[False], title='Is Screened Out')
|
|
1529
|
+
"""
|
|
1530
|
+
Did screen out occur? True (true or 1) indicates that screen out occurred. False (false or 0) or not given indicates otherwise.
|
|
1531
|
+
"""
|
|
1532
|
+
MaterialUsageRateMax: list[v1_0_0.AbstractStimMaterialQuantity] | None = Field(
|
|
1533
|
+
None, title='Material Usage Rate Max'
|
|
1534
|
+
)
|
|
1535
|
+
"""
|
|
1536
|
+
Usage and maximum mass or volume flow rates for a material for this job stage.
|
|
1537
|
+
"""
|
|
1538
|
+
MaterialUsage: list[v1_0_0.AbstractStimMaterialQuantity] | None = Field(
|
|
1539
|
+
None, title='Material Used'
|
|
1540
|
+
)
|
|
1541
|
+
"""
|
|
1542
|
+
Material used during this job stage. For example, proppant or gel (additive).
|
|
1543
|
+
"""
|
|
1544
|
+
NetPressure: float | None = Field(None, title='Net Pressure')
|
|
1545
|
+
"""
|
|
1546
|
+
The difference between the pressure which holds a fracture closed (minimal principal stress) and that pressure which is necessary to open the fracture.
|
|
1547
|
+
"""
|
|
1548
|
+
OpenHoleDiameter: float | None = Field(
|
|
1549
|
+
None, examples=['6 in'], title='Open Hole Diameter'
|
|
1550
|
+
)
|
|
1551
|
+
"""
|
|
1552
|
+
The diameter of the open hole.
|
|
1553
|
+
"""
|
|
1554
|
+
OpenHoleName: str | None = Field(
|
|
1555
|
+
None, examples=['6" Hole Section'], title='Open Hole Name'
|
|
1556
|
+
)
|
|
1557
|
+
"""
|
|
1558
|
+
A name for the open hole. To be used for open hole completions.
|
|
1559
|
+
"""
|
|
1560
|
+
PadPercent: float | None = Field(None, examples=['100 %'], title='Pad Percent')
|
|
1561
|
+
"""
|
|
1562
|
+
The percentage of volume pumped used for the pad.
|
|
1563
|
+
"""
|
|
1564
|
+
PadVolume: float | None = Field(None, examples=['8194 gal[US]'], title='Pad Volume')
|
|
1565
|
+
"""
|
|
1566
|
+
Volume pumped for pad portion of stage treatment.
|
|
1567
|
+
"""
|
|
1568
|
+
PumpDiagnosticSession: list[PumpDiagnosticSessionItem] | None = Field(
|
|
1569
|
+
None, title='Pump Diagnostic Session'
|
|
1570
|
+
)
|
|
1571
|
+
"""
|
|
1572
|
+
A pumping diagnostics session for this job stage.
|
|
1573
|
+
"""
|
|
1574
|
+
PerfBallCount: int | None = Field(None, title='Perf Ball Count')
|
|
1575
|
+
"""
|
|
1576
|
+
Total number of perforation balls used while treating the stage.
|
|
1577
|
+
"""
|
|
1578
|
+
PerfBallSize: float | None = Field(None, title='Perf Ball Size')
|
|
1579
|
+
"""
|
|
1580
|
+
The size (diameter) of the perforation balls used while treating the Stage
|
|
1581
|
+
"""
|
|
1582
|
+
ProppantBHConcAvg: float | None = Field(
|
|
1583
|
+
None,
|
|
1584
|
+
examples=['0.51 lbm/gal[US]'],
|
|
1585
|
+
title='Proppant Bottomhole Concentration Average',
|
|
1586
|
+
)
|
|
1587
|
+
"""
|
|
1588
|
+
The average proppant concentration at the bottom of the interval.
|
|
1589
|
+
"""
|
|
1590
|
+
ProppantBHConcMax: float | None = Field(
|
|
1591
|
+
None,
|
|
1592
|
+
examples=['0.61 lbm/gal[US]'],
|
|
1593
|
+
title='Proppant Bottomhole Concentration Max',
|
|
1594
|
+
)
|
|
1595
|
+
"""
|
|
1596
|
+
The maximum proppant concentration at the bottom of the stage interval for all job steps.
|
|
1597
|
+
"""
|
|
1598
|
+
ProppantDesignMass: float | None = Field(
|
|
1599
|
+
None, examples=['0.55 lbm'], title='Proppant Design Mass'
|
|
1600
|
+
)
|
|
1601
|
+
"""
|
|
1602
|
+
The planned, total proppant mass for this job stage.
|
|
1603
|
+
"""
|
|
1604
|
+
ProppantInFormationMass: float | None = Field(
|
|
1605
|
+
None, examples=['44100 lbm'], title='Proppant In Formation Mass'
|
|
1606
|
+
)
|
|
1607
|
+
"""
|
|
1608
|
+
The weight of proppant placed in the formation.
|
|
1609
|
+
"""
|
|
1610
|
+
ProppantHeight: float | None = Field(
|
|
1611
|
+
None, examples=['0.25 in'], title='Proppant Height'
|
|
1612
|
+
)
|
|
1613
|
+
"""
|
|
1614
|
+
The proppant height.
|
|
1615
|
+
"""
|
|
1616
|
+
ProppantInFormationTotal: float | None = Field(
|
|
1617
|
+
None, examples=['44100 lbm'], title='Proppant In Formation Total'
|
|
1618
|
+
)
|
|
1619
|
+
"""
|
|
1620
|
+
The cumulative total amount of proppant in the formation including the current stage.
|
|
1621
|
+
"""
|
|
1622
|
+
ProppantPerforationConc: float | None = Field(
|
|
1623
|
+
None, examples=['0.51 lbm/gal[US]'], title='Proppant Perforation Concentration'
|
|
1624
|
+
)
|
|
1625
|
+
"""
|
|
1626
|
+
The proppant concentration at the perforations.
|
|
1627
|
+
"""
|
|
1628
|
+
ProppantPumpedPercent: float | None = Field(
|
|
1629
|
+
None, examples=['100 %'], title='Proppant Pumped Percent'
|
|
1630
|
+
)
|
|
1631
|
+
"""
|
|
1632
|
+
Total proppant mass used as a percent of the design mass.
|
|
1633
|
+
"""
|
|
1634
|
+
ProppantSurfaceConcAvg: float | None = Field(
|
|
1635
|
+
None, examples=['0.51 lbm/gal[US]'], title='Proppant Surface Conc Average'
|
|
1636
|
+
)
|
|
1637
|
+
"""
|
|
1638
|
+
The average proppant concentration on the surface.
|
|
1639
|
+
"""
|
|
1640
|
+
ProppantSurfaceConcMax: float | None = Field(
|
|
1641
|
+
None, examples=['0.51 lbm/gal[US]'], title='Proppant Surface Conc Max'
|
|
1642
|
+
)
|
|
1643
|
+
"""
|
|
1644
|
+
The maximum proppant concentration on the surface.
|
|
1645
|
+
"""
|
|
1646
|
+
ProppantWellboreMass: float | None = Field(
|
|
1647
|
+
None, examples=['44100 lbm'], title='Proppant Wellbore Mass'
|
|
1648
|
+
)
|
|
1649
|
+
"""
|
|
1650
|
+
The weight of proppant left in the wellbore after pumping has stopped.
|
|
1651
|
+
"""
|
|
1652
|
+
PumpTimeTotal: float | None = Field(
|
|
1653
|
+
None, examples=['45 min'], title='Pump Time Total'
|
|
1654
|
+
)
|
|
1655
|
+
"""
|
|
1656
|
+
The total pumping time for the treatment of the stage.
|
|
1657
|
+
"""
|
|
1658
|
+
ScreenOutPressure: float | None = Field(None, title='Screen Out Pressure')
|
|
1659
|
+
"""
|
|
1660
|
+
The screen out pressure.
|
|
1661
|
+
"""
|
|
1662
|
+
ShutInPressure: list[ShutInPressureItem] | None = Field(
|
|
1663
|
+
None, title='Shut In Pressure'
|
|
1664
|
+
)
|
|
1665
|
+
"""
|
|
1666
|
+
Shut in pressure data for this job stage.
|
|
1667
|
+
"""
|
|
1668
|
+
ShutinPressureInitial: float | None = Field(
|
|
1669
|
+
None, examples=['3964 psi'], title='Shut In Pressure Initial'
|
|
1670
|
+
)
|
|
1671
|
+
"""
|
|
1672
|
+
The initial shut-in pressure.
|
|
1673
|
+
"""
|
|
1674
|
+
SlurryReturnRateAvg: float | None = Field(None, title='Slurry Return Rate Average')
|
|
1675
|
+
"""
|
|
1676
|
+
The average slurry return rate of all steps for the stage treatment.
|
|
1677
|
+
"""
|
|
1678
|
+
SurfacePressureAvg: float | None = Field(None, title='Surface Pressure Average')
|
|
1679
|
+
"""
|
|
1680
|
+
The average pressure for treating the stage across all steps.
|
|
1681
|
+
"""
|
|
1682
|
+
SurfacePressureMax: float | None = Field(None, title='Surface Pressure Max')
|
|
1683
|
+
"""
|
|
1684
|
+
Maximum surface pressure during treatment of the stage.
|
|
1685
|
+
"""
|
|
1686
|
+
TechnologyDescription: str | None = Field(None, title='Technology Description')
|
|
1687
|
+
"""
|
|
1688
|
+
Text describing the technology used while pumping the stage.
|
|
1689
|
+
"""
|
|
1690
|
+
BHTreatingTemperatureAvg: float | None = Field(
|
|
1691
|
+
None, title='Bottomhole Treating Temperature Average'
|
|
1692
|
+
)
|
|
1693
|
+
"""
|
|
1694
|
+
The average measured or calculated bottom hole temperature whilst pumping with well fluid injection or circulation of the wellbore at the point of interest. Point of interest is generally the injection point or region of interest for the test or treatment.
|
|
1695
|
+
"""
|
|
1696
|
+
TubingFluidRateMax: float | None = Field(None, title='Tubing Fluid Rate Max')
|
|
1697
|
+
"""
|
|
1698
|
+
Maximum tubing fluid pumping rate of any step while treating the stage.
|
|
1699
|
+
"""
|
|
1700
|
+
TubingPressureAvg: float | None = Field(None, title='Tubing Pressure Average')
|
|
1701
|
+
"""
|
|
1702
|
+
The average tubing pressure for the stage treatment.
|
|
1703
|
+
"""
|
|
1704
|
+
TubingPressureMax: float | None = Field(None, title='Tubing Pressure Max')
|
|
1705
|
+
"""
|
|
1706
|
+
The highest tubing pressure of any step while treating the stage.
|
|
1707
|
+
"""
|
|
1708
|
+
SlurryVolumeTotal: float | None = Field(None, title='Slurry VolumeTotal')
|
|
1709
|
+
"""
|
|
1710
|
+
The total slurry volume pumped for all steps while treating the stage.
|
|
1711
|
+
"""
|
|
1712
|
+
WaterSource: str | None = Field(
|
|
1713
|
+
None, examples=['Willow Municipal'], title='Water Source'
|
|
1714
|
+
)
|
|
1715
|
+
"""
|
|
1716
|
+
Water source description for fluid pumped during stage.
|
|
1717
|
+
"""
|
|
1718
|
+
PerforationSet: (
|
|
1719
|
+
list[
|
|
1720
|
+
constr(
|
|
1721
|
+
pattern=r'^[\w\-\.]+:master-data\-\-PerforationInterval:[\w\-\.\:\%]+:[0-9]*$'
|
|
1722
|
+
)
|
|
1723
|
+
]
|
|
1724
|
+
| None
|
|
1725
|
+
) = Field(None, title='Perforation Set')
|
|
1726
|
+
"""
|
|
1727
|
+
Set of Perforation Intervals stimulated in this stage.
|
|
1728
|
+
"""
|
|
1729
|
+
PerforationSetFrictionFactor: float | None = Field(
|
|
1730
|
+
None, title='Perforation Set Friction Factor'
|
|
1731
|
+
)
|
|
1732
|
+
"""
|
|
1733
|
+
Perforation Set Friction Factor
|
|
1734
|
+
"""
|
|
1735
|
+
PerforationSetFrictionPressure: float | None = Field(
|
|
1736
|
+
None, title='Perforation Set Friction Pressure'
|
|
1737
|
+
)
|
|
1738
|
+
"""
|
|
1739
|
+
Perforation Set Friction Pressure
|
|
1740
|
+
"""
|
|
1741
|
+
PerforationSetDischargeCoefficient: float | None = Field(
|
|
1742
|
+
None, title='Perforation Set Discharge Coefficient'
|
|
1743
|
+
)
|
|
1744
|
+
"""
|
|
1745
|
+
Perforation Set Discharge Coefficient
|
|
1746
|
+
"""
|
|
1747
|
+
WellLog: (
|
|
1748
|
+
list[
|
|
1749
|
+
constr(
|
|
1750
|
+
pattern=r'^[\w\-\.]+:work-product-component\-\-WellLog:[\w\-\.\:\%]+:[0-9]*$'
|
|
1751
|
+
)
|
|
1752
|
+
]
|
|
1753
|
+
| None
|
|
1754
|
+
) = Field(None, title='Well Logs')
|
|
1755
|
+
"""
|
|
1756
|
+
Log(s) associated to the Stimulation Stage
|
|
1757
|
+
"""
|
|
1758
|
+
Remarks: str | None = Field(
|
|
1759
|
+
None,
|
|
1760
|
+
examples=[
|
|
1761
|
+
'Screened out observing 1.5T in formation, 1.5T in wellbore, max acheivable rate 350 L/minute at 61.75 MPa. FLBK 50 m3 at 0.9 m3/min average. Attempted to Flush Wellbore observing 24 m3 to seat ball. Established feed rate 0.5 m3/min at 60 MPa. Displaced 1 m3 HCR to perfs and let soak 5 min. Re-initiated frac as per.'
|
|
1762
|
+
],
|
|
1763
|
+
title='Remarks',
|
|
1764
|
+
)
|
|
1765
|
+
"""
|
|
1766
|
+
General remarks about this Stage of the Stim Job.
|
|
1767
|
+
"""
|
|
1768
|
+
ExtensionProperties: dict[str, Any] | None = None
|