Set external UDQState for flow blackoil

This commit is contained in:
Joakim Hove
2021-07-03 14:10:57 +02:00
parent 2b680f27af
commit c62a9ba198
4 changed files with 7 additions and 0 deletions

View File

@@ -188,6 +188,7 @@ namespace Opm
std::move(deck_),
std::move(eclipseState_),
std::move(schedule_),
std::move(udqState_),
std::move(summaryConfig_));
return flowEbosBlackoilMainInit(
argc_, argv_, outputCout_, outputFiles_);
@@ -326,6 +327,7 @@ namespace Opm
flowEbosBlackoilSetDeck(setupTime_, std::move(deck_),
std::move(eclipseState_),
std::move(schedule_),
std::move(udqState_),
std::move(summaryConfig_));
return flowEbosBlackoilMain(argc_, argv_, outputCout_, outputFiles_);
}