Voluvessel Jun 2026
Voluvessels are typically designed to adhere to industry-standard testing methods, such as and AASHTO T205 .
| Rule | Condition | |-------------------------|-----------------------------------------------| | High volume alert | fill_percent > alert_high | | Low volume alert | fill_percent < alert_low | | Rapid change alert | |dV/dt| > rate_limit_m3_per_min | | Sensor fault | no reading for timeout_min | | Leak suspicion | volume decreases without outlet flow logged | 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 voluvessel
Technical Overview: The Voluvessel for In-Place Soil Density Testing voluvessel