mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
enable aquifers in parallel
This commit is contained in:
@@ -168,10 +168,6 @@ BlackoilAquiferModel<TypeTag>::init()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto& comm = this->simulator_.vanguard().gridView().comm();
|
|
||||||
if (comm.size() > 1)
|
|
||||||
throw std::runtime_error("Aquifers currently do not work in parallel.");
|
|
||||||
|
|
||||||
// Get all the carter tracy aquifer properties data and put it in aquifers vector
|
// Get all the carter tracy aquifer properties data and put it in aquifers vector
|
||||||
const auto& connections = aquifer.connections();
|
const auto& connections = aquifer.connections();
|
||||||
for (const auto& aq : aquifer.ct()) {
|
for (const auto& aq : aquifer.ct()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user