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

@@ -36,6 +36,5 @@ void python::common::export_Connection(py::module& module) {
.def_property_readonly( "sat_table_id", &Connection::satTableId)
.def_property_readonly( "segment_number", &Connection::segment)
.def_property_readonly( "cf", &Connection::CF)
.def_property_readonly( "kh", &Connection::Kh)
.def_property_readonly( "well_pi", &Connection::wellPi );
.def_property_readonly( "kh", &Connection::Kh);
}