-
Notifications
You must be signed in to change notification settings - Fork 84
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
Replace PlugFlowPipe outlet from vectorized to single port #1503
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
b7803cd
first commit
bravache 04f29e0
fix package order
bravache d0bff32
add documentation to obsolete package
bravache 403a976
fix typo
bravache 7c513c7
fix variable references
bravache c9d7e1d
Minor changes [ci skip]
AntoineGautier 9eccb21
Expand PlugFlowCore in PlugFlowPipe
bravache 333dd4f
fix syntax
bravache 7304835
fix test variable name
bravache 655e53c
Update doc
AntoineGautier 43529e3
Rename parameter
AntoineGautier b0fbc02
Merge examples
bravache 245cc2c
Merge branch 'master' into issue1494_plugflowpipe_singleoutlet
bravache 2909c70
Merge branch 'master' into issue1494_plugflowpipe_singleoutlet
mwetter 6dce628
Merge branch 'master' into issue1494_plugflowpipe_singleoutlet
mwetter d40c322
Replaced links with full class name
mwetter 8bbc228
Introduced parameter for complex parameter expression
mwetter 784ce99
Updated documentation
mwetter 670f3ce
Fixed drawing into pane
mwetter 463ff71
Made most components protected and exposed main variables
mwetter 7065294
Added obsolete annotation
mwetter 5a18c03
Removed non-needed start value
mwetter b83f5d6
Added obsolete annotation
mwetter a637e26
Removed setup tools
mwetter 5031c9b
Merge branch 'issue1494_plugflowpipe_singleoutlet' of github.com:ibps…
mwetter 7d31f46
Moved conversion to top of file (as has been done with other entries)
mwetter 73e7d11
Removed setup tools
mwetter bb0338c
Added constant to suppress calculation of flow resistance
mwetter 072086f
Updated variable names in CI tests
mwetter 1fc20a4
Corrected error in newly introduced constant.
mwetter beef79c
Updated reference result for new output variables
mwetter c8c7ca7
Removed parameter computeFlowResistance, introduced QEnv_flow
mwetter b204dc5
simplify unecessary parameters
bravache 146ce65
Merge branch 'master' into issue1494_plugflowpipe_singleoutlet
bravache 3705e42
make m_flow consistent in example
bravache 505bb91
make model symmetrical
bravache 0f0dbb5
update documentation
bravache 5f64335
update documentation 2
bravache 6c0b7f9
Changed m_flow to m_flow_nominal
mwetter bd7c690
Changed annotation
mwetter abc385c
Updated revision notes
mwetter 9d1abcf
Removed trailing white space
mwetter fb7d4ce
Merge branch 'master' into issue1494_plugflowpipe_singleoutlet
bravache File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
PlugFlow | ||
PlugFlowCore | ||
PlugFlowHeatLoss | ||
PlugFlowTransportDelay | ||
Validation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Great!