mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-26 09:10:59 -06:00
changed: rename ebos_oilwaterpolymer to ebos_oilwater_polymer
make it the same as the flow model, allowing simplification in the buildsystem
This commit is contained in:
parent
10c3f3b438
commit
9ad927799b
@ -225,8 +225,8 @@ set_property(TARGET moduleVersion PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
# but this is not exposed in a super-build.
|
||||
add_dependencies(moduleVersion opmsimulators)
|
||||
|
||||
set(COMMON_MODELS brine extbo foam gasoil oilwater polymer solvent)
|
||||
set(FLOW_MODELS blackoil energy oilwater_brine oilwater_polymer oilwater_polymer_injectivity)
|
||||
set(COMMON_MODELS brine extbo foam gasoil oilwater oilwater_polymer polymer solvent)
|
||||
set(FLOW_MODELS blackoil energy oilwater_brine oilwater_polymer_injectivity)
|
||||
|
||||
set(FLOW_TGTS)
|
||||
foreach(OBJ ${COMMON_MODELS} ${FLOW_MODELS})
|
||||
@ -343,7 +343,7 @@ endif()
|
||||
# the research oriented general-purpose ECL simulator ("ebos" == &ecl
|
||||
# &black-&oil &simulator)
|
||||
set(MEBOS_TARGETS "")
|
||||
set(EBOS_MODELS oilwaterpolymer thermal)
|
||||
set(EBOS_MODELS thermal)
|
||||
foreach(OBJ ${COMMON_MODELS} blackoil ${EBOS_MODELS})
|
||||
add_library(ebos_lib${OBJ} OBJECT EXCLUDE_FROM_ALL ebos/ebos_${OBJ}.cc)
|
||||
list(APPEND MEBOS_TARGETS $<TARGET_OBJECTS:ebos_lib${OBJ}>)
|
||||
|
@ -29,7 +29,7 @@
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
#include "ebos_oilwaterpolymer.hh"
|
||||
#include "ebos_oilwater_polymer.hh"
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
@ -33,7 +33,7 @@
|
||||
|
||||
#include "ebos_blackoil.hh"
|
||||
#include "ebos_oilwater.hh"
|
||||
#include "ebos_oilwaterpolymer.hh"
|
||||
#include "ebos_oilwater_polymer.hh"
|
||||
#include "ebos_gasoil.hh"
|
||||
// TODO (?): #include "ebos_watergas.hh"
|
||||
#include "ebos_thermal.hh"
|
||||
|
Loading…
Reference in New Issue
Block a user