mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1489 from GitPaean/removing_whitespaces
removing some whitespaces
This commit is contained in:
commit
2672f38375
@ -35,7 +35,7 @@ namespace Opm {
|
|||||||
/// Class for handling the blackoil well model.
|
/// Class for handling the blackoil well model.
|
||||||
template<typename TypeTag>
|
template<typename TypeTag>
|
||||||
class BlackoilAquiferModel {
|
class BlackoilAquiferModel {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
// --------- Types ---------
|
// --------- Types ---------
|
||||||
@ -79,4 +79,4 @@ namespace Opm {
|
|||||||
} // namespace Opm
|
} // namespace Opm
|
||||||
|
|
||||||
#include "BlackoilAquiferModel_impl.hpp"
|
#include "BlackoilAquiferModel_impl.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
@ -101,7 +101,7 @@ namespace Opm {
|
|||||||
|
|
||||||
updateConnectionIntensiveQuantities();
|
updateConnectionIntensiveQuantities();
|
||||||
const auto& eclState = ebosSimulator_.vanguard().eclState();
|
const auto& eclState = ebosSimulator_.vanguard().eclState();
|
||||||
|
|
||||||
// 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 AquiferCT aquiferct = AquiferCT(eclState,deck);
|
const AquiferCT aquiferct = AquiferCT(eclState,deck);
|
||||||
const Aquancon aquifer_connect = Aquancon(eclState.getInputGrid(), deck);
|
const Aquancon aquifer_connect = Aquancon(eclState.getInputGrid(), deck);
|
||||||
@ -114,7 +114,7 @@ namespace Opm {
|
|||||||
|
|
||||||
for (size_t i = 0; i < aquifersData.size(); ++i)
|
for (size_t i = 0; i < aquifersData.size(); ++i)
|
||||||
{
|
{
|
||||||
aquifers_.push_back(
|
aquifers_.push_back(
|
||||||
AquiferCarterTracy<TypeTag> (aquifersData.at(i), aquifer_connection.at(i), ebosSimulator_)
|
AquiferCarterTracy<TypeTag> (aquifersData.at(i), aquifer_connection.at(i), ebosSimulator_)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user