mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-24 16:30:02 -06:00
changed: ewoms/disc -> opm/models/discretization
This commit is contained in:
parent
d3d9831fc3
commit
1aba020ea3
@ -28,7 +28,7 @@
|
|||||||
#ifndef EWOMS_ECL_DUMMY_GRADIENT_CALCULATOR_HH
|
#ifndef EWOMS_ECL_DUMMY_GRADIENT_CALCULATOR_HH
|
||||||
#define EWOMS_ECL_DUMMY_GRADIENT_CALCULATOR_HH
|
#define EWOMS_ECL_DUMMY_GRADIENT_CALCULATOR_HH
|
||||||
|
|
||||||
#include <ewoms/disc/common/fvbaseproperties.hh>
|
#include <opm/models/discretization/common/fvbaseproperties.hh>
|
||||||
|
|
||||||
#include <opm/material/common/Exceptions.hpp>
|
#include <opm/material/common/Exceptions.hpp>
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
#ifndef EWOMS_ECL_FLUX_MODULE_HH
|
#ifndef EWOMS_ECL_FLUX_MODULE_HH
|
||||||
#define EWOMS_ECL_FLUX_MODULE_HH
|
#define EWOMS_ECL_FLUX_MODULE_HH
|
||||||
|
|
||||||
#include <ewoms/disc/common/fvbaseproperties.hh>
|
#include <opm/models/discretization/common/fvbaseproperties.hh>
|
||||||
#include <opm/models/blackoil/blackoilproperties.hh>
|
#include <opm/models/blackoil/blackoilproperties.hh>
|
||||||
#include <opm/models/utils/signum.hh>
|
#include <opm/models/utils/signum.hh>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#define EWOMS_ECL_PEACEMAN_WELL_HH
|
#define EWOMS_ECL_PEACEMAN_WELL_HH
|
||||||
|
|
||||||
#include <opm/models/blackoil/blackoilproperties.hh>
|
#include <opm/models/blackoil/blackoilproperties.hh>
|
||||||
#include <ewoms/disc/common/baseauxiliarymodule.hh>
|
#include <opm/models/discretization/common/baseauxiliarymodule.hh>
|
||||||
#include <opm/models/utils/propertysystem.hh>
|
#include <opm/models/utils/propertysystem.hh>
|
||||||
#include <opm/models/utils/alignedallocator.hh>
|
#include <opm/models/utils/alignedallocator.hh>
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
#include <opm/models/utils/pffgridvector.hh>
|
#include <opm/models/utils/pffgridvector.hh>
|
||||||
#include <opm/models/blackoil/blackoilmodel.hh>
|
#include <opm/models/blackoil/blackoilmodel.hh>
|
||||||
#include <ewoms/disc/ecfv/ecfvdiscretization.hh>
|
#include <opm/models/discretization/ecfv/ecfvdiscretization.hh>
|
||||||
|
|
||||||
#include <opm/material/fluidmatrixinteractions/EclMaterialLawManager.hpp>
|
#include <opm/material/fluidmatrixinteractions/EclMaterialLawManager.hpp>
|
||||||
#include <opm/material/thermal/EclThermalLawManager.hpp>
|
#include <opm/material/thermal/EclThermalLawManager.hpp>
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#include "eclpeacemanwell.hh"
|
#include "eclpeacemanwell.hh"
|
||||||
|
|
||||||
#include <ewoms/disc/common/fvbaseproperties.hh>
|
#include <opm/models/discretization/common/fvbaseproperties.hh>
|
||||||
|
|
||||||
#include <opm/parser/eclipse/Deck/Deck.hpp>
|
#include <opm/parser/eclipse/Deck/Deck.hpp>
|
||||||
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
|
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
#include "ecloutputblackoilmodule.hh"
|
#include "ecloutputblackoilmodule.hh"
|
||||||
|
|
||||||
#include <opm/models/blackoil/blackoilmodel.hh>
|
#include <opm/models/blackoil/blackoilmodel.hh>
|
||||||
#include <ewoms/disc/ecfv/ecfvdiscretization.hh>
|
#include <opm/models/discretization/ecfv/ecfvdiscretization.hh>
|
||||||
#include <ewoms/io/baseoutputwriter.hh>
|
#include <ewoms/io/baseoutputwriter.hh>
|
||||||
#include <opm/models/parallel/tasklets.hh>
|
#include <opm/models/parallel/tasklets.hh>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#ifndef OPM_WELLCONNECTIONAUXILIARYMODULE_HEADER_INCLUDED
|
#ifndef OPM_WELLCONNECTIONAUXILIARYMODULE_HEADER_INCLUDED
|
||||||
#define OPM_WELLCONNECTIONAUXILIARYMODULE_HEADER_INCLUDED
|
#define OPM_WELLCONNECTIONAUXILIARYMODULE_HEADER_INCLUDED
|
||||||
|
|
||||||
#include <ewoms/disc/common/baseauxiliarymodule.hh>
|
#include <opm/models/discretization/common/baseauxiliarymodule.hh>
|
||||||
|
|
||||||
#include <opm/grid/CpGrid.hpp>
|
#include <opm/grid/CpGrid.hpp>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user