mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
adjust to upstream CO2Table encapsulation
This commit is contained in:
parent
58f01949b7
commit
059d1fa095
@ -61,9 +61,6 @@ namespace Opm {
|
||||
template <class TypeTag>
|
||||
class Co2InjectionProblem;
|
||||
|
||||
namespace Co2Injection {
|
||||
#include <opm/material/components/co2tables.inc>
|
||||
}
|
||||
//! \endcond
|
||||
}
|
||||
|
||||
@ -109,10 +106,9 @@ struct FluidSystem<TypeTag, TTag::Co2InjectionBaseProblem>
|
||||
{
|
||||
private:
|
||||
using Scalar = GetPropType<TypeTag, Properties::Scalar>;
|
||||
using CO2Tables = Opm::Co2Injection::CO2Tables;
|
||||
|
||||
public:
|
||||
using type = Opm::BrineCO2FluidSystem<Scalar, CO2Tables>;
|
||||
using type = Opm::BrineCO2FluidSystem<Scalar>;
|
||||
//using type = Opm::H2ON2FluidSystem<Scalar, /*useComplexRelations=*/false>;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user