mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
light cleaning up for flowexperimental related
This commit is contained in:
parent
f6170ec1dd
commit
98543258d9
@ -1,7 +1,6 @@
|
||||
#ifndef BLACK_OIL_MODEL_FV_NOCACHE_HPP
|
||||
#define BLACK_OIL_MODEL_FV_NOCACHE_HPP
|
||||
#include <opm/simulators/flow/FIBlackoilModel.hpp>
|
||||
//#include "BlackOilModelFvFast.hpp"
|
||||
namespace Opm{
|
||||
template<typename TypeTag>
|
||||
class BlackOilModelFvNoCache: public FIBlackOilModel<TypeTag>{
|
||||
|
@ -25,8 +25,8 @@
|
||||
*
|
||||
* \brief Contains the classes required to extend the black-oil model by energy.
|
||||
*/
|
||||
#ifndef EWOMS_BLACK_OIL_ENERGY_MODULE_TPFA_HH
|
||||
#define EWOMS_BLACK_OIL_ENERGY_MODULE_TPFA_HH
|
||||
#ifndef OPM_BLACK_OIL_ENERGY_MODULE_TPFA_HH
|
||||
#define OPM_BLACK_OIL_ENERGY_MODULE_TPFA_HH
|
||||
#include <opm/models/blackoil/blackoilenergymodules.hh>
|
||||
|
||||
namespace Opm {
|
||||
@ -35,11 +35,6 @@ namespace Opm {
|
||||
* \brief Contains the high level supplements required to extend the black oil
|
||||
* model by energy.
|
||||
*/
|
||||
// template <class TypeTag, bool enableEnergyV = getPropValue<TypeTag, Properties::EnableEnergy>()>
|
||||
// class BlackOilEnergyModuleFV: public BlackOilEnergyModule<TypeTag,enableEnergyV>
|
||||
// {
|
||||
|
||||
// }
|
||||
template <class TypeTag, bool enableEnergyV = getPropValue<TypeTag, Properties::EnableEnergy>()>
|
||||
class BlackOilEnergyIntensiveQuantitiesFV: public BlackOilEnergyIntensiveQuantities<TypeTag,enableEnergyV>
|
||||
{
|
||||
|
@ -25,8 +25,8 @@
|
||||
*
|
||||
* \copydoc Opm::BlackOilIntensiveQuantities
|
||||
*/
|
||||
#ifndef EWOMS_BLACK_OIL_INTENSIVE_QUANTITIES_SIMPLE_HH
|
||||
#define EWOMS_BLACK_OIL_INTENSIVE_QUANTITIES_SIMPLE_HH
|
||||
#ifndef OPM_BLACK_OIL_INTENSIVE_QUANTITIES_SIMPLE_HH
|
||||
#define OPM_BLACK_OIL_INTENSIVE_QUANTITIES_SIMPLE_HH
|
||||
#include <opm/models/blackoil/blackoilproperties.hh>
|
||||
#include <opm/models/blackoil/blackoilsolventmodules.hh>
|
||||
#include <opm/models/blackoil/blackoilextbomodules.hh>
|
||||
|
Loading…
Reference in New Issue
Block a user