Add volumetic unit liter
For simulating laboratory experiments, liter is a more suitable base unit than gallons or barrels.
This commit is contained in:
parent
0364072977
commit
f10d10e33e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user