Provide Simulator's Dynamic CTF in data::Connection

This is in preparation of implementing the WELPI feature.
This commit is contained in:
Bård Skaflestad
2020-10-02 15:32:07 +02:00
parent 14e34378b0
commit e39333895c
3 changed files with 8 additions and 4 deletions

View File

@@ -168,6 +168,8 @@ Opm::data::Connection getConnection()
con1.cell_saturation_water = 5.0;
con1.cell_saturation_gas = 6.0;
con1.effective_Kh = 7.0;
con1.trans_factor = 8.0;
return con1;
}