mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
rock density is obtained from PLYROCK in PolymerProperties::getFromDeck.
This commit is contained in:
@@ -72,11 +72,10 @@ namespace Opm
|
||||
const std::vector<double>& tlmixpar = gridparser.getTLMIXPAR().tlmixpar_;
|
||||
mix_param_ = tlmixpar[0];
|
||||
|
||||
rock_density_ = gridparser.getFloatingPointValue("ROCKDEN")[0];
|
||||
|
||||
// We assume NTSFUN=1
|
||||
const std::vector<double>& plyrock = gridparser.getPLYROCK().plyrock_;
|
||||
dead_pore_vol_ = plyrock[0];
|
||||
rock_density_ = plyrock[3];
|
||||
|
||||
// We assume NTPVT=1
|
||||
const PLYVISC& plyvisc = gridparser.getPLYVISC();
|
||||
|
||||
Reference in New Issue
Block a user