In a scientific context, Voluvessel might be related to:
: Common models, like those from Humboldt , come in various sizes, such as 1/20 cu. ft. (1600ml) for soils with particles up to 0.5 inches and 1/13 cu. ft. (2230ml) for larger aggregate. voluvessel
def compensate_volume(raw_volume, temp_c, ref_temp_c=20, coeff_per_c=0.00095): expansion = 1 + coeff_per_c * (temp_c - ref_temp_c) return raw_volume / expansion # for mass conservation In a scientific context, Voluvessel might be related