-
Notifications
You must be signed in to change notification settings - Fork 910
Updating SA-Diffusion term Discretisation #2508
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
pcarruscag
merged 37 commits into
su2code:feature_sa_diffusion
from
Bot-Enigma-0:feature_sa_diffusion
Jun 28, 2025
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
ca7bf9e
Base model changes
Bot-Enigma-0 fb0b376
freeze 'cross-production' from sources
Bot-Enigma-0 457c590
something to search through code, delete later
Bot-Enigma-0 7d83805
update cell-centre nu_tilde
Bot-Enigma-0 7e9d43a
non-conservative class in scalar_diffusion
Bot-Enigma-0 8b61921
evaluation of non-cons fluxes and jacobians for base model
Bot-Enigma-0 bf50893
updated edge looping for SA Solver
Bot-Enigma-0 0213d1f
remove extra ;
Bot-Enigma-0 0bd4013
revert turb_diff
Bot-Enigma-0 7049631
compute fluxes twice in TurbSASolver
Bot-Enigma-0 8a5ca6c
remove non-conservative class
Bot-Enigma-0 10cc4dc
evaluate and accumulate each flux separately
Bot-Enigma-0 57db642
converging CTurbSASolver
Bot-Enigma-0 823c335
negative model
Bot-Enigma-0 8c976d5
exact jacobians for negative model
Bot-Enigma-0 65a9484
frozen diffusion coefficient for base model
Bot-Enigma-0 9ec0e83
fixed jacobian accumulation and frozen coeffient jacobains
Bot-Enigma-0 9d235a4
manual asymmetric block update
Bot-Enigma-0 236b0b7
jacobians for manual update
Bot-Enigma-0 e590b37
clean up diffusion numerics
Bot-Enigma-0 42dec93
clean up CTurbSASolver
Bot-Enigma-0 69d9885
remove exact jacobians from neg and add option to use exact for base
Bot-Enigma-0 bcb0f94
remove cross-production calculations from sources
Bot-Enigma-0 1fcb8de
small typo, does not affect results
Bot-Enigma-0 53ee8ca
remove search script
Bot-Enigma-0 75574d9
define vectors
Bot-Enigma-0 fe10797
reducer strategy for SA
Bot-Enigma-0 947e807
update summation in FVM solver
Bot-Enigma-0 5f52759
revert flow solver
Bot-Enigma-0 861574f
update scalar solver for additional EdgeFluxes_Diff
Bot-Enigma-0 c0687bc
update SA solver
Bot-Enigma-0 5750252
correct Reducer accumulation
Bot-Enigma-0 77f797b
update regression tests
Bot-Enigma-0 bb7a0c4
change regression directory
Bot-Enigma-0 1148082
update regression tests
Bot-Enigma-0 81a0620
add option specific to turbulence for accurate jacobians
Bot-Enigma-0 344e939
update regression
Bot-Enigma-0 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
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.
Nice use of lambdas 👍