WIP of the WellMultiSegment and WellStateMultiSegment

This commit is contained in:
Kai Bao
2015-07-31 13:36:15 +02:00
parent c91e144a1d
commit 60dd7743c3
5 changed files with 341 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ list (APPEND MAIN_SOURCE_FILES
opm/autodiff/VFPProperties.cpp
opm/autodiff/VFPProdProperties.cpp
opm/autodiff/VFPInjProperties.cpp
opm/autodiff/WellMultiSegment.cpp
)
@@ -147,5 +148,7 @@ list (APPEND PUBLIC_HEADER_FILES
opm/autodiff/VFPHelpers.hpp
opm/autodiff/VFPProdProperties.hpp
opm/autodiff/VFPInjProperties.hpp
opm/autodiff/WellStateMultiSegment.hpp
opm/autodiff/WellMultiSegment.hpp
)