Add fip_region to summary context argument
This commit is contained in:
parent
3587c0c6b7
commit
d5a21427b4
@ -379,6 +379,7 @@ struct fn_args {
|
|||||||
double duration;
|
double duration;
|
||||||
const int sim_step;
|
const int sim_step;
|
||||||
int num;
|
int num;
|
||||||
|
const std::string fip_region;
|
||||||
const Opm::SummaryState& st;
|
const Opm::SummaryState& st;
|
||||||
const Opm::data::Wells& wells;
|
const Opm::data::Wells& wells;
|
||||||
const Opm::data::GroupValues& groups;
|
const Opm::data::GroupValues& groups;
|
||||||
@ -1640,6 +1641,7 @@ namespace Evaluator {
|
|||||||
const fn_args args {
|
const fn_args args {
|
||||||
wells, group_name, stepSize, static_cast<int>(sim_step),
|
wells, group_name, stepSize, static_cast<int>(sim_step),
|
||||||
std::max(0, this->node_.number),
|
std::max(0, this->node_.number),
|
||||||
|
this->node_.fip_region,
|
||||||
st, simRes.wellSol, simRes.groupSol, input.reg, input.grid,
|
st, simRes.wellSol, simRes.groupSol, input.reg, input.grid,
|
||||||
std::move(efac.factors)
|
std::move(efac.factors)
|
||||||
};
|
};
|
||||||
@ -2094,6 +2096,7 @@ namespace Evaluator {
|
|||||||
|
|
||||||
const fn_args args {
|
const fn_args args {
|
||||||
{}, "", 0.0, 0, std::max(0, this->node_->number),
|
{}, "", 0.0, 0, std::max(0, this->node_->number),
|
||||||
|
this->node_->fip_region,
|
||||||
this->st_, {}, {}, reg, this->grid_,
|
this->st_, {}, {}, reg, this->grid_,
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user