-
Notifications
You must be signed in to change notification settings - Fork 9
Add a valve model #59
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
Conversation
cc4eb02 to
c8772cc
Compare
|
@boerrebj I'm not expecting you to go through this in detail but if you could just take a quick look at |
968d379 to
49cf546
Compare
49cf546 to
6d376e4
Compare
0de3159 to
ef0b3ac
Compare
|
@boerrebj Any chance to have a look at this? I'm pretty sure this can be merged as is, but then again of course I would say that ;-) |
Fixes #75 At the same time a simple valve component is introduced which is based on the `BaseValve` model just like the turbine model is now also based on this. An example model was also added.
Since we now have a `SimpleValve` model a it seems better to emphasise when a turbine is part of the example.
6d376e4 to
d2b063e
Compare
dietmarw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This fixes #57 by adding a base class of a valve which then in turn is used by a new valve model and a modified simple turbine model.