stem.water_processes module
- class stem.water_processes.UniformWaterPressure(water_pressure: float, is_fixed: bool = True)
Bases:
WaterProcessParametersABCClass which contains the parameters for a uniform water pressure process.
- Inheritance:
WaterProcessParametersABC (ABC): Abstract base class which contains the parameters for a water process.
- Attributes:
water_pressure (float): The water pressure.
is_fixed (bool): Whether the water pressure is fixed or not (default: True).