#2627 Export CF : kh is reported as zero

This commit is contained in:
Magne Sjaastad
2018-03-20 10:48:06 +01:00
parent cb6dbb1bee
commit 39c8834181
3 changed files with 14 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ public:
FractureWidthAndConductivity()
: m_width(0.0)
, m_permeability(0.0)
, m_conductivity(HUGE_VAL)
{
}
@@ -60,6 +61,8 @@ public:
// Unit : mD (milliDarcy)
double m_permeability;
double m_conductivity;
};
//==================================================================================================