mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Minor bug-fixes
This commit is contained in:
@@ -61,6 +61,8 @@ list (APPEND TEST_SOURCE_FILES
|
|||||||
|
|
||||||
list (APPEND TEST_DATA_FILES
|
list (APPEND TEST_DATA_FILES
|
||||||
tests/fluid.data
|
tests/fluid.data
|
||||||
|
tests/VFPPROD1
|
||||||
|
tests/VFPPROD2
|
||||||
)
|
)
|
||||||
|
|
||||||
# Note, these two files are not included in the repo.
|
# Note, these two files are not included in the repo.
|
||||||
@@ -131,5 +133,6 @@ list (APPEND PUBLIC_HEADER_FILES
|
|||||||
opm/autodiff/WellDensitySegmented.hpp
|
opm/autodiff/WellDensitySegmented.hpp
|
||||||
opm/autodiff/WellStateFullyImplicitBlackoil.hpp
|
opm/autodiff/WellStateFullyImplicitBlackoil.hpp
|
||||||
opm/autodiff/SimulatorFullyImplicitBlackoilOutput.hpp
|
opm/autodiff/SimulatorFullyImplicitBlackoilOutput.hpp
|
||||||
|
opm/autodiff/VFPProperties.hpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -54,7 +54,8 @@ namespace Opm
|
|||||||
rateConverter_(props_, std::vector<int>(AutoDiffGrid::numCells(grid_), 0)),
|
rateConverter_(props_, std::vector<int>(AutoDiffGrid::numCells(grid_), 0)),
|
||||||
threshold_pressures_by_face_(threshold_pressures_by_face),
|
threshold_pressures_by_face_(threshold_pressures_by_face),
|
||||||
is_parallel_run_( false ),
|
is_parallel_run_( false ),
|
||||||
vfpProperties_(eclipse_state->getVFPInjTables(), eclipse_state->getVFPProdTables())
|
//FIXME: should be vfpProperties_(eclipse_state->getVFPInjTables(), eclipse_state->getVFPProdTables())
|
||||||
|
vfpProperties_(eclipse_state->getVFPProdTables())
|
||||||
{
|
{
|
||||||
// Misc init.
|
// Misc init.
|
||||||
const int num_cells = AutoDiffGrid::numCells(grid);
|
const int num_cells = AutoDiffGrid::numCells(grid);
|
||||||
|
|||||||
Reference in New Issue
Block a user