mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added soMax to flow_legacy
This commit is contained in:
@@ -154,7 +154,7 @@ public:
|
||||
|
||||
typedef std::vector<double> VectorType;
|
||||
|
||||
VectorType& somax = state.getCellData( "SOMAX" );
|
||||
const VectorType& somax = state.getCellData( "SOMAX" );
|
||||
|
||||
for (int cellIdx = 0; cellIdx < num_cells; ++cellIdx) {
|
||||
ebosSimulator_.model().setMaxOilSaturation(somax[cellIdx], cellIdx);
|
||||
|
||||
Reference in New Issue
Block a user