mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
move ebos/ecldummygradientcalculator.hh to opm/simulators/flow
This commit is contained in:
parent
d69ba021a9
commit
d738ad2740
@ -414,7 +414,6 @@ list (APPEND PUBLIC_HEADER_FILES
|
|||||||
ebos/eclbaseaquifermodel.hh
|
ebos/eclbaseaquifermodel.hh
|
||||||
ebos/eclbasevanguard.hh
|
ebos/eclbasevanguard.hh
|
||||||
ebos/eclcpgridvanguard.hh
|
ebos/eclcpgridvanguard.hh
|
||||||
ebos/ecldummygradientcalculator.hh
|
|
||||||
ebos/eclequilinitializer.hh
|
ebos/eclequilinitializer.hh
|
||||||
ebos/eclfluxmodule.hh
|
ebos/eclfluxmodule.hh
|
||||||
ebos/eclgenericcpgridvanguard.hh
|
ebos/eclgenericcpgridvanguard.hh
|
||||||
@ -444,27 +443,28 @@ list (APPEND PUBLIC_HEADER_FILES
|
|||||||
ebos/femcpgridcompat.hh
|
ebos/femcpgridcompat.hh
|
||||||
ebos/vtkecltracermodule.hh
|
ebos/vtkecltracermodule.hh
|
||||||
opm/simulators/flow/ActionHandler.hpp
|
opm/simulators/flow/ActionHandler.hpp
|
||||||
opm/simulators/flow/countGlobalCells.hpp
|
opm/simulators/flow/Banners.hpp
|
||||||
opm/simulators/flow/priVarsPacking.hpp
|
|
||||||
opm/simulators/flow/BlackoilModel.hpp
|
opm/simulators/flow/BlackoilModel.hpp
|
||||||
opm/simulators/flow/BlackoilModelNldd.hpp
|
opm/simulators/flow/BlackoilModelNldd.hpp
|
||||||
opm/simulators/flow/BlackoilModelParameters.hpp
|
opm/simulators/flow/BlackoilModelParameters.hpp
|
||||||
opm/simulators/flow/Banners.hpp
|
|
||||||
opm/simulators/flow/ConvergenceOutputConfiguration.hpp
|
opm/simulators/flow/ConvergenceOutputConfiguration.hpp
|
||||||
|
opm/simulators/flow/countGlobalCells.hpp
|
||||||
|
opm/simulators/flow/DummyGradientCalculator.hpp
|
||||||
opm/simulators/flow/ExtraConvergenceOutputThread.hpp
|
opm/simulators/flow/ExtraConvergenceOutputThread.hpp
|
||||||
opm/simulators/flow/FlowMain.hpp
|
opm/simulators/flow/FlowMain.hpp
|
||||||
opm/simulators/flow/InterRegFlows.hpp
|
opm/simulators/flow/InterRegFlows.hpp
|
||||||
|
opm/simulators/flow/KeywordValidation.hpp
|
||||||
|
opm/simulators/flow/LogOutputHelper.hpp
|
||||||
opm/simulators/flow/Main.hpp
|
opm/simulators/flow/Main.hpp
|
||||||
opm/simulators/flow/NonlinearSolver.hpp
|
opm/simulators/flow/NonlinearSolver.hpp
|
||||||
|
opm/simulators/flow/partitionCells.hpp
|
||||||
|
opm/simulators/flow/priVarsPacking.hpp
|
||||||
opm/simulators/flow/RSTConv.hpp
|
opm/simulators/flow/RSTConv.hpp
|
||||||
opm/simulators/flow/SimulatorFullyImplicitBlackoil.hpp
|
opm/simulators/flow/SimulatorFullyImplicitBlackoil.hpp
|
||||||
opm/simulators/flow/SimulatorReportBanners.hpp
|
opm/simulators/flow/SimulatorReportBanners.hpp
|
||||||
opm/simulators/flow/SimulatorSerializer.hpp
|
opm/simulators/flow/SimulatorSerializer.hpp
|
||||||
opm/simulators/flow/KeywordValidation.hpp
|
|
||||||
opm/simulators/flow/LogOutputHelper.hpp
|
|
||||||
opm/simulators/flow/ValidationFunctions.hpp
|
|
||||||
opm/simulators/flow/partitionCells.hpp
|
|
||||||
opm/simulators/flow/SubDomain.hpp
|
opm/simulators/flow/SubDomain.hpp
|
||||||
|
opm/simulators/flow/ValidationFunctions.hpp
|
||||||
opm/core/props/BlackoilPhases.hpp
|
opm/core/props/BlackoilPhases.hpp
|
||||||
opm/core/props/phaseUsageFromDeck.hpp
|
opm/core/props/phaseUsageFromDeck.hpp
|
||||||
opm/core/props/satfunc/RelpermDiagnostics.hpp
|
opm/core/props/satfunc/RelpermDiagnostics.hpp
|
||||||
|
@ -36,7 +36,6 @@
|
|||||||
|
|
||||||
#include <ebos/eclbaseaquifermodel.hh>
|
#include <ebos/eclbaseaquifermodel.hh>
|
||||||
#include <ebos/eclcpgridvanguard.hh>
|
#include <ebos/eclcpgridvanguard.hh>
|
||||||
#include <ebos/ecldummygradientcalculator.hh>
|
|
||||||
#include <ebos/eclequilinitializer.hh>
|
#include <ebos/eclequilinitializer.hh>
|
||||||
#include <ebos/eclfluxmodule.hh>
|
#include <ebos/eclfluxmodule.hh>
|
||||||
#include <ebos/eclgenericproblem.hh>
|
#include <ebos/eclgenericproblem.hh>
|
||||||
@ -83,6 +82,7 @@
|
|||||||
#include <opm/output/eclipse/EclipseIO.hpp>
|
#include <opm/output/eclipse/EclipseIO.hpp>
|
||||||
|
|
||||||
#include <opm/simulators/flow/ActionHandler.hpp>
|
#include <opm/simulators/flow/ActionHandler.hpp>
|
||||||
|
#include <opm/simulators/flow/DummyGradientCalculator.hpp>
|
||||||
#include <opm/simulators/timestepping/AdaptiveTimeStepping.hpp>
|
#include <opm/simulators/timestepping/AdaptiveTimeStepping.hpp>
|
||||||
#include <opm/simulators/timestepping/SimulatorReport.hpp>
|
#include <opm/simulators/timestepping/SimulatorReport.hpp>
|
||||||
#include <opm/simulators/utils/DeferredLoggingErrorHelpers.hpp>
|
#include <opm/simulators/utils/DeferredLoggingErrorHelpers.hpp>
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
|
|
||||||
#include <ebos/eclbaseaquifermodel.hh>
|
#include <ebos/eclbaseaquifermodel.hh>
|
||||||
#include <ebos/eclcpgridvanguard.hh>
|
#include <ebos/eclcpgridvanguard.hh>
|
||||||
#include <ebos/ecldummygradientcalculator.hh>
|
|
||||||
#include <ebos/eclfluxmodule.hh>
|
#include <ebos/eclfluxmodule.hh>
|
||||||
#include <ebos/eclnewtonmethod.hh>
|
#include <ebos/eclnewtonmethod.hh>
|
||||||
#include <ebos/ecloutputblackoilmodule.hh>
|
#include <ebos/ecloutputblackoilmodule.hh>
|
||||||
@ -49,6 +48,8 @@
|
|||||||
#include <opm/models/discretization/ecfv/ecfvdiscretization.hh>
|
#include <opm/models/discretization/ecfv/ecfvdiscretization.hh>
|
||||||
#include <opm/models/utils/propertysystem.hh>
|
#include <opm/models/utils/propertysystem.hh>
|
||||||
|
|
||||||
|
#include <opm/simulators/flow/DummyGradientCalculator.hpp>
|
||||||
|
|
||||||
#include <tuple>
|
#include <tuple>
|
||||||
|
|
||||||
namespace Opm {
|
namespace Opm {
|
||||||
@ -516,7 +517,7 @@ struct FluxModule<TypeTag, TTag::EclBaseProblem> {
|
|||||||
// Use the dummy gradient calculator in order not to do unnecessary work.
|
// Use the dummy gradient calculator in order not to do unnecessary work.
|
||||||
template<class TypeTag>
|
template<class TypeTag>
|
||||||
struct GradientCalculator<TypeTag, TTag::EclBaseProblem> {
|
struct GradientCalculator<TypeTag, TTag::EclBaseProblem> {
|
||||||
using type = EclDummyGradientCalculator<TypeTag>;
|
using type = DummyGradientCalculator<TypeTag>;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Use a custom Newton-Raphson method class for ebos in order to attain more
|
// Use a custom Newton-Raphson method class for ebos in order to attain more
|
||||||
|
@ -23,10 +23,10 @@
|
|||||||
/*!
|
/*!
|
||||||
* \file
|
* \file
|
||||||
*
|
*
|
||||||
* \copydoc Opm::EclDummyGradientCalculator
|
* \copydoc Opm::DummyGradientCalculator
|
||||||
*/
|
*/
|
||||||
#ifndef EWOMS_ECL_DUMMY_GRADIENT_CALCULATOR_HH
|
#ifndef OPM_DUMMY_GRADIENT_CALCULATOR_HPP
|
||||||
#define EWOMS_ECL_DUMMY_GRADIENT_CALCULATOR_HH
|
#define OPM_DUMMY_GRADIENT_CALCULATOR_HPP
|
||||||
|
|
||||||
#include <dune/common/fvector.hh>
|
#include <dune/common/fvector.hh>
|
||||||
|
|
||||||
@ -36,17 +36,17 @@
|
|||||||
|
|
||||||
namespace Opm {
|
namespace Opm {
|
||||||
/*!
|
/*!
|
||||||
* \ingroup EclBlackOilSimulator
|
* \ingroup BlackOilSimulator
|
||||||
*
|
*
|
||||||
* \brief This is a "dummy" gradient calculator which does not do anything.
|
* \brief This is a "dummy" gradient calculator which does not do anything.
|
||||||
*
|
*
|
||||||
* The ECL blackoil simulator does not need any gradients: Volume fluxes are calculated
|
* The blackoil simulator does not need any gradients: Volume fluxes are calculated
|
||||||
* via pressure differences instead of pressure gradients (i.e., transmissibilities
|
* via pressure differences instead of pressure gradients (i.e., transmissibilities
|
||||||
* instead of permeabilities), and an energy equation and molecular diffusion are not
|
* instead of permeabilities), and an energy equation and molecular diffusion are not
|
||||||
* supported.
|
* supported.
|
||||||
*/
|
*/
|
||||||
template<class TypeTag>
|
template<class TypeTag>
|
||||||
class EclDummyGradientCalculator
|
class DummyGradientCalculator
|
||||||
{
|
{
|
||||||
using GridView = GetPropType<TypeTag, Properties::GridView>;
|
using GridView = GetPropType<TypeTag, Properties::GridView>;
|
||||||
using Scalar = GetPropType<TypeTag, Properties::Scalar>;
|
using Scalar = GetPropType<TypeTag, Properties::Scalar>;
|
||||||
@ -69,7 +69,7 @@ public:
|
|||||||
unsigned,
|
unsigned,
|
||||||
const QuantityCallback&) const
|
const QuantityCallback&) const
|
||||||
{
|
{
|
||||||
throw std::logic_error("Generic values are not supported by the ECL black-oil simulator");
|
throw std::logic_error("Generic values are not supported by the black-oil simulator");
|
||||||
}
|
}
|
||||||
|
|
||||||
template <class QuantityCallback>
|
template <class QuantityCallback>
|
||||||
@ -78,7 +78,7 @@ public:
|
|||||||
unsigned,
|
unsigned,
|
||||||
const QuantityCallback&) const
|
const QuantityCallback&) const
|
||||||
{
|
{
|
||||||
throw std::logic_error("Generic gradients are not supported by the ECL black-oil simulator");
|
throw std::logic_error("Generic gradients are not supported by the black-oil simulator");
|
||||||
}
|
}
|
||||||
|
|
||||||
template <class QuantityCallback>
|
template <class QuantityCallback>
|
||||||
@ -86,7 +86,7 @@ public:
|
|||||||
unsigned,
|
unsigned,
|
||||||
const QuantityCallback&)
|
const QuantityCallback&)
|
||||||
{
|
{
|
||||||
throw std::logic_error("Generic boundary values are not supported by the ECL black-oil simulator");
|
throw std::logic_error("Generic boundary values are not supported by the black-oil simulator");
|
||||||
}
|
}
|
||||||
|
|
||||||
template <class QuantityCallback>
|
template <class QuantityCallback>
|
||||||
@ -95,9 +95,9 @@ public:
|
|||||||
unsigned,
|
unsigned,
|
||||||
const QuantityCallback&) const
|
const QuantityCallback&) const
|
||||||
{
|
{
|
||||||
throw std::logic_error("Generic boundary gradients are not supported by the ECL black-oil simulator");
|
throw std::logic_error("Generic boundary gradients are not supported by the black-oil simulator");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
} // namespace Opm
|
} // namespace Opm
|
||||||
|
|
||||||
#endif
|
#endif // OPM_DUMMY_GRADIENT_CALCULATOR_HPP
|
Loading…
Reference in New Issue
Block a user