mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3314 Rename Casing Shoe track to Well Design
This commit is contained in:
parent
a0a7ff3e7c
commit
7db48f1712
@ -109,7 +109,7 @@ void RicNewWellBoreStabilityPlotFeature::onActionTriggered(bool isChecked)
|
|||||||
QString plotName("Well Bore Stability");
|
QString plotName("Well Bore Stability");
|
||||||
RimWellLogPlot* plot = RicNewWellLogPlotFeatureImpl::createWellLogPlot(false, plotName);
|
RimWellLogPlot* plot = RicNewWellLogPlotFeatureImpl::createWellLogPlot(false, plotName);
|
||||||
createFormationTrack(plot, wellPath, geoMechCase);
|
createFormationTrack(plot, wellPath, geoMechCase);
|
||||||
progInfo.incrementProgressAndUpdateNextStep(3, "Creating casing shoe size track");
|
progInfo.incrementProgressAndUpdateNextStep(3, "Creating well design track");
|
||||||
createCasingShoeTrack(plot, wellPath, geoMechCase);
|
createCasingShoeTrack(plot, wellPath, geoMechCase);
|
||||||
progInfo.incrementProgressAndUpdateNextStep(75, "Creating stability curves track");
|
progInfo.incrementProgressAndUpdateNextStep(75, "Creating stability curves track");
|
||||||
createStabilityCurvesTrack(plot, wellPath, geoMechView);
|
createStabilityCurvesTrack(plot, wellPath, geoMechView);
|
||||||
@ -159,7 +159,7 @@ void RicNewWellBoreStabilityPlotFeature::createFormationTrack(RimWellLogPlot* pl
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
void RicNewWellBoreStabilityPlotFeature::createCasingShoeTrack(RimWellLogPlot* plot, RimWellPath* wellPath, RimGeoMechCase* geoMechCase)
|
void RicNewWellBoreStabilityPlotFeature::createCasingShoeTrack(RimWellLogPlot* plot, RimWellPath* wellPath, RimGeoMechCase* geoMechCase)
|
||||||
{
|
{
|
||||||
RimWellLogTrack* casingShoeTrack = RicNewWellLogPlotFeatureImpl::createWellLogPlotTrack(false, "Casing Shoe", plot);
|
RimWellLogTrack* casingShoeTrack = RicNewWellLogPlotFeatureImpl::createWellLogPlotTrack(false, "Well Design", plot);
|
||||||
casingShoeTrack->setWidthScaleFactor(RimWellLogTrack::NARROW_TRACK);
|
casingShoeTrack->setWidthScaleFactor(RimWellLogTrack::NARROW_TRACK);
|
||||||
casingShoeTrack->setFormationWellPath(wellPath);
|
casingShoeTrack->setFormationWellPath(wellPath);
|
||||||
casingShoeTrack->setFormationCase(geoMechCase);
|
casingShoeTrack->setFormationCase(geoMechCase);
|
||||||
|
Loading…
Reference in New Issue
Block a user