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