Added classes IncompPropertiesInterface and IncompPropertiesBasic.

This commit is contained in:
Atgeirr Flø Rasmussen
2012-01-18 18:50:56 +01:00
parent 9508680baf
commit 805d5a6ba5
4 changed files with 378 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ opm/core/fluid/blackoil/SinglePvtLiveOil.cpp \
opm/core/fluid/blackoil/SinglePvtInterface.cpp \
opm/core/fluid/BlackoilPropertiesBasic.cpp \
opm/core/fluid/BlackoilPropertiesFromDeck.cpp \
opm/core/fluid/IncompPropertiesBasic.cpp \
opm/core/fluid/PvtPropertiesBasic.cpp \
opm/core/fluid/RockBasic.cpp \
opm/core/fluid/RockFromDeck.cpp \
@@ -97,6 +98,8 @@ opm/core/fluid/BlackoilFluid.hpp \
opm/core/fluid/BlackoilPropertiesInterface.hpp \
opm/core/fluid/BlackoilPropertiesBasic.hpp \
opm/core/fluid/BlackoilPropertiesFromDeck.hpp \
opm/core/fluid/IncompPropertiesInterface.hpp \
opm/core/fluid/IncompPropertiesBasic.hpp \
opm/core/fluid/PvtPropertiesBasic.hpp \
opm/core/fluid/RockBasic.hpp \
opm/core/fluid/RockFromDeck.hpp \