Remove old legacy unit constants.
They should have been removed a long time ago, but were overlooked.
This commit is contained in:
parent
0bb2fdeee4
commit
383bd4d91e
@ -217,16 +217,5 @@ namespace Opm
|
|||||||
}
|
}
|
||||||
} // namespace convert
|
} // namespace convert
|
||||||
} // namespace unit
|
} // namespace unit
|
||||||
|
|
||||||
namespace units {
|
|
||||||
// const double MILLIDARCY = 1.0;//9.86923e-16;
|
|
||||||
// const double VISCOSITY_UNIT = 1.0;//1e-3;
|
|
||||||
// const double DAYS2SECONDS = 1.0;//86400;
|
|
||||||
const double MILLIDARCY = 9.86923e-16;
|
|
||||||
const double VISCOSITY_UNIT = 1e-3;
|
|
||||||
const double DAYS2SECONDS = 86400;
|
|
||||||
const double FEET = 0.30479999798832;
|
|
||||||
const double WELL_INDEX_UNIT = VISCOSITY_UNIT/(DAYS2SECONDS*1e5);
|
|
||||||
} // namespace units
|
|
||||||
} // namespace Opm
|
} // namespace Opm
|
||||||
#endif // OPM_UNITS_HEADER
|
#endif // OPM_UNITS_HEADER
|
||||||
|
Loading…
Reference in New Issue
Block a user