mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
changed: remove support for internal summaryconfig handling in simulators
This commit is contained in:
@@ -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>>
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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 -----------------
|
||||
|
||||
@@ -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 -----------------
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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 -----------------
|
||||
|
||||
@@ -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 -----------------
|
||||
|
||||
@@ -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 -----------------
|
||||
|
||||
@@ -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 -----------------
|
||||
|
||||
@@ -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 -----------------
|
||||
|
||||
@@ -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 -----------------
|
||||
|
||||
@@ -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 -----------------
|
||||
|
||||
@@ -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 -----------------
|
||||
|
||||
@@ -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 -----------------
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user