mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8876 Fracture: add option to use align dip with formation dip
This commit is contained in:
@@ -747,7 +747,7 @@ cvf::Vec3d RimStimPlanModel::computeFractureDirectionNormal( RimWellPath* wellPa
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
cvf::Vec3d RimStimPlanModel::projectVectorIntoFracturePlane( const cvf::Vec3d& position,
|
||||
const cvf::Vec3d& fractureDirectionNormal,
|
||||
const cvf::Vec3d& direction ) const
|
||||
const cvf::Vec3d& direction )
|
||||
{
|
||||
// Create a fracture plane
|
||||
cvf::Plane fracturePlane;
|
||||
|
||||
@@ -192,6 +192,10 @@ public:
|
||||
|
||||
QString unitForProperty( RiaDefines::CurveProperty curveProperty ) const;
|
||||
|
||||
static cvf::Vec3d projectVectorIntoFracturePlane( const cvf::Vec3d& position,
|
||||
const cvf::Vec3d& fractureDirectionNormal,
|
||||
const cvf::Vec3d& direction );
|
||||
|
||||
protected:
|
||||
void defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& uiOrdering ) override;
|
||||
QList<caf::PdmOptionItemInfo> calculateValueOptions( const caf::PdmFieldHandle* fieldNeedingOptions ) override;
|
||||
@@ -208,9 +212,6 @@ private:
|
||||
void updatePerforationInterval();
|
||||
|
||||
cvf::Vec3d computeFractureDirectionNormal( RimWellPath* wellPath, const cvf::Vec3d& position ) const;
|
||||
cvf::Vec3d projectVectorIntoFracturePlane( const cvf::Vec3d& position,
|
||||
const cvf::Vec3d& fractureDirectionNormal,
|
||||
const cvf::Vec3d& direction ) const;
|
||||
|
||||
RigEclipseCaseData* getEclipseCaseData() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user