stem.water_processes module

class stem.water_processes.UniformWaterPressure(water_pressure: float, is_fixed: bool = True)

Bases: WaterProcessParametersABC

Class 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).

is_fixed: bool = True
water_pressure: float
class stem.water_processes.WaterProcessParametersABC

Bases: ABC

Abstract class which contains the parameters for a water process.