adding Zero values for well_perforatoin_cell_pressure_diffs_

Trying to let the code run through first.

And for the current cases, they should be zeros.
This commit is contained in:
Kai Bao 2015-09-24 16:52:52 +02:00
parent c1683c0c11
commit befc152071

View File

@ -384,6 +384,7 @@ namespace Opm {
// TODO
well_perforations_segment_pressure_diffs_ = ADB::constant(V::Zero(xw.numberOfPerforations()));
well_perforation_pressure_cell_diffs_ = V::Zero(xw.numberOfPerforations());
well_perforatoin_cell_pressure_diffs_ = V::Zero(xw.numberOfPerforations());
}