-
Notifications
You must be signed in to change notification settings - Fork 1k
Introduce a function to compute stress tensor #1127
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
20 commits
Select commit
Hold shift + click to select a range
f2cc18a
CNumerics::MeanRateOfStrain computed by CNumerics::CompMROfSMat
maxaehle 8b893d3
CNumerics::ComputeReynoldsStressMatrix implemented
maxaehle c2ded5a
Allocation of Reynolds matrix if CConfig::GetUsing_ReyStress
maxaehle a182c89
generalized CNumerics methods for Reynolds stress and strain rate
maxaehle 2fa9bae
Using new Reynolds function at another place
maxaehle abbcdb0
Got rid of CNumerics::MeanRateOfStrain again
maxaehle e8875db
Used ComputeStressTensor to replace some explicit computations
maxaehle ca63718
Something is wrong with UQ methodology, trying to fix...
maxaehle 219f7e1
ComputeStressTensor takes gradient of velocity, not primvar now
maxaehle ba20ac4
Merge branch 'develop' into feature_ReynoldsStressInCNumerics
maxaehle db059dc
Removed unused variable delta
maxaehle 2ba0c73
Corrected spacing
maxaehle 62444fd
Allocation of CNum::MeanReyStress for UQ not treated separately
maxaehle 078427d
ComputeStressTensor, CompMeanRateOfStrMat templated and inline
maxaehle 2e90bae
Subtraction from the stress tensor diagonal modified
maxaehle 8ea289f
Merge branch 'develop' into feature_ReynoldsStressInCNumerics
maxaehle 64bd077
Using CNum::CompStressT in CSolver::CompVertexTractions
maxaehle 8305f66
Updated regression tests (rans_uq and two others)
maxaehle 09313dc
Forgot one regression test in 8305f66
maxaehle 8879c13
Using CNum::CompStressT in python_wrapper_structure.cpp
maxaehle 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.
That is a good question, you could try adding it to see how much it breaks the regressions. Maybe someone knows if it is for stability reasons.
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.
Just noticed this. Where to include the turbulent kinetic energy is a messy issue. If I'm not mistaken, @economon removed the
turb_kefrom this calculation to fix the pressure problems described in: #797