Adam Atia
Adam Atia
Based on the changes made in PR #925, we should ensure that the existing documentation adequately explains how certain config options might affect creation of the `pressure_changer` unit.
While there seems to be functionality for grabbing day-ahead electricity prices, I'm not sure there is any functionality on collecting real-time pricing data yet. Adding this functionality could be desirable....
## Fixes ## Summary/Motivation: ## Changes proposed in this PR: - - ### Legal Acknowledgement By contributing to this software project, I agree to the following terms and conditions for...
As commented by @andrewlee94 in WaterTAP (https://github.com/watertap-org/watertap/pull/937/files#r1123757875), the osmotic coefficient should probably be added to defined properties. We currently have it named `osm_coeff` in WaterTAP.
It appears that the following configuration error in `ControlVolume0D` (and similarly for 1D) will not be called when `time_units` is set to `None` while instantiating a `Flowsheet`: ``` if self.config.dynamic:...
The PriceTaker class must still be merged into the main codebase. This class and associated workflow can be useful for projects related to DISPATCHES-type work. For example, modeling flexible desalination...