-
Notifications
You must be signed in to change notification settings - Fork 918
Rough wall boundary condition for SA and SST turbulence models. #877
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
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
cc64d25
Initial commit with roughness corrections for SA and SST models.
koodlyakshay 977cc75
Merge with develop.
koodlyakshay 75e68fc
Small changes.
koodlyakshay 956c1d4
Merge with develop.
koodlyakshay 015b46b
Fix boundary condition implementation.
koodlyakshay f1f35e2
Temporary fix for wall distance modification when run in parallel.
koodlyakshay a211446
Fix postprocessing routines.
koodlyakshay 305667b
Fix for zero wall distance and zero roughness by adding EPS.
koodlyakshay 2fb7cc1
Add some comments.
koodlyakshay a433aca
Merge branch 'develop' into feature_roughwall
koodlyakshay 456db04
Fix some issues in roughness values and change back to jPoint in SST …
koodlyakshay 5a9ad66
Fix nWallTypes and initialize Roughness in constructor.
koodlyakshay 06ca570
Merge branch 'develop' into feature_roughwall
koodlyakshay 529772a
Fix tabs and spaces.
koodlyakshay f0b88e3
Fix comments mentioned in review and update config tempelate
koodlyakshay d69313d
Merge with develop and fix conflicts.
koodlyakshay 8071913
Fix comments, indentations and MARKER_ISOTHERMAL.
koodlyakshay 4b440f3
Merge with develop(I).
koodlyakshay 93ec8c0
Merge branch 'develop' into feature_roughwall(II)
koodlyakshay 444698f
Merge with develop (III).
koodlyakshay 782ca72
Fix indentation and spaces.
koodlyakshay fa49699
Merge branch 'develop' into feature_roughwall
koodlyakshay d4aa0a5
Merge with develop, not fixed ADT yet.
koodlyakshay 1e22601
Fix issue with cht test case.
koodlyakshay d629824
Merge with develop.
koodlyakshay b56ff10
Remove roughness elements in ADT files and add routines to get the co…
koodlyakshay 44ee968
Fix spaces and errors.
koodlyakshay 8af1dbb
Merge branch 'develop' into feature_roughwall
koodlyakshay e73cba1
Clean up comments and spaces.
koodlyakshay bb90518
Simplify input method.
koodlyakshay d023701
Merge with develop.
koodlyakshay a12bc5f
Merge branch 'develop' into feature_roughwall
koodlyakshay daa9700
Merge branch 'develop' into feature_roughwall
pcarruscag 398cf3b
Merge branch 'feature_roughwall' of https://github.com/su2code/SU2 in…
koodlyakshay 999a631
Move global arrays from config into geometry and update option name.
koodlyakshay 42e5fd4
Merge branch 'develop' into feature_roughwall
koodlyakshay c60cb5f
Clean up and remove unused code.
koodlyakshay e1d8c0c
Merge branch 'develop' into feature_roughwall
koodlyakshay eb5c9fe
Simplify some routines and clean up.
koodlyakshay c7dbe19
Fix compile error.
koodlyakshay 594ba80
Fix turb viscosity in output routines in flow solver.
koodlyakshay d9f5eea
Merge branch 'develop' into feature_roughwall
pcarruscag 97c687d
Small fixes to ease memory handling.
koodlyakshay a46aff3
Change travis, config template and add delete statements for free var…
koodlyakshay 62133e6
fix bug in signature of Allgatherv in base mpi wrapper
pcarruscag 0d52be9
Merge branch 'develop' into feature_roughwall
koodlyakshay 3b03170
Add test case config file.
koodlyakshay 1740007
Fix conflicts and merge with develop.
koodlyakshay c518c86
revert changes to codi and medi
pcarruscag 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
This was the problem, the signature was incorrect, I've had some issues (weird segfaults) in the past with AD and allgatherv by the way... not because of this problem, and maybe it was my fault... But anyway just something to keep in the back of your mind if it causes you problems too.