Skip to content
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

Implement variables for shutoff valves #30

Closed
tasseff opened this issue Jun 21, 2019 · 2 comments
Closed

Implement variables for shutoff valves #30

tasseff opened this issue Jun 21, 2019 · 2 comments
Assignees

Comments

@tasseff
Copy link
Member

tasseff commented Jun 21, 2019

Refer to #28 for a discussion on shutoff valve data structures. Obviously, the variables that already exist for pipe objects will remain for pipes with shutoff valves. However, each shutoff valve will require the addition of a binary variable, wm.var[:nw][n][:x_so][a], which defines if the shutoff valve within pipe a has been opened (1) or closed (0) by the operator at time n.

@tasseff
Copy link
Member Author

tasseff commented Jun 22, 2019

Actually, I will propose naming the binary variables for shutoff valves wm.var[:nw][n][:x_open][a].

@tasseff
Copy link
Member Author

tasseff commented Jul 29, 2020

Note that naming conventions for component status variables have changed. Now, :z_shutoff_valve indicates whether a shutoff valve is open (1) or closed (0).

@tasseff tasseff closed this as completed Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant