Interface FluidTemperature

All Known Subinterfaces:
FluidTemperature.ContinuousFluidTemperature, FluidTemperature.DiscreteFluidTemperature

public interface FluidTemperature
Base type for fluid temperature. There are 2 types of temperature, only one of which may be implemented: It is considered an error to implement this interface without implementing one of these two subinterfaces!

Note that LibNetworkStack doesn't (yet) provide a way to heat or cool fluids directly. As such this is provided for informational purposes only, and to ensure that each FluidKey only has a single temperature.