FractureTemplate¶
- class rips.FractureTemplate(pb2_object=None, channel=None)¶
Bases:
PdmObjectBase
- azimuth_angle¶
Azimuth Angle
- Type
float
- conductivity_factor¶
Conductivity
- Type
float
- conductivity_type¶
One of [InfiniteConductivity, FiniteConductivity]
- 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=1, height=1, d_factor=1, conductivity=1)¶
Set Fracture Template Scale Factors.
- Parameters
half_length (float) --
height (float) --
d_factor (float) --
conductivity (float) --
Returns: