Esempio n. 1
0
func (w *LHWell) ContainerVolume() wunit.Volume {
	return wunit.Volume{wunit.NewMeasurement(w.Vol, "", w.Vunit)}
}
Esempio n. 2
0
func (w *LHWell) ResidualVolume() wunit.Volume {
	return wunit.Volume{wunit.NewMeasurement(w.Rvol, "", w.Vunit)}
}