StimPlanModelTemplate
- class rips.StimPlanModelTemplate(pb2_object: PdmObject | None = None, channel: Channel | None = None)
Bases:
NamedObject
- default_facies
Default Facies
- Type:
str
- default_permeability
Default Permeability
- Type:
float
- default_porosity
Default Porosity
- Type:
float
- id
ID
- Type:
int
- overburden_facies
Overburden Facies
- Type:
str
- overburden_fluid_density
Overburden Fluid Density [g/cm^3]
- Type:
float
- overburden_formation
Overburden Formation
- Type:
str
- overburden_height
Overburden Height
- Type:
float
- overburden_permeability
Overburden Permeability
- Type:
float
- overburden_porosity
Overburden Porosity
- Type:
float
- reference_temperature
Temperature [C]
- Type:
float
- reference_temperature_depth
Temperature Depth [m]
- Type:
float
- reference_temperature_gradient
Temperature Gradient [C/m]
- Type:
float
- stress_depth
Stress Depth
- Type:
float
- time_step
Time Step
- Type:
int
- underburden_facies
Underburden Facies
- Type:
str
- underburden_fluid_density
Underburden Fluid Density [g/cm^3]
- Type:
float
- underburden_formation
Underburden Formation
- Type:
str
- underburden_height
Underburden Height
- Type:
float
- underburden_permeability
Underburden Permeability
- Type:
float
- underburden_porosity
Underburden Porosity
- Type:
float
- use_eql_num_for_pressure_interpolation
Use EQLNUM For Pressure Interpolation
- Type:
bool
- use_pressure_table_for_initial_pressure
Use Pressure Table For Initial Pressure
- Type:
bool
- use_pressure_table_for_pressure
Use Pressure Table For Pressure
- Type:
bool
- vertical_stress
Vertical Stress
- Type:
float
- vertical_stress_gradient
Vertical Stress Gradient
- Type:
float
Methods Summary
Elastic Properties
Facies Initial Pressure Configs
Facies Properties
Non-Net Layers
Pressure Table
Methods Documentation
- elastic_properties() ElasticProperties | None
Elastic Properties
- Returns:
ElasticProperties
- facies_initial_pressure_configs() List[FaciesInitialPressureConfig]
Facies Initial Pressure Configs
- Returns:
List[FaciesInitialPressureConfig]
- facies_properties() FaciesProperties | None
Facies Properties
- Returns:
FaciesProperties
- non_net_layers() NonNetLayers | None
Non-Net Layers
- Returns:
NonNetLayers
- pressure_table() PressureTable | None
Pressure Table
- Returns:
PressureTable