light cleaning up for flowexperimental related

This commit is contained in:
Kai Bao 2024-04-05 16:46:43 +02:00
parent f6170ec1dd
commit 98543258d9
3 changed files with 4 additions and 10 deletions

View File

@ -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>{

View File

@ -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>
{

View File

@ -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>