-
Notifications
You must be signed in to change notification settings - Fork 995
Implementing variable density for unsteady incompressible flow #2641
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
124 commits
Select commit
Hold shift + click to select a range
509a608
my changes
6aeb0a3
my changes
79e238c
specieschanges
526b9a1
Remove slurm files from repository
59979d0
Remove unnecessary blank line in COutput.hpp
tkiymaz 99abfa4
Clean up commented-out density setting code
tkiymaz bee5a27
Update density retrieval comment for transient handling
tkiymaz cea69cc
Remove empty line before temperature setter comment
tkiymaz a721a2e
Clean up whitespace in CIncEulerVariable.hpp
tkiymaz 02c03bb
Clean up blank lines in CVariable.hpp
tkiymaz 0449bb4
Clean up CFlowIncOutput.cpp by removing blank lines
tkiymaz 572291f
Clean up CompleteImplicitIteration and update dRhodT
tkiymaz c9fd0f6
Revert back the preconditioning to original
tkiymaz fc33c6a
Remove unnecessary whitespace and debug print statement
tkiymaz 644a543
Clean up blank lines in CIncNSVariable.cpp
tkiymaz fed4892
Clean up whitespace in CVariable.cpp
tkiymaz 8e09f7f
Fix constructor signature for CSpeciesVariable
tkiymaz 1e5008a
Remove unnecessary blank line in CSpeciesVariable.cpp
tkiymaz 2aebc54
Fix constructor signature for CSpeciesFlameletVariable
tkiymaz 3f19c55
Remove debug output from SetPrimVar method
tkiymaz f5b3f56
Merge branch 'develop' into fix_inc_unsteady_density
tkiymaz 735c27b
Update SU2_CFD/include/variables/CVariable.hpp
bigfooted f9f98a0
Update SU2_CFD/include/output/COutput.hpp
bigfooted adf7581
Update SU2_CFD/include/variables/CIncEulerVariable.hpp
bigfooted cc06d7e
Update SU2_CFD/include/variables/CEulerVariable.hpp
bigfooted 6f2a8eb
Update SU2_CFD/src/solvers/CIncEulerSolver.cpp
bigfooted fa318d2
Update SU2_CFD/src/variables/CVariable.cpp
bigfooted 3e1b898
Update SU2_CFD/src/variables/CVariable.cpp
bigfooted 87a3381
Update SU2_CFD/src/variables/CIncNSVariable.cpp
bigfooted b278ad6
Update SU2_CFD/src/variables/CIncNSVariable.cpp
bigfooted dda9271
Update SU2_CFD/src/variables/CIncEulerVariable.cpp
bigfooted ff74a7f
Update SU2_CFD/include/solvers/CFVMFlowSolverBase.inl
bigfooted c194c4f
Update SU2_CFD/src/variables/CIncEulerVariable.cpp
bigfooted ac17146
Update SU2_CFD/include/solvers/CFVMFlowSolverBase.inl
bigfooted 35b018f
most of the second order stuff
bigfooted d14be6e
cleanup for second order method (not tested yet)
bigfooted 6cc4073
merge w. develop
bigfooted 83c3416
Merge branch 'develop' into fix_inc_unsteady_density
Cristopher-Morales 459e3b4
Merge branch 'develop' into fix_inc_unsteady_density
Cristopher-Morales 630856b
Update SU2_CFD/src/solvers/CIncEulerSolver.cpp
tkiymaz 35ad976
Update SU2_CFD/src/solvers/CIncEulerSolver.cpp
tkiymaz 31f8af3
Update SU2_CFD/src/solvers/CIncEulerSolver.cpp
tkiymaz 00ae736
Potential fix for code scanning alert no. 5888: Unused local variable
bigfooted 8a47539
Merge branch 'develop' into fix_inc_unsteady_density
Cristopher-Morales 4f7a656
Merge branch 'develop' into fix_inc_unsteady_density
Cristopher-Morales df27a84
Update SU2_CFD/src/variables/CIncNSVariable.cpp
bigfooted 51f18af
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted 524fd46
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted acfe778
Merge branch 'develop' into fix_flame_init
bigfooted adedf6b
fix mpi and flame init
bigfooted 69833df
Merge remote-tracking branch 'origin/fix_flame_init' into fix_inc_uns…
bigfooted 89661d4
Merge branch 'fix_flame_init' into fix_inc_unsteady_density
bigfooted df28101
guards
bigfooted 2308622
revert
bigfooted d529abe
Apply suggestion from @bigfooted
bigfooted 02c3311
Apply suggestion from @bigfooted
bigfooted 2364e90
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted d4c5d18
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted 7899323
Merge branch 'fix_inc_unsteady_density' of https://github.com/su2code…
bigfooted b355867
update code
bigfooted 76d652c
fix density registration for AD
bigfooted 100c2cb
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted 1562607
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted b8e840a
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted ec308a5
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted a7ab5b7
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted 4f5cdfa
merge with develop
0f538ea
update w. develop
bigfooted d12f7b3
update naming
bigfooted de4a95b
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted f7775f0
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted 7905679
fix bounded scalar
bigfooted b2a9094
fix restart, add regression
bigfooted f10305e
point github workflow to temporary testcases branch
bigfooted f5e0e34
Jacobian update for unsteady density
b71c7ff
extension of bounded scalar fix to RANS
b359140
change OMP call
bigfooted 5f7e34d
Update SU2_CFD/include/solvers/CSpeciesSolver.hpp
tkiymaz 3a7553e
Update SU2_CFD/include/solvers/CTurbSolver.hpp
tkiymaz 663105f
formating and addition of bool functions
c25ac53
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted 3573190
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted 110d585
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted ec56eb3
overload getdensity_time_n
bigfooted 2e5ccec
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted 3ea82e7
overload density
bigfooted afdc9d5
Merge branch 'fix_inc_unsteady_density' of https://github.com/su2code…
bigfooted c40865f
registerdensity is part of registersolution
bigfooted 8cc8bbe
Potential fix for pull request finding 'CodeQL / Unused local variable'
bigfooted 879d3ba
update testcase
bigfooted c9c2c82
Merge branch 'fix_inc_unsteady_density' of https://github.com/su2code…
bigfooted 40c4f72
Apply suggestion from @bigfooted
bigfooted 42eee98
Apply suggestion from @bigfooted
bigfooted 6b9c7ac
update bounded scalar for compressible
bigfooted cffd048
Merge branch 'fix_inc_unsteady_density' of https://github.com/su2code…
bigfooted 08325f0
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted dfdba2f
update testcase
bigfooted e238ab2
Merge branch 'fix_inc_unsteady_density' of https://github.com/su2code…
bigfooted d406376
update testcase
bigfooted 0a5e693
update regressions
bigfooted 820cb75
fix codi
bigfooted 4be14fd
small cleanup
bigfooted 12fd1f6
drop unused CIncEulerVariable include in CFlowIncOutput
324d94d
remove dead density adjoint hooks, error out on unsteady adj + variab…
de8eb53
store bounded_scalar as CScalarSolver member instead of virtual
abe9e19
recompute dual-time density each step (fixes MG + restart)
8120bda
remove silent-0 GetDensity_time_n base, cast at scalar-solver call
f952be0
Update SU2_CFD/include/variables/CIncEulerVariable.hpp
tkiymaz b3d27b5
Update SU2_CFD/include/solvers/CIncEulerSolver.hpp
tkiymaz de69cbb
Update SU2_CFD/include/solvers/CScalarSolver.inl
tkiymaz 2cee943
Update SU2_CFD/include/solvers/CScalarSolver.inl
tkiymaz 07a7515
Update SU2_CFD/include/variables/CIncEulerVariable.hpp
tkiymaz c40ff80
Update SU2_CFD/src/solvers/CIncEulerSolver.cpp
tkiymaz ea6223b
Update SU2_CFD/src/variables/CIncEulerVariable.cpp
tkiymaz ac568ba
revert CVariable, make GetDensity_time_n pure virtual with final over…
ffaa9ac
enable unsteady adjoint with variable density, reject MG + scalar-dep…
725cc73
Merge branch 'develop' into fix_inc_unsteady_density
tkiymaz ed698bc
restore develop test_vals for unsteady_naca0012
1ee51f2
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted b46633d
update AD regression residuals for variable-density adjoint
748dbbe
Merge branch 'develop' into fix_inc_unsteady_density
bigfooted 9157de8
Apply suggestion from @bigfooted
bigfooted 96f7a12
Apply suggestions from code review
bigfooted 7610a32
fix periodic regression
bigfooted 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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.