mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
merge
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include <opm/core/grid.h>
|
||||
#include <opm/core/GridManager.hpp>
|
||||
#include <opm/core/newwells.h>
|
||||
#include <opm/core/WellsManager.hpp>
|
||||
#include <opm/core/wells/WellsManager.hpp>
|
||||
#include <opm/core/utility/ErrorMacros.hpp>
|
||||
#include <opm/core/utility/initState.hpp>
|
||||
#include <opm/core/utility/SimulatorTimer.hpp>
|
||||
@@ -53,7 +53,7 @@
|
||||
#include <opm/core/transport/CSRMatrixBlockAssembler.hpp>
|
||||
#include <opm/core/transport/SinglePointUpwindTwoPhase.hpp>
|
||||
|
||||
#include <opm/core/ColumnExtract.hpp>
|
||||
#include <opm/core/utility/ColumnExtract.hpp>
|
||||
|
||||
#include <opm/polymer/PolymerState.hpp>
|
||||
#include <opm/polymer/SinglePointUpwindTwoPhasePolymer.hpp>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#define OPM_POLYMERSTATE_HEADER_INCLUDED
|
||||
|
||||
|
||||
#include <opm/core/TwophaseState.hpp>
|
||||
#include <opm/core/simulator/TwophaseState.hpp>
|
||||
#include <opm/core/grid.h>
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -151,7 +151,7 @@ namespace
|
||||
double operator()(const double t) const;
|
||||
CurveInSCPlane curve;
|
||||
private:
|
||||
Opm::TransportModelPolymer::ResidualEquation res_eq_;
|
||||
const Opm::TransportModelPolymer::ResidualEquation& res_eq_;
|
||||
};
|
||||
|
||||
// Compute the "c" residual along the curve "curve" for a given residual equation "res_eq".
|
||||
@@ -163,7 +163,7 @@ namespace
|
||||
double operator()(const double t) const;
|
||||
CurveInSCPlane curve;
|
||||
private:
|
||||
Opm::TransportModelPolymer::ResidualEquation res_eq_;
|
||||
const Opm::TransportModelPolymer::ResidualEquation& res_eq_;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user