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

how to set dynamic vale flow rates #807

Open
jinzhuyu opened this issue Jul 8, 2024 · 3 comments
Open

how to set dynamic vale flow rates #807

jinzhuyu opened this issue Jul 8, 2024 · 3 comments

Comments

@jinzhuyu
Copy link

jinzhuyu commented Jul 8, 2024

Hi,

I would like to use dynamic flow rate for a valve. Could you please tell me how to do so? Thanks!

I tried to use "[VALVES]
;ID Node1 Node2 Diameter Type Setting MinorLoss
FCV12 12 13 10 FCV 125 0"
to set the valve flow rate, but I am not sure how to make specified flow rate change over the simulation steps.

@LRossman
Copy link
Collaborator

LRossman commented Jul 8, 2024

You can use a set of simple controls to change the FCV setting at specific points in time:

[CONTROLS]
Link FCV12 130 at Time 2  ; Flow setting is 130 at hour 2
Link FCV12 100 at Time 4  ; Flow setting is 100 at hour 4
etc.

@jinzhuyu
Copy link
Author

jinzhuyu commented Jul 8, 2024 via email

@LRossman
Copy link
Collaborator

LRossman commented Jul 8, 2024

Sorry, I forgot to begin each control with the key word "Link". Please see the corrected post above.

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

2 participants