Sign change on tracer data
This commit is contained in:
parent
4c05ba58d1
commit
041a2a72a1
@ -953,7 +953,7 @@ namespace {
|
||||
std::size_t output_index = Ix::TracerOffset + 2*tracer_dims.water_tracers() + tracer_index;
|
||||
if (well.isInjector()) {
|
||||
const auto& wtir = smry.get_well_var(well.name(), fmt::format("WTIT{}", tracer.name), 0);
|
||||
xWell[output_index] = -wtir;
|
||||
xWell[output_index] = wtir;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user