Volume: Use official definition of a standard barrel; 42 U.S. gallon.
This commit is contained in:
@@ -93,7 +93,8 @@ namespace Opm
|
||||
|
||||
/// \name Volume
|
||||
/// @{
|
||||
const double stb = 0.158987294928 * cubic(meter);
|
||||
const double gallon = 231 * cubic(inch);
|
||||
const double stb = 42 * gallon;
|
||||
/// @}
|
||||
|
||||
/// \name Mass
|
||||
|
||||
Reference in New Issue
Block a user