-
Notifications
You must be signed in to change notification settings - Fork 849
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
Unsteady CHT #854
Merged
Merged
Unsteady CHT #854
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
708121a
Tidy up CHeatIteration by inheriting from CFluidIteration.
oleburghardt 9d4e408
Small fix in CHeatFVMVariable so that it can be used in unsteady runs.
oleburghardt 02eea23
Quick solution to set same physical time step in all zones for unstea…
oleburghardt f35f260
Add test case incomp_2d_unsteady (basically incomp_2d with additional…
oleburghardt 18af1de
Merge branch 'develop' of https://github.com/su2code/SU2 into feature…
oleburghardt 7ce063e
added time convergence monitoring for multizone driver
ScSteffen 34aa908
Merge branch 'feature_unsteady_cht' of https://github.com/su2code/SU2…
ScSteffen da8a691
Small revert.
oleburghardt dbc8ff7
Merge branch 'feature_unsteady_cht' of https://github.com/su2code/SU2…
oleburghardt 9ce9811
Quick solution to fix missing reference time in heat solvers (this ne…
oleburghardt 4a6344c
Increasing Reynolds number (by higher density) in unsteady CHT test c…
oleburghardt 64a170d
Change test case parameters.
oleburghardt 18fa12a
Merge branch 'develop' into feature_unsteady_cht
talbring b8dd47c
Adapt unsteady CHT test case parameters to prepare it as regression t…
oleburghardt 36e4291
Add unsteady CHT case to regression tests.
oleburghardt 60358b6
Merge branch 'develop' of https://github.com/su2code/SU2 into feature…
oleburghardt 725ceee
Merge branch 'feature_unsteady_cht' of https://github.com/su2code/SU2…
oleburghardt b8f571e
Small fix.
oleburghardt 008c35a
Another small fix.
oleburghardt 4cebf34
Yet another small fix for unsteady regression test.
oleburghardt 382e82f
Adapt to parallel regression test values.
oleburghardt 772756a
Replace fixed value hack for multizone reference time adjustment by a…
oleburghardt 8e27cf8
Improve comment.
oleburghardt 4606456
Quick workaround for multizone reference times incorporating the FEA …
oleburghardt d103c4a
(Correct) quick workaround for multizone reference times incorporatin…
oleburghardt 7061830
Small change for Time_Ref initialization.
oleburghardt 0e4f584
Merge branch 'develop' of https://github.com/su2code/SU2 into feature…
oleburghardt 6702690
Merge branch 'develop' of https://github.com/su2code/SU2 into feature…
oleburghardt 99f5284
Merge branch 'develop' of https://github.com/su2code/SU2 into feature…
oleburghardt c3c114c
Remove 'FVM' extensions from all names related to the finite volume h…
oleburghardt 0796772
Typos and spaces.
oleburghardt cac5f03
Merge branch 'develop' of https://github.com/su2code/SU2 into feature…
oleburghardt fd49a59
Small change (adding paranthesis around booleans).
oleburghardt 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
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.
This is ugly and if someone has got the time right now, I'd like to have your suggestions what the 'right' approach might be.
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.
It's improved now by taking the minimum of all reference times as the reference time for all zones (not requiring any hard-coded values).