FractureTemplate
- class rips.FractureTemplate(pb2_object: PdmObject | None = None, channel: Channel | None = None)
Bases:
PdmObjectBase
- azimuth_angle
Azimuth Angle
- Type:
float
- beta_factor_type
One of [UserDefinedBetaFactor, FractureBetaFactor]
- Type:
str
- conductivity_factor
Conductivity
- Type:
float
- conductivity_type
One of [InfiniteConductivity, FiniteConductivity, FiniteConductivityInfiniteWellPI]
- Type:
str
- d_factor_scale_factor
D-factor
- Type:
float
- effective_permeability
Effective Permeability (Ke) [mD]
- Type:
float
- fracture_width
Fracture Width (h)
- Type:
float
- fracture_width_type
One of [UserDefinedWidth, FractureWidth]
- Type:
str
- gas_viscosity
<html>Gas Viscosity (μ)</html> [cP]
- Type:
float
- height_scale_factor
Height
- Type:
float
- inertial_coefficient
<html>Inertial Coefficient (β)</html> [Forch. unit]
- Type:
float
- non_darcy_flow_type
One of [None, Computed, UserDefined]
- Type:
str
- orientation
One of [Azimuth, Longitudinal, Transverse]
- Type:
str
- perforation_length
Perforation Length
- Type:
float
- permeability_type
One of [UserDefinedPermeability, FractureConductivity]
- Type:
str
- relative_gas_density
<html>Relative Gas Density (γ)</html>
- Type:
float
- relative_permeability
Relative Permeability
- Type:
float
- user_defined_d_factor
D Factor
- 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: