enable aquifers in parallel

This commit is contained in:
Arne Morten Kvarving
2020-12-15 09:03:17 +01:00
parent 1907fe4937
commit 86d7666e5c

View File

@@ -168,10 +168,6 @@ BlackoilAquiferModel<TypeTag>::init()
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
const auto& connections = aquifer.connections();
for (const auto& aq : aquifer.ct()) {