Sign change on tracer data

This commit is contained in:
Joakim Hove 2021-11-29 08:05:23 +01:00
parent 4c05ba58d1
commit 041a2a72a1

View File

@ -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;
}
}