mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Write control to data::Wells. Missing ability to restore.
This commit is contained in:
parent
df4e163796
commit
545f55bd3b
@ -224,6 +224,7 @@ namespace Opm
|
||||
for( const auto& wt : this->wellMap() ) {
|
||||
const auto w = wt.second[ 0 ];
|
||||
auto& well = res.at( wt.first );
|
||||
well.control = this->currentControls()[ w ];
|
||||
|
||||
int local_comp_index = 0;
|
||||
for( auto& cpair : well.completions ) {
|
||||
|
Loading…
Reference in New Issue
Block a user