mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2439 Fracture : Set default permeability to 1e5
This commit is contained in:
parent
67da4af831
commit
9734774e21
@ -278,14 +278,14 @@ void RimEllipseFractureTemplate::setDefaultValuesFromUnit()
|
||||
if (fractureTemplateUnit == RiaEclipseUnitTools::UNITS_FIELD)
|
||||
{
|
||||
m_width = 0.5f;
|
||||
m_permeability = 800000.0f;
|
||||
m_permeability = 80000.0f;
|
||||
m_halfLength = 300.0f;
|
||||
m_height = 225.0f;
|
||||
}
|
||||
else
|
||||
{
|
||||
m_width = 0.01f;
|
||||
m_permeability = 1000000.0f;
|
||||
m_permeability = 100000.0f;
|
||||
m_halfLength = 100.0f;
|
||||
m_height = 75.0f;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user