#1617 Adding conductivity scaling factor to StimPlan fracture templates, and scaling the conductivity values in file with this value.

This commit is contained in:
astridkbjorke
2017-08-03 13:39:52 +02:00
parent bf3636a9df
commit 50eb8b7225
6 changed files with 33 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ class QXmlStreamReader;
class RifStimPlanXmlReader
{
public:
static cvf::ref<RigStimPlanFractureDefinition> readStimPlanXMLFile(const QString& stimPlanFileName, QString * errorMessage);
static cvf::ref<RigStimPlanFractureDefinition> readStimPlanXMLFile(const QString& stimPlanFileName, double conductivityScalingFactor, QString * errorMessage);
private:
static size_t readStimplanGridAndTimesteps(QXmlStreamReader &xmlStream, RigStimPlanFractureDefinition* stimPlanFileData, RiaEclipseUnitTools::UnitSystemType& unit);