changed: remove support for internal summaryconfig handling in simulators

This commit is contained in:
Arne Morten Kvarving
2022-06-24 15:06:13 +02:00
parent 4510f40b6d
commit 00c374be5c
23 changed files with 29 additions and 38 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ void flowEbosBlackoilSetDeck(double setupTime, std::shared_ptr<Deck> deck,
Vanguard::setExternalUDQState(std::move(udqState));
Vanguard::setExternalActionState(std::move(actionState));
Vanguard::setExternalWTestState(std::move(wtestState));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
std::unique_ptr<FlowMainEbos<Properties::TTag::EclFlowProblem>>
+1 -1
View File
@@ -49,7 +49,7 @@ void flowEbosBrineSetDeck(double setupTime, std::shared_ptr<Deck> deck,
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
+1 -1
View File
@@ -59,7 +59,7 @@ void flowEbosBrinePrecsaltVapwatSetDeck(double setupTime, std::shared_ptr<Deck>
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
+1 -1
View File
@@ -54,7 +54,7 @@ void flowEbosBrineSaltPrecipitationSetDeck(double setupTime, std::shared_ptr<Dec
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
+1 -1
View File
@@ -49,7 +49,7 @@ void flowEbosEnergySetDeck(double setupTime, std::shared_ptr<Deck> deck,
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
// ----------------- Main program -----------------
+1 -1
View File
@@ -49,7 +49,7 @@ void flowEbosExtboSetDeck(double setupTime, std::shared_ptr<Deck> deck,
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
// ----------------- Main program -----------------
+1 -1
View File
@@ -49,7 +49,7 @@ void flowEbosFoamSetDeck(double setupTime, std::shared_ptr<Deck> deck,
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
+1 -1
View File
@@ -70,7 +70,7 @@ void flowEbosGasOilSetDeck(double setupTime, std::shared_ptr<Deck> deck,
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
+1 -1
View File
@@ -74,7 +74,7 @@ void flowEbosGasOilEnergySetDeck(double setupTime, std::shared_ptr<Deck> deck,
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
+1 -1
View File
@@ -73,7 +73,7 @@ void flowEbosGasWaterSetDeck(double setupTime, std::shared_ptr<Deck> deck,
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
+1 -1
View File
@@ -73,7 +73,7 @@ void flowEbosGasWaterBrineSetDeck(double setupTime, std::shared_ptr<Deck> deck,
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
// ----------------- Main program -----------------
+1 -1
View File
@@ -84,7 +84,7 @@ void flowEbosGasWaterSaltprecVapwatSetDeck(double setupTime, std::shared_ptr<Dec
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
// ----------------- Main program -----------------
+1 -1
View File
@@ -73,7 +73,7 @@ void flowEbosMICPSetDeck(double setupTime, std::shared_ptr<Deck> deck,
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
// ----------------- Main program -----------------
+1 -1
View File
@@ -70,7 +70,7 @@ void flowEbosOilWaterSetDeck(double setupTime, std::shared_ptr<Deck> deck,
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
// ----------------- Main program -----------------
+1 -1
View File
@@ -73,7 +73,7 @@ void flowEbosOilWaterBrineSetDeck(double setupTime, std::shared_ptr<Deck> deck,
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
// ----------------- Main program -----------------
+1 -1
View File
@@ -73,7 +73,7 @@ void flowEbosOilWaterPolymerSetDeck(double setupTime, std::shared_ptr<Deck> deck
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
// ----------------- Main program -----------------
+1 -1
View File
@@ -69,7 +69,7 @@ void flowEbosWaterOnlySetDeck(double setupTime, std::shared_ptr<Deck> deck,
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
// ----------------- Main program -----------------
+1 -1
View File
@@ -76,7 +76,7 @@ void flowEbosWaterOnlyEnergySetDeck(double setupTime, std::shared_ptr<Deck> deck
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
// ----------------- Main program -----------------
+1 -1
View File
@@ -49,7 +49,7 @@ void flowEbosPolymerSetDeck(double setupTime, std::shared_ptr<Deck> deck,
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}
// ----------------- Main program -----------------
+1 -1
View File
@@ -49,7 +49,7 @@ void flowEbosSolventSetDeck(double setupTime, std::shared_ptr<Deck> deck,
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}