-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steam distribution systems #124
Comments
|
For non-reisdential buildings (and american residential building), we might miss also a AirDistributionSystem solution, with attributes different from those of other EnergyDistributionSystem... |
@kwakuwulf, are all attributes of the current So our module gets more complex if we really want to describe multi-phase flows, for what we need temperatures and pressure of all subsystems. Any opinions on that? |
I think we should skip this for v0.8 and discuss this in more detail. |
Let's first see the impacts of #137, we could pick up that topic here later again with this new structure. Will not be part of v0.9.0 |
As discussed in Vienna I'm adding some issues from the viewpoint of industrial process modelling:
I was wondering how one would define a steam system in the EnergyADE. Two areas of concern:
ThermalDistributionSystem
: most distribution system in industries are based on steam. For that purpose thereturnTemperature
andsupplyTemperature
are insufficient information. The pressure of the supply line and the condensate return percentage would be important information. Maybe we could add another inheritance toEnergyDistributionSystem
namedSteamDistributionSystem
that specifically addresses the requirements of steam distribution and does not affect the "normal" distribution systems of buildings.SteamBoiler
could be added toEnergyConversionSystems
to allow a more specific definition of a steam boilerThe text was updated successfully, but these errors were encountered: