RimStatisticalCalculation¶
- class rips.RimStatisticalCalculation(pb2_object: PdmObject | None = None, channel: Channel | None = None)¶
Bases:
Reservoir
- calculate_percentiles¶
Calculate Percentiles
- Type:
bool
- dynamic_properties_to_calculate¶
Dyn Prop
- Type:
List[str]
- fracture_dynamic_properties_to_calculate¶
- Type:
List[str]
- fracture_generated_properties_to_calculate¶
- Type:
List[str]
- fracture_input_properties_to_calculate¶
- Type:
List[str]
- fracture_static_properties_to_calculate¶
- Type:
List[str]
- generated_properties_to_calculate¶
- Type:
List[str]
- high_percentile¶
High
- Type:
float
- input_properties_to_calculate¶
- Type:
List[str]
- low_percentile¶
Low
- Type:
float
- mid_percentile¶
Mid
- Type:
float
- percentile_calculation_type¶
One of [NearestObservationPercentile, HistogramEstimatedPercentile, InterpolatedObservationPercentile]
- Type:
str
- porosity_model¶
One of [MATRIX_MODEL, FRACTURE_MODEL]
- Type:
str
- result_type¶
One of [DYNAMIC_NATIVE, STATIC_NATIVE, SOURSIMRL, GENERATED, INPUT_PROPERTY, FORMATION_NAMES, ALLAN_DIAGRAMS, FLOW_DIAGNOSTICS, INJECTION_FLOODING]
- Type:
str
- static_properties_to_calculate¶
Stat Prop
- Type:
List[str]
- use_zero_as_inactive_cell_value¶
Use Zero as Inactive Cell Value
- Type:
bool
- well_data_source_case¶
Well Data Source Case
- Type:
str
Methods Summary
The Abstract Base Class for the Project Data Model
The Abstract Base Class for the Project Data Model
set_source_properties
([property_type, ...])- param property_type:
Methods Documentation
- clear_source_properties() None ¶
The Abstract Base Class for the Project Data Model
Arguments:
Returns:
- compute_statistics() None ¶
The Abstract Base Class for the Project Data Model
Arguments:
Returns:
- set_source_properties(property_type: str = '', property_names: List[str] = []) None ¶
- Parameters:
property_type (str) --
property_names (List[str]) --
Returns: