mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7148 StimPlanModel: provide better default for por/perm.
This commit is contained in:
committed by
Magne Sjaastad
parent
d73bd60825
commit
784f3069f0
@@ -57,3 +57,16 @@ void AppEnum<RiaDefines::CurveProperty>::setUp()
|
||||
setDefault( RiaDefines::CurveProperty::UNDEFINED );
|
||||
}
|
||||
}; // namespace caf
|
||||
|
||||
namespace RiaDefines
|
||||
{
|
||||
double defaultPorosity()
|
||||
{
|
||||
return 0.01;
|
||||
}
|
||||
|
||||
double defaultPermeability()
|
||||
{
|
||||
return 1.0e-5;
|
||||
}
|
||||
}; // namespace RiaDefines
|
||||
|
||||
Reference in New Issue
Block a user