Add volumetic unit liter
For simulating laboratory experiments, liter is a more suitable base unit than gallons or barrels.
This commit is contained in:
@@ -101,6 +101,7 @@ namespace Opm
|
||||
/// @{
|
||||
const double gallon = 231 * cubic(inch);
|
||||
const double stb = 42 * gallon;
|
||||
const double liter = 1 * cubic(prefix::deci*meter);
|
||||
/// @}
|
||||
|
||||
/// \name Mass
|
||||
|
||||
Reference in New Issue
Block a user