2012-06-26 09:10:41 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
2014-09-23 08:04:57 -05:00
|
|
|
// Copyright (C) 2011- Statoil ASA
|
|
|
|
// Copyright (C) 2013- Ceetron Solutions AS
|
|
|
|
// Copyright (C) 2011-2012 Ceetron AS
|
2012-06-26 09:10:41 -05:00
|
|
|
//
|
|
|
|
// ResInsight is free software: you can redistribute it and/or modify
|
|
|
|
// it under the terms of the GNU General Public License as published by
|
|
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
|
|
// (at your option) any later version.
|
|
|
|
//
|
|
|
|
// ResInsight is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
// FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
//
|
|
|
|
// See the GNU General Public License at <http://www.gnu.org/licenses/gpl.html>
|
|
|
|
// for more details.
|
|
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2015-06-25 06:23:36 -05:00
|
|
|
#include "RimEclipseResultCase.h"
|
2014-07-24 03:11:43 -05:00
|
|
|
|
|
|
|
#include "RiaPreferences.h"
|
2016-06-29 08:45:20 -05:00
|
|
|
|
2014-07-24 03:11:43 -05:00
|
|
|
#include "RifEclipseOutputFileTools.h"
|
2012-06-26 09:10:41 -05:00
|
|
|
#include "RifReaderEclipseOutput.h"
|
|
|
|
#include "RifReaderMockModel.h"
|
2014-07-30 02:13:47 -05:00
|
|
|
#include "RifReaderSettings.h"
|
2016-06-29 08:45:20 -05:00
|
|
|
|
2014-07-24 03:11:43 -05:00
|
|
|
#include "RigCaseCellResultsData.h"
|
2017-01-10 02:51:39 -06:00
|
|
|
#include "RigEclipseCaseData.h"
|
2017-01-09 13:27:46 -06:00
|
|
|
#include "RigMainGrid.h"
|
2016-06-29 08:45:20 -05:00
|
|
|
|
2014-07-24 03:11:43 -05:00
|
|
|
#include "RimMockModelSettings.h"
|
2013-02-11 01:16:51 -06:00
|
|
|
#include "RimProject.h"
|
2014-07-24 07:03:17 -05:00
|
|
|
#include "RimReservoirCellResultsStorage.h"
|
2016-06-29 08:45:20 -05:00
|
|
|
#include "RimTools.h"
|
2016-12-14 02:50:30 -06:00
|
|
|
#include "RimFlowDiagSolution.h"
|
2016-12-20 04:41:05 -06:00
|
|
|
#include "RigFlowDiagSolverInterface.h"
|
2013-05-06 03:55:00 -05:00
|
|
|
|
2015-08-04 04:47:06 -05:00
|
|
|
#include "cafPdmSettings.h"
|
|
|
|
#include "cafPdmUiPropertyViewDialog.h"
|
2014-07-24 03:11:43 -05:00
|
|
|
#include "cafProgressInfo.h"
|
|
|
|
|
|
|
|
#include <QDir>
|
|
|
|
#include <QFile>
|
|
|
|
#include <QFileInfo>
|
2012-06-26 09:10:41 -05:00
|
|
|
|
2015-06-25 04:56:18 -05:00
|
|
|
CAF_PDM_SOURCE_INIT(RimEclipseResultCase, "EclipseCase");
|
2012-06-26 09:10:41 -05:00
|
|
|
//--------------------------------------------------------------------------------------------------
|
|
|
|
///
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
2015-06-25 04:56:18 -05:00
|
|
|
RimEclipseResultCase::RimEclipseResultCase()
|
2015-05-15 01:40:27 -05:00
|
|
|
: RimEclipseCase()
|
2012-06-26 09:10:41 -05:00
|
|
|
{
|
2013-05-31 18:29:05 -05:00
|
|
|
CAF_PDM_InitObject("Eclipse Case", ":/Case48x48.png", "", "");
|
2013-03-07 09:47:42 -06:00
|
|
|
|
2012-06-26 09:10:41 -05:00
|
|
|
CAF_PDM_InitField(&caseFileName, "CaseFileName", QString(), "Case file name", "", "" ,"");
|
2015-08-05 06:27:36 -05:00
|
|
|
caseFileName.uiCapability()->setUiReadOnly(true);
|
2013-04-11 05:06:38 -05:00
|
|
|
|
2016-12-14 02:50:30 -06:00
|
|
|
CAF_PDM_InitFieldNoDefault (&m_flowDiagSolutions, "FlowDiagSolutions", "Flow Diagnostics Solutions", "", "", "");
|
|
|
|
|
2013-04-11 05:06:38 -05:00
|
|
|
// Obsolete, unused field
|
2012-06-26 09:10:41 -05:00
|
|
|
CAF_PDM_InitField(&caseDirectory, "CaseFolder", QString(), "Directory", "", "" ,"");
|
2015-08-05 06:27:36 -05:00
|
|
|
caseDirectory.xmlCapability()->setIOWritable(false);
|
|
|
|
caseDirectory.uiCapability()->setUiHidden(true);
|
2013-04-11 05:06:38 -05:00
|
|
|
|
2015-08-05 06:27:36 -05:00
|
|
|
flipXAxis.xmlCapability()->setIOWritable(true);
|
|
|
|
//flipXAxis.uiCapability()->setUiHidden(true);
|
|
|
|
flipYAxis.xmlCapability()->setIOWritable(true);
|
|
|
|
//flipYAxis.uiCapability()->setUiHidden(true);
|
2013-04-26 06:19:34 -05:00
|
|
|
|
2017-01-12 07:16:39 -06:00
|
|
|
|
2016-12-20 04:41:05 -06:00
|
|
|
|
2013-04-12 05:03:04 -05:00
|
|
|
m_activeCellInfoIsReadFromFile = false;
|
|
|
|
m_gridAndWellDataIsReadFromFile = false;
|
2012-06-26 09:10:41 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
|
|
|
///
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
2015-06-25 04:56:18 -05:00
|
|
|
bool RimEclipseResultCase::openEclipseGridFile()
|
2012-06-26 09:10:41 -05:00
|
|
|
{
|
2013-02-06 06:44:27 -06:00
|
|
|
caf::ProgressInfo progInfo(50, "Reading Eclipse Grid File");
|
2012-06-26 09:10:41 -05:00
|
|
|
|
|
|
|
progInfo.setProgressDescription("Open Grid File");
|
2013-02-06 06:44:27 -06:00
|
|
|
progInfo.setNextProgressIncrement(48);
|
2013-04-12 05:03:04 -05:00
|
|
|
|
|
|
|
// Early exit if data is already read
|
|
|
|
if (m_gridAndWellDataIsReadFromFile) return true;
|
2012-06-26 09:10:41 -05:00
|
|
|
|
|
|
|
cvf::ref<RifReaderInterface> readerInterface;
|
|
|
|
|
2013-04-11 05:06:38 -05:00
|
|
|
if (caseFileName().contains("Result Mock Debug Model"))
|
2012-06-26 09:10:41 -05:00
|
|
|
{
|
2013-04-11 05:06:38 -05:00
|
|
|
readerInterface = this->createMockModel(this->caseFileName());
|
2012-06-26 09:10:41 -05:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2013-04-08 01:36:34 -05:00
|
|
|
if (!QFile::exists(caseFileName()))
|
2012-06-26 09:10:41 -05:00
|
|
|
{
|
2013-02-11 01:16:51 -06:00
|
|
|
return false;
|
2012-06-26 09:10:41 -05:00
|
|
|
}
|
|
|
|
|
2013-12-20 01:48:54 -06:00
|
|
|
RiaPreferences* prefs = RiaApplication::instance()->preferences();
|
2013-12-20 02:18:52 -06:00
|
|
|
readerInterface = new RifReaderEclipseOutput;
|
2014-07-30 02:13:47 -05:00
|
|
|
readerInterface->setReaderSetting(prefs->readerSettings());
|
2013-12-17 04:37:58 -06:00
|
|
|
readerInterface->setFilenamesWithFaults(this->filesContainingFaults());
|
|
|
|
|
2017-01-10 02:51:39 -06:00
|
|
|
cvf::ref<RigEclipseCaseData> eclipseCase = new RigEclipseCaseData;
|
2013-04-08 01:36:34 -05:00
|
|
|
if (!readerInterface->open(caseFileName(), eclipseCase.p()))
|
2012-06-26 09:10:41 -05:00
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2013-12-17 04:37:58 -06:00
|
|
|
this->filesContainingFaults = readerInterface->filenamesWithFaults();
|
|
|
|
|
2013-03-18 08:34:29 -05:00
|
|
|
this->setReservoirData( eclipseCase.p() );
|
2012-06-26 09:10:41 -05:00
|
|
|
}
|
|
|
|
|
2013-03-18 08:34:29 -05:00
|
|
|
results(RifReaderInterface::MATRIX_RESULTS)->setReaderInterface(readerInterface.p());
|
|
|
|
results(RifReaderInterface::FRACTURE_RESULTS)->setReaderInterface(readerInterface.p());
|
|
|
|
|
2013-02-06 06:44:27 -06:00
|
|
|
progInfo.incrementProgress();
|
2012-06-26 09:10:41 -05:00
|
|
|
|
2013-03-18 08:34:29 -05:00
|
|
|
CVF_ASSERT(this->reservoirData());
|
2012-06-26 09:10:41 -05:00
|
|
|
CVF_ASSERT(readerInterface.notNull());
|
|
|
|
|
2013-02-14 06:16:56 -06:00
|
|
|
progInfo.setProgressDescription("Computing Case Cache");
|
2013-02-22 03:12:06 -06:00
|
|
|
computeCachedData();
|
2012-06-26 09:10:41 -05:00
|
|
|
|
2013-04-12 05:03:04 -05:00
|
|
|
m_gridAndWellDataIsReadFromFile = true;
|
|
|
|
m_activeCellInfoIsReadFromFile = true;
|
|
|
|
|
2017-01-12 07:16:39 -06:00
|
|
|
if (reservoirData()->results(RifReaderInterface::MATRIX_RESULTS)->hasFlowDiagUsableFluxes())
|
|
|
|
{
|
|
|
|
m_flowDagSolverInterface = new RigFlowDiagSolverInterface(this);
|
2017-02-02 04:45:29 -06:00
|
|
|
|
|
|
|
if (m_flowDiagSolutions.size() == 0)
|
|
|
|
{
|
|
|
|
m_flowDiagSolutions.push_back(new RimFlowDiagSolution());
|
|
|
|
}
|
2017-01-12 07:16:39 -06:00
|
|
|
}
|
|
|
|
|
2012-06-26 09:10:41 -05:00
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
2013-02-27 08:27:33 -06:00
|
|
|
//--------------------------------------------------------------------------------------------------
|
|
|
|
///
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
2017-01-10 02:51:39 -06:00
|
|
|
bool RimEclipseResultCase::openAndReadActiveCellData(RigEclipseCaseData* mainEclipseCase)
|
2013-02-27 08:27:33 -06:00
|
|
|
{
|
2013-04-12 05:03:04 -05:00
|
|
|
// Early exit if data is already read
|
|
|
|
if (m_activeCellInfoIsReadFromFile) return true;
|
2013-02-27 08:27:33 -06:00
|
|
|
|
2013-04-12 05:03:04 -05:00
|
|
|
cvf::ref<RifReaderInterface> readerInterface;
|
2013-04-11 05:06:38 -05:00
|
|
|
if (caseFileName().contains("Result Mock Debug Model"))
|
2013-02-27 08:27:33 -06:00
|
|
|
{
|
2013-04-11 05:06:38 -05:00
|
|
|
readerInterface = this->createMockModel(this->caseFileName());
|
2013-02-27 08:27:33 -06:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2013-04-08 01:36:34 -05:00
|
|
|
if (!QFile::exists(caseFileName()))
|
2013-02-27 08:27:33 -06:00
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2017-01-10 02:51:39 -06:00
|
|
|
cvf::ref<RigEclipseCaseData> eclipseCase = new RigEclipseCaseData;
|
2013-03-05 06:10:26 -06:00
|
|
|
|
|
|
|
CVF_ASSERT(mainEclipseCase && mainEclipseCase->mainGrid());
|
|
|
|
eclipseCase->setMainGrid(mainEclipseCase->mainGrid());
|
2013-02-27 08:27:33 -06:00
|
|
|
|
2013-03-19 02:21:55 -05:00
|
|
|
size_t scalarIndexWithMaxTimeStepCount = cvf::UNDEFINED_SIZE_T;
|
|
|
|
mainEclipseCase->results(RifReaderInterface::MATRIX_RESULTS)->maxTimeStepCount(&scalarIndexWithMaxTimeStepCount);
|
|
|
|
if (scalarIndexWithMaxTimeStepCount == cvf::UNDEFINED_SIZE_T)
|
2013-02-27 08:27:33 -06:00
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2013-03-19 02:21:55 -05:00
|
|
|
std::vector<QDateTime> timeStepDates = mainEclipseCase->results(RifReaderInterface::MATRIX_RESULTS)->timeStepDates(scalarIndexWithMaxTimeStepCount);
|
|
|
|
|
|
|
|
cvf::ref<RifReaderEclipseOutput> readerEclipseOutput = new RifReaderEclipseOutput;
|
2013-04-08 01:36:34 -05:00
|
|
|
if (!readerEclipseOutput->openAndReadActiveCellData(caseFileName(), timeStepDates, eclipseCase.p()))
|
2013-03-19 02:21:55 -05:00
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
readerEclipseOutput->close();
|
2013-02-27 08:27:33 -06:00
|
|
|
|
2013-03-18 08:34:29 -05:00
|
|
|
this->setReservoirData( eclipseCase.p() );
|
2013-03-19 02:21:55 -05:00
|
|
|
|
|
|
|
readerInterface = readerEclipseOutput;
|
2013-02-27 08:27:33 -06:00
|
|
|
}
|
|
|
|
|
2013-03-18 08:34:29 -05:00
|
|
|
results(RifReaderInterface::MATRIX_RESULTS)->setReaderInterface(readerInterface.p());
|
|
|
|
results(RifReaderInterface::FRACTURE_RESULTS)->setReaderInterface(readerInterface.p());
|
|
|
|
|
|
|
|
CVF_ASSERT(this->reservoirData());
|
2013-02-27 08:27:33 -06:00
|
|
|
CVF_ASSERT(readerInterface.notNull());
|
|
|
|
|
2013-03-21 09:31:47 -05:00
|
|
|
reservoirData()->computeActiveCellBoundingBoxes();
|
2013-02-27 08:27:33 -06:00
|
|
|
|
2013-04-12 05:03:04 -05:00
|
|
|
m_activeCellInfoIsReadFromFile = true;
|
|
|
|
|
2013-02-27 08:27:33 -06:00
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
2012-06-26 09:10:41 -05:00
|
|
|
//--------------------------------------------------------------------------------------------------
|
|
|
|
///
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
2015-06-25 04:56:18 -05:00
|
|
|
cvf::ref<RifReaderInterface> RimEclipseResultCase::createMockModel(QString modelName)
|
2012-06-26 09:10:41 -05:00
|
|
|
{
|
|
|
|
cvf::ref<RifReaderMockModel> mockFileInterface = new RifReaderMockModel;
|
2017-01-10 02:51:39 -06:00
|
|
|
cvf::ref<RigEclipseCaseData> reservoir = new RigEclipseCaseData;
|
2012-06-26 09:10:41 -05:00
|
|
|
|
2013-10-28 01:30:00 -05:00
|
|
|
if (modelName == RimDefines::mockModelBasic())
|
2012-06-26 09:10:41 -05:00
|
|
|
{
|
|
|
|
// Create the mock file interface and and RigSerervoir and set them up.
|
|
|
|
mockFileInterface->setWorldCoordinates(cvf::Vec3d(10, 10, 10), cvf::Vec3d(20, 20, 20));
|
|
|
|
mockFileInterface->setGridPointDimensions(cvf::Vec3st(4, 5, 6));
|
|
|
|
mockFileInterface->addLocalGridRefinement(cvf::Vec3st(0, 2, 2), cvf::Vec3st(0, 2, 2), cvf::Vec3st(3, 3, 3));
|
2014-04-24 01:32:43 -05:00
|
|
|
mockFileInterface->enableWellData(false);
|
2012-06-26 09:10:41 -05:00
|
|
|
|
|
|
|
mockFileInterface->open("", reservoir.p());
|
|
|
|
}
|
2013-10-28 01:30:00 -05:00
|
|
|
else if (modelName == RimDefines::mockModelBasicWithResults())
|
2012-06-26 09:10:41 -05:00
|
|
|
{
|
|
|
|
mockFileInterface->setWorldCoordinates(cvf::Vec3d(10, 10, 10), cvf::Vec3d(-20, -20, -20));
|
|
|
|
mockFileInterface->setGridPointDimensions(cvf::Vec3st(5, 10, 20));
|
|
|
|
mockFileInterface->addLocalGridRefinement(cvf::Vec3st(0, 3, 3), cvf::Vec3st(1, 4, 9), cvf::Vec3st(2, 2, 2));
|
|
|
|
mockFileInterface->setResultInfo(3, 10);
|
|
|
|
|
|
|
|
mockFileInterface->open("", reservoir.p());
|
|
|
|
|
|
|
|
// Make a fault
|
|
|
|
cvf::Vec3d& tmp = reservoir->mainGrid()->nodes()[1];
|
|
|
|
tmp += cvf::Vec3d(1, 0, 0);
|
|
|
|
}
|
2013-10-28 01:30:00 -05:00
|
|
|
else if (modelName == RimDefines::mockModelLargeWithResults())
|
2012-06-26 09:10:41 -05:00
|
|
|
{
|
|
|
|
double startX = 0;
|
|
|
|
double startY = 0;
|
|
|
|
double startZ = 0;
|
|
|
|
|
|
|
|
double widthX = 6000;
|
|
|
|
double widthY = 12000;
|
|
|
|
double widthZ = 500;
|
|
|
|
|
|
|
|
double offsetX = 0;
|
|
|
|
double offsetY = 0;
|
|
|
|
double offsetZ = 0;
|
|
|
|
|
|
|
|
// Test code to simulate UTM coordinates
|
|
|
|
offsetX = 400000;
|
|
|
|
offsetY = 6000000;
|
|
|
|
offsetZ = 0;
|
|
|
|
|
|
|
|
|
|
|
|
mockFileInterface->setWorldCoordinates(cvf::Vec3d(startX + offsetX, startY + offsetY, startZ + offsetZ), cvf::Vec3d(startX + widthX + offsetX, startY + widthY + offsetY, startZ + widthZ + offsetZ));
|
|
|
|
mockFileInterface->setGridPointDimensions(cvf::Vec3st(50, 100, 200));
|
|
|
|
mockFileInterface->addLocalGridRefinement(cvf::Vec3st(0, 30, 30), cvf::Vec3st(1, 40, 90), cvf::Vec3st(2, 2, 2));
|
|
|
|
mockFileInterface->setResultInfo(3, 10);
|
|
|
|
|
|
|
|
mockFileInterface->open("", reservoir.p());
|
|
|
|
|
|
|
|
}
|
2013-10-28 04:32:24 -05:00
|
|
|
else if (modelName == RimDefines::mockModelCustomized())
|
|
|
|
{
|
2013-10-28 06:05:06 -05:00
|
|
|
QApplication::setOverrideCursor(QCursor(Qt::ArrowCursor));
|
|
|
|
|
2013-10-28 04:32:24 -05:00
|
|
|
RimMockModelSettings rimMockModelSettings;
|
2015-10-23 08:46:25 -05:00
|
|
|
caf::PdmSettings::readFieldsFromApplicationStore(&rimMockModelSettings);
|
2013-10-28 04:32:24 -05:00
|
|
|
|
2015-10-23 08:46:25 -05:00
|
|
|
caf::PdmUiPropertyViewDialog propertyDialog(NULL, &rimMockModelSettings, "Customize Mock Model", "");
|
2013-10-28 06:05:06 -05:00
|
|
|
if (propertyDialog.exec() == QDialog::Accepted)
|
|
|
|
{
|
|
|
|
QApplication::restoreOverrideCursor();
|
2013-10-28 04:32:24 -05:00
|
|
|
|
2015-10-23 08:46:25 -05:00
|
|
|
caf::PdmSettings::writeFieldsToApplicationStore(&rimMockModelSettings);
|
2013-10-28 04:32:24 -05:00
|
|
|
|
2013-10-28 06:05:06 -05:00
|
|
|
double startX = 0;
|
|
|
|
double startY = 0;
|
|
|
|
double startZ = 0;
|
2013-10-28 04:32:24 -05:00
|
|
|
|
2013-10-28 06:05:06 -05:00
|
|
|
double widthX = 6000;
|
|
|
|
double widthY = 12000;
|
|
|
|
double widthZ = 500;
|
2013-10-28 04:32:24 -05:00
|
|
|
|
2013-10-28 06:05:06 -05:00
|
|
|
// Test code to simulate UTM coordinates
|
|
|
|
double offsetX = 400000;
|
|
|
|
double offsetY = 6000000;
|
|
|
|
double offsetZ = 0;
|
2013-10-28 04:32:24 -05:00
|
|
|
|
2013-10-28 06:05:06 -05:00
|
|
|
mockFileInterface->setWorldCoordinates(cvf::Vec3d(startX + offsetX, startY + offsetY, startZ + offsetZ), cvf::Vec3d(startX + widthX + offsetX, startY + widthY + offsetY, startZ + widthZ + offsetZ));
|
|
|
|
mockFileInterface->setGridPointDimensions(cvf::Vec3st(rimMockModelSettings.cellCountX + 1, rimMockModelSettings.cellCountY + 1, rimMockModelSettings.cellCountZ + 1));
|
|
|
|
mockFileInterface->setResultInfo(rimMockModelSettings.resultCount, rimMockModelSettings.timeStepCount);
|
|
|
|
mockFileInterface->enableWellData(false);
|
|
|
|
|
|
|
|
mockFileInterface->open("", reservoir.p());
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
QApplication::restoreOverrideCursor();
|
|
|
|
}
|
2013-10-28 04:32:24 -05:00
|
|
|
}
|
2012-06-26 09:10:41 -05:00
|
|
|
|
2013-03-18 08:34:29 -05:00
|
|
|
this->setReservoirData( reservoir.p() );
|
2012-06-26 09:10:41 -05:00
|
|
|
|
|
|
|
return mockFileInterface.p();
|
|
|
|
}
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
|
|
|
///
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
2015-06-25 04:56:18 -05:00
|
|
|
RimEclipseResultCase::~RimEclipseResultCase()
|
2012-06-26 09:10:41 -05:00
|
|
|
{
|
|
|
|
reservoirViews.deleteAllChildObjects();
|
2016-12-14 02:50:30 -06:00
|
|
|
m_flowDiagSolutions.deleteAllChildObjects();
|
2012-06-26 09:10:41 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
|
|
|
///
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
2015-06-25 04:56:18 -05:00
|
|
|
QString RimEclipseResultCase::locationOnDisc() const
|
2012-06-26 09:10:41 -05:00
|
|
|
{
|
2013-04-11 05:06:38 -05:00
|
|
|
QFileInfo fi(caseFileName());
|
|
|
|
return fi.absolutePath();
|
2012-06-26 09:10:41 -05:00
|
|
|
}
|
|
|
|
|
2013-02-11 01:16:51 -06:00
|
|
|
//--------------------------------------------------------------------------------------------------
|
|
|
|
///
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
2015-06-25 04:56:18 -05:00
|
|
|
void RimEclipseResultCase::readGridDimensions(std::vector< std::vector<int> >& gridDimensions)
|
2013-02-11 01:16:51 -06:00
|
|
|
{
|
2013-04-11 05:06:38 -05:00
|
|
|
RifEclipseOutputFileTools::readGridDimensions(caseFileName(), gridDimensions);
|
2013-04-08 01:36:34 -05:00
|
|
|
}
|
2013-02-11 01:16:51 -06:00
|
|
|
|
2013-04-08 01:36:34 -05:00
|
|
|
//--------------------------------------------------------------------------------------------------
|
|
|
|
///
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
2015-06-25 04:56:18 -05:00
|
|
|
void RimEclipseResultCase::updateFilePathsFromProjectPath(const QString& newProjectPath, const QString& oldProjectPath)
|
2013-04-08 01:36:34 -05:00
|
|
|
{
|
2013-04-12 01:31:59 -05:00
|
|
|
bool foundFile = false;
|
|
|
|
std::vector<QString> searchedPaths;
|
2013-02-11 01:16:51 -06:00
|
|
|
|
2013-04-12 01:31:59 -05:00
|
|
|
// Update filename and folder paths when opening project from a different file location
|
2016-06-29 08:45:20 -05:00
|
|
|
caseFileName = RimTools::relocateFile(caseFileName(), newProjectPath, oldProjectPath, &foundFile, &searchedPaths);
|
2013-10-07 04:45:54 -05:00
|
|
|
|
|
|
|
#if 0 // Output the search path for debugging
|
|
|
|
for (size_t i = 0; i < searchedPaths.size(); ++i)
|
|
|
|
qDebug() << searchedPaths[i];
|
|
|
|
#endif
|
|
|
|
|
2013-02-11 01:16:51 -06:00
|
|
|
}
|
|
|
|
|
2013-12-02 01:55:13 -06:00
|
|
|
|
2016-12-14 02:50:30 -06:00
|
|
|
//--------------------------------------------------------------------------------------------------
|
|
|
|
///
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
|
|
|
std::vector<RimFlowDiagSolution*> RimEclipseResultCase::flowDiagSolutions()
|
|
|
|
{
|
|
|
|
std::vector<RimFlowDiagSolution*> flowSols;
|
|
|
|
for ( const caf::PdmPointer<RimFlowDiagSolution>& fsol: m_flowDiagSolutions )
|
|
|
|
{
|
|
|
|
flowSols.push_back(fsol.p());
|
|
|
|
}
|
|
|
|
|
|
|
|
return flowSols;
|
|
|
|
}
|
|
|
|
|
2016-12-20 04:41:05 -06:00
|
|
|
//--------------------------------------------------------------------------------------------------
|
|
|
|
///
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
|
|
|
RigFlowDiagSolverInterface* RimEclipseResultCase::flowDiagSolverInterface()
|
|
|
|
{
|
|
|
|
return m_flowDagSolverInterface.p();
|
|
|
|
}
|
|
|
|
|
2013-12-02 01:55:13 -06:00
|
|
|
//--------------------------------------------------------------------------------------------------
|
|
|
|
///
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
2015-06-25 04:56:18 -05:00
|
|
|
void RimEclipseResultCase::setGridFileName(const QString& caseFileName)
|
2013-12-02 01:55:13 -06:00
|
|
|
{
|
|
|
|
this->caseFileName = caseFileName;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-04-08 07:29:43 -05:00
|
|
|
//--------------------------------------------------------------------------------------------------
|
|
|
|
///
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
2015-06-25 04:56:18 -05:00
|
|
|
void RimEclipseResultCase::setCaseInfo(const QString& userDescription, const QString& caseFileName)
|
2013-04-08 07:29:43 -05:00
|
|
|
{
|
2013-05-08 03:41:56 -05:00
|
|
|
this->caseUserDescription = userDescription;
|
|
|
|
this->caseFileName = caseFileName;
|
|
|
|
|
|
|
|
RimProject* proj = RiaApplication::instance()->project();
|
|
|
|
proj->assignCaseIdToCase(this);
|
2013-04-11 05:06:38 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
|
|
|
///
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
2015-06-25 04:56:18 -05:00
|
|
|
void RimEclipseResultCase::initAfterRead()
|
2013-04-11 05:06:38 -05:00
|
|
|
{
|
2015-05-15 01:40:27 -05:00
|
|
|
RimEclipseCase::initAfterRead();
|
2013-04-11 05:06:38 -05:00
|
|
|
|
|
|
|
// Convert from old (9.0.2) way of storing the case file
|
|
|
|
if (caseFileName().isEmpty())
|
|
|
|
{
|
|
|
|
if (!this->caseName().isEmpty() && !caseDirectory().isEmpty())
|
|
|
|
{
|
|
|
|
caseFileName = QDir::fromNativeSeparators(caseDirectory()) + "/" + caseName() + ".EGRID";
|
|
|
|
}
|
|
|
|
}
|
2013-04-08 07:29:43 -05:00
|
|
|
}
|
|
|
|
|
2013-06-26 02:02:37 -05:00
|
|
|
//--------------------------------------------------------------------------------------------------
|
|
|
|
///
|
|
|
|
//--------------------------------------------------------------------------------------------------
|
2015-06-25 04:56:18 -05:00
|
|
|
void RimEclipseResultCase::defineUiOrdering(QString uiConfigName, caf::PdmUiOrdering& uiOrdering)
|
2013-06-26 02:02:37 -05:00
|
|
|
{
|
|
|
|
uiOrdering.add(&caseUserDescription);
|
|
|
|
uiOrdering.add(&caseId);
|
|
|
|
uiOrdering.add(&caseFileName);
|
|
|
|
}
|
|
|
|
|