I've been using the GNU units program and I seem to think that I should be able to convert water between a volume and a weight.
Examples:
You have: 1 gram water
You want: cm^3
conformability error
1 gram water = 9.80665 kg^2 / m^2 s^2
cm^3 = 1e-06 m^3
and
You have: 1 gallon water
You want: pounds
conformability error
1 gallon water = 37.122208 kg m / s^2
pounds = 0.45359237 kg
units
does actually have a limited selection of densities in its database, it's just that the keyword iswaterdensity
, notwater
. – Random832 Jun 28 '11 at 17:20