stem.IO.kratos_water_processes_io module

class stem.IO.kratos_water_processes_io.KratosWaterProcessesIO(domain: str)

Bases: object

Class containing methods to write water processes to Kratos

Attributes:
  • domain (str): name of the Kratos domain

Constructor of KratosWaterProcessesIO class

Args:
  • domain (str): name of the Kratos domain

create_water_process_dict(part_name: str, parameters: WaterProcessParametersABC) Dict[str, Any] | None

Creates a dictionary containing the water process parameters

Args:
Returns:
  • Dict[str, Any]: dictionary containing the water process parameters