WaterTreatment Process¶
- class opgee.processes.water_treatment.WaterTreatment(name, **kwargs)¶
The water treatment process …
- Inputs:
A
- Outputs:
B
- cache_attributes()¶
Cache any attributes that are stored in model class instances. We break this out as a separate method to allow values set in the Monte Carlo simulation process to overwrite previously cached values. This method should be defined in all Process subclasses that cached attribute values.
- Returns:
None
- run(analysis)¶
Run the WaterTreatment process.
- Parameters:
analysis – (opgee.Analysis)
- Returns:
nothing