opm-common/tests/test_eclblackoilpvt.cpp

302 lines
11 KiB
C++
Raw Normal View History

// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
// vi: set et ts=4 sw=4 sts=4:
/*
This file is part of the Open Porous Media project (OPM).
OPM 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 2 of the License, or
(at your option) any later version.
OPM 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 for more details.
You should have received a copy of the GNU General Public License
along with OPM. If not, see <http://www.gnu.org/licenses/>.
Consult the COPYING file in the top-level source directory of this
module for the precise wording of the license and the list of
copyright holders.
*/
/*!
* \file
*
* \brief This is the unit test for the black oil PVT classes
*
* This test requires the presence of opm-parser.
*/
#include "config.h"
#if !HAVE_ECL_INPUT
#error "The test for the black oil PVT classes requires eclipse input support in opm-common"
#endif
#include <opm/material/fluidsystems/blackoilpvt/LiveOilPvt.hpp>
#include <opm/material/fluidsystems/blackoilpvt/DeadOilPvt.hpp>
#include <opm/material/fluidsystems/blackoilpvt/ConstantCompressibilityOilPvt.hpp>
#include <opm/material/fluidsystems/blackoilpvt/WetGasPvt.hpp>
#include <opm/material/fluidsystems/blackoilpvt/DryGasPvt.hpp>
#include <opm/material/fluidsystems/blackoilpvt/ConstantCompressibilityWaterPvt.hpp>
#include <opm/material/fluidsystems/blackoilpvt/GasPvtMultiplexer.hpp>
#include <opm/material/fluidsystems/blackoilpvt/OilPvtMultiplexer.hpp>
#include <opm/material/fluidsystems/blackoilpvt/WaterPvtMultiplexer.hpp>
#include <opm/material/densead/Evaluation.hpp>
#include <opm/material/densead/Math.hpp>
#include <opm/input/eclipse/Parser/Parser.hpp>
#include <opm/input/eclipse/Deck/Deck.hpp>
#include <opm/input/eclipse/EclipseState/EclipseState.hpp>
#include <opm/input/eclipse/Python/Python.hpp>
#include <dune/common/parallel/mpihelper.hh>
// values of strings based on the first SPE1 test case of opm-data. note that in the
// real world it does not make much sense to specify a fluid phase using more than a
// single keyword, but for a unit test, this saves a lot of boiler-plate code.
static const char* deckString1 =
"RUNSPEC\n"
"\n"
"DIMENS\n"
" 10 10 3 /\n"
"\n"
"TABDIMS\n"
" * 2 /\n"
"\n"
"OIL\n"
"GAS\n"
"WATER\n"
"\n"
"DISGAS\n"
"\n"
"METRIC\n"
"\n"
"GRID\n"
"\n"
"DX\n"
" 300*1000 /\n"
"DY\n"
" 300*1000 /\n"
"DZ\n"
" 100*20 100*30 100*50 /\n"
"\n"
"TOPS\n"
" 100*1234 /\n"
"\n"
2019-11-29 04:17:40 -06:00
"PORO\n"
" 300*0.15 /\n"
"PROPS\n"
"\n"
"DENSITY\n"
" 859.5 1033.0 0.854 /\n"
" 860.04 1033.0 0.853 /\n"
"\n"
"PVTW\n"
" 1.0 1.1 1e-6 1.1 2.0e-9 /\n"
" 2.0 1.2 1e-7 1.2 3.0e-9 /\n"
"\n"
"PVCDO\n"
" 1.0 1.1 1e-6 1.1 2.0e-9 /\n"
" 2.0 1.2 1e-7 1.2 3.0e-9 /\n"
"\n"
"PVDG\n"
"1.0 1.0 10.0\n"
"2.0 * *\n"
"3.0 1e-10 30.0 /\n"
"\n"
"4.0 1.0 40.0\n"
"5.0 * *\n"
"6.0 1e-10 60.0 /\n"
"\n"
"PVTG\n"
"\n"
"-- PVT region 2 --\n"
"-- PRESSURE RV BG VISCOSITY\n"
" 1.00 1.1e-3 1.1 0.01\n"
" 1.0e-3 1.15 0.005 /\n"
"\n"
" 500.00 0.9e-3 1.2 0.02\n"
" 0.8e-3 1.25 0.015 /\n"
"/\n"
"\n"
"-- PVT region 2 --\n"
"-- PRESSURE RV BG VISCOSITY\n"
" 2.00 2.1e-3 2.1 0.02\n"
" 2.0e-3 2.15 0.015 /\n"
"\n"
" 502.00 1.2e-3 2.2 2.02\n"
" 1.1e-3 2.25 2.015 /\n"
"/\n"
"\n";
template <class Evaluation, class OilPvt, class GasPvt, class WaterPvt>
void ensurePvtApi(const OilPvt& oilPvt, const GasPvt& gasPvt, const WaterPvt& waterPvt)
{
// we don't want to run this, we just want to make sure that it compiles
while (0) {
Evaluation temperature = 273.15 + 20.0;
Evaluation pressure = 1e5;
2020-07-02 06:42:58 -05:00
Evaluation saltconcentration = 0.0;
Evaluation Rs = 0.0;
Evaluation Rv = 0.0;
2022-04-11 13:39:42 -05:00
Evaluation Rvw = 0.0;
Evaluation So = 0.5;
Evaluation maxSo = 1.0;
Evaluation tmp;
/////
// water PVT API
/////
tmp = waterPvt.viscosity(/*regionIdx=*/0,
temperature,
2020-07-02 06:42:58 -05:00
pressure,
saltconcentration);
tmp = waterPvt.inverseFormationVolumeFactor(/*regionIdx=*/0,
temperature,
2020-07-02 06:42:58 -05:00
pressure,
saltconcentration);
/////
// oil PVT API
/////
tmp = oilPvt.viscosity(/*regionIdx=*/0,
temperature,
pressure,
Rs);
tmp = oilPvt.inverseFormationVolumeFactor(/*regionIdx=*/0,
temperature,
pressure,
Rs);
tmp = oilPvt.saturatedViscosity(/*regionIdx=*/0,
temperature,
pressure);
tmp = oilPvt.saturatedInverseFormationVolumeFactor(/*regionIdx=*/0,
temperature,
pressure);
tmp = oilPvt.saturationPressure(/*regionIdx=*/0,
temperature,
Rs);
tmp = oilPvt.saturatedGasDissolutionFactor(/*regionIdx=*/0,
temperature,
pressure);
tmp = oilPvt.saturatedGasDissolutionFactor(/*regionIdx=*/0,
temperature,
pressure,
So,
maxSo);
/////
// gas PVT API
/////
tmp = gasPvt.viscosity(/*regionIdx=*/0,
temperature,
pressure,
2022-04-11 13:39:42 -05:00
Rv,
Rvw);
tmp = gasPvt.inverseFormationVolumeFactor(/*regionIdx=*/0,
temperature,
pressure,
2022-04-11 13:39:42 -05:00
Rv,
Rvw);
tmp = gasPvt.saturatedViscosity(/*regionIdx=*/0,
temperature,
pressure);
tmp = gasPvt.saturatedInverseFormationVolumeFactor(/*regionIdx=*/0,
temperature,
pressure);
tmp = gasPvt.saturationPressure(/*regionIdx=*/0,
temperature,
Rv);
tmp = gasPvt.saturatedOilVaporizationFactor(/*regionIdx=*/0,
temperature,
pressure);
tmp = gasPvt.saturatedOilVaporizationFactor(/*regionIdx=*/0,
temperature,
pressure,
So,
maxSo);
// prevent GCC from producing a "variable assigned but unused" warning
tmp = 2.0*tmp;
}
}
template <class Scalar>
inline void testAll()
{
static const Scalar tolerance = std::numeric_limits<Scalar>::epsilon()*1e3;
Opm::Parser parser;
2020-03-31 03:46:17 -05:00
auto python = std::make_shared<Opm::Python>();
2019-01-07 05:20:42 -06:00
auto deck = parser.parseString(deckString1);
Opm::EclipseState eclState(deck);
2020-03-25 12:32:46 -05:00
Opm::Schedule schedule(deck, eclState, python);
2021-11-18 08:12:30 -06:00
const auto& pvtwKeyword = deck["PVTW"].back();
size_t numPvtRegions = pvtwKeyword.size();
if (numPvtRegions != 2)
throw std::logic_error("The number of PVT regions of the test deck must be 2. (is "
+std::to_string(numPvtRegions)+")");
//////////
// constant compressibility water
//////////
Opm::ConstantCompressibilityWaterPvt<Scalar> constCompWaterPvt;
constCompWaterPvt.initFromState(eclState, schedule);
// make sure that the values at the reference points are the ones specified in the
// deck.
Scalar refTmp, tmp;
refTmp = 1.1e-3; // the deck value is given in cP, while the SI units use Pa s...
tmp = constCompWaterPvt.viscosity(/*regionIdx=*/0,
/*temperature=*/273.15 + 20.0,
2019-10-07 05:06:14 -05:00
/*pressure=*/1e5,
/*saltconcentration=*/0.0);
if (std::abs(tmp - refTmp) > tolerance)
throw std::logic_error("The reference water viscosity at region 0 is supposed to be "+std::to_string(refTmp)
+". (is "+std::to_string(tmp)+")");
refTmp = 1.2e-3;
tmp = constCompWaterPvt.viscosity(/*regionIdx=*/1,
/*temperature=*/273.15 + 20.0,
2019-10-07 05:06:14 -05:00
/*pressure=*/2e5,
/*saltconcentration=*/0.0);
if (std::abs(tmp - refTmp) > tolerance)
throw std::logic_error("The reference water viscosity at region 1 is supposed to be "+std::to_string(refTmp)
+". (is "+std::to_string(tmp)+")");
//////////
// the gas and oil PVT classes.
//
// TODO: check the results
//////////
Opm::GasPvtMultiplexer<Scalar> gasPvt;
Opm::OilPvtMultiplexer<Scalar> oilPvt;
Opm::WaterPvtMultiplexer<Scalar> waterPvt;
gasPvt.initFromState(eclState, schedule);
oilPvt.initFromState(eclState, schedule);
waterPvt.initFromState(eclState, schedule);
typedef Opm::DenseAd::Evaluation<Scalar, 1> FooEval;
ensurePvtApi<Scalar>(oilPvt, gasPvt, waterPvt);
ensurePvtApi<FooEval>(oilPvt, gasPvt, waterPvt);
}
int main(int argc, char **argv)
{
Dune::MPIHelper::instance(argc, argv);
testAll<double>();
testAll<float>();
return 0;
}