FractureTemplate
- class rips.FractureTemplate(pb2_object: PdmObject | None = None, channel: Channel | None = None)
Bases:
PdmObjectBase
- azimuth_angle
Azimuth Angle
- Type:
float
- conductivity_factor
Conductivity
- Type:
float
- conductivity_type
One of [InfiniteConductivity, FiniteConductivity, FiniteConductivityInfiniteWellPI]
- Type:
str
- d_factor_scale_factor
D-factor
- Type:
float
- height_scale_factor
Height
- Type:
float
- orientation
One of [Azimuth, Longitudinal, Transverse]
- Type:
str
- perforation_length
Perforation Length
- Type:
float
- user_defined_perforation_length
User-defined Perforation Length
- Type:
bool
- user_description
Name
- Type:
str
- width_scale_factor
Half Length
- Type:
float
Methods Summary
set_scale_factors
([half_length, height, ...])Set Fracture Template Scale Factors.
Methods Documentation
- set_scale_factors(half_length: float = 1, height: float = 1, d_factor: float = 1, conductivity: float = 1) None
Set Fracture Template Scale Factors.
- Parameters:
half_length (float)
height (float)
d_factor (float)
conductivity (float)
Returns: