WPIMULT: directly multiply the connection transmissibility factor

This commit is contained in:
Joakim Hove
2020-03-31 16:20:19 +02:00
parent 14bd2f7d48
commit 6fb2989708
7 changed files with 127 additions and 24 deletions

View File

@@ -3131,7 +3131,6 @@ bool Schedule::cmp(const Schedule& sched1, const Schedule& sched2, std::size_t r
//well_count += not_equal( conn1.r0(), conn2.r0(), well_connection_msg(well1.name(), conn1, "r0"));
well_count += not_equal( conn1.skinFactor(), conn2.skinFactor(), well_connection_msg(well1.name(), conn1, "skinFactor"));
well_count += not_equal( conn1.wellPi(), conn2.wellPi(), well_connection_msg(well1.name(), conn1, "PI"));
}
}