-
Notifications
You must be signed in to change notification settings - Fork 917
Preconditioning for multicomponent flows #2426
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
163 commits
Select commit
Hold shift + click to select a range
ca9083e
solving for enthalpy
Cristopher-Morales 0487a68
fixing flux jacobian
Cristopher-Morales dd369bb
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 5076f9d
fix output error
Cristopher-Morales 09fe6f4
adding enthalpy diffusion
Cristopher-Morales 851b13f
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales f258308
moving enthalpy diffusion terms to CIncNSSolver.cpp
Cristopher-Morales 63a8f37
small fix
Cristopher-Morales cb1d3ef
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 30d0b88
cleaning and rewritting some functions
Cristopher-Morales dd22fcd
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 7f92730
axisymetric source term and corrected flux jacobian at the wall
Cristopher-Morales fdbb9b9
updating BC_ConjugateHeat_Interface for fluid mixture
Cristopher-Morales c0b10a6
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 911c996
Merge branch 'develop' into feature_preconditioning
2af10c3
activating muscl, consistent extrapolation for multicomponent
d0d0221
Merge branch 'develop' into feature_preconditioning
a1f526c
correct average enthalpy for multicomponent flows output
c469d32
Merge branch 'develop' into feature_preconditioning
ef2dc5f
changing boolean names
94bd0b0
up to date to develop
1c44044
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 912642b
adding brackets
Cristopher-Morales a6ce2d4
fixing warning
Cristopher-Morales e9d1e1f
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 127df29
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 211dda0
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 0655c99
adding standard reference temperature T0=298.15K as default value
Cristopher-Morales b8b45ef
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales aca6e19
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 5c656bb
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 3f45e1c
reformulating and cleaning
Cristopher-Morales b1fc9d4
cleaning flow_diffusion.hpp and .cpp
Cristopher-Morales b23913a
removing spaces
Cristopher-Morales 1961b08
fix description working variable
Cristopher-Morales 02e5eac
update parallel regresion test
Cristopher-Morales 810d2df
fix non-dimensionalization issue
Cristopher-Morales 70ae6ee
updating species Non-Dimensional test case
Cristopher-Morales e9d3f4c
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 165a9ad
fix parallel_regression.py
Cristopher-Morales eabaabf
updating regression test cases
Cristopher-Morales 96c6219
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales e1d873b
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales bbb76ae
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 52a1689
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 8d829b2
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 8a6b0f0
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 6a54f9f
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 761a3ac
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 31b6101
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales be00947
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales ca43883
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales f1ddb3c
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales d0f5577
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 4428a03
update parallel regression test
Cristopher-Morales 395430d
adding adj enthalpy fields for incompressible solver
Cristopher-Morales 247e64b
adding HeatFluxDiffusion in Preaccumulation
Cristopher-Morales fcacd18
updating JST and Lax-Friedrich
Cristopher-Morales 5e1dacf
updating BC far-field for multicomponent flows
Cristopher-Morales 93f70ab
fix small bug conductivity prandtl
Cristopher-Morales 4b1fb41
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 8a31e7e
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 8640efd
adding regression cases
Cristopher-Morales a25de29
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales c0b0bed
update residual JST-Lax_Friedrich
Cristopher-Morales f1744c0
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales ae3ab31
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 3148c3a
adding function for computing enthalpy due to species diffusion
Cristopher-Morales 69d4efa
adding setTDState_h for multicomponent
Cristopher-Morales 346a511
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales bcfec92
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 1cfbb67
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 7a6ddfc
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales c7f27da
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales a8c69ae
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 982fb56
updating parallel_regresion residuals
a6a5b4e
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 18792df
update multizone restart for species transport
5fa9236
updating residual multizone species transport
1b52536
Update SU2_CFD/include/numerics/CNumerics.hpp
Cristopher-Morales 47e77c7
Update SU2_CFD/include/numerics/CNumerics.hpp
Cristopher-Morales f99a541
Update SU2_CFD/src/fluid/CFluidScalar.cpp
Cristopher-Morales d3496d6
Update SU2_CFD/src/numerics/CNumerics.cpp
Cristopher-Morales d45faef
fixing names according to review comment
Cristopher-Morales b81cd1b
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales bbb0882
fixing ComputeConsistentExtrapolation according to review comment
Cristopher-Morales 982b649
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 62fd167
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 0025691
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 12c3290
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales d66fceb
removing WorkingVar from numerics and small cleaning
Cristopher-Morales 8ba4b78
formatting
Cristopher-Morales 8ce7ba3
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales a3481f4
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 745cf5a
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 18a4348
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales da4ab08
updating residuals
Cristopher-Morales 69ec88d
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 91477ee
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 61ba0f2
defining enthalpy in each model and reformulating inlet BC
Cristopher-Morales a0884d7
fix error JST and BC IncEulerSolver
Cristopher-Morales 807667f
using GetFluidModel in CIncEulerSolver
Cristopher-Morales 5477a05
making enthalpy the working variable
Cristopher-Morales 58e66ea
fix warning
Cristopher-Morales 09323dd
fixing outputs
Cristopher-Morales 798d7c4
fix centered scheme
Cristopher-Morales ac24ff5
fix ADJ_TEMPERATURE
Cristopher-Morales c874b02
changes energy_multicomponent, enthalpy and RMS_ENTHALPY in test cases
Cristopher-Morales b0e3769
imposing temperature when energy equation is switched off
Cristopher-Morales d316de6
changing screenoutput BGS_ENTHALPY[0] in cht files
Cristopher-Morales e2a80e6
avoid duplicating enthalpy output for flamelet solver
Cristopher-Morales 23fe425
renaming LIMITER_TEMPERATURE to LIMITER_ENTHALPY
Cristopher-Morales e8f9571
Update SU2_CFD/include/numerics/flow/convection/centered.hpp
Cristopher-Morales 66de4bc
Update SU2_CFD/include/numerics/flow/convection/centered.hpp
Cristopher-Morales bae602b
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales b051888
adding eddy diffusivity in enthalpy diffusion
Cristopher-Morales 5a14508
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales f990a55
updating residuals species transport
Cristopher-Morales 9224935
updating residuals
Cristopher-Morales 051c201
update residual and fixing output temperature
Cristopher-Morales 07b3f61
small cleaning
Cristopher-Morales 63a8761
updating residuals
Cristopher-Morales 42d3e9b
updating residuals
Cristopher-Morales 3491b37
updating residuals DAspecies tutorial case
Cristopher-Morales 9a8d01e
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 341281b
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 13985c5
Update SU2_CFD/include/variables/CIncEulerVariable.hpp
Cristopher-Morales 8cffbd2
Update SU2_CFD/src/fluid/CFluidScalar.cpp
Cristopher-Morales e5c3992
addressing comments part 1
Cristopher-Morales a2ae0b1
Update SU2_CFD/src/solvers/CIncNSSolver.cpp
Cristopher-Morales 21fab1a
addressing comments part 2
Cristopher-Morales 61be943
addressing comments part 3
Cristopher-Morales b8ecc10
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 2177d51
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales fed3aa2
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 8644084
updating residuals
Cristopher-Morales 2e0dcfe
updating residuals and .ref files
Cristopher-Morales fa3bad1
updating residual custom_source_buoyancy
Cristopher-Morales b63da27
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 694d9e5
computing enthalpy based on NASA polynomials for CIncIdealGasPolynomial
Cristopher-Morales 5896008
updating residuals inc_poly_cylinder
Cristopher-Morales 5669c8f
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales e1ac56e
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales d840e3f
adding explanation enthalpy as passive scalar and updating zimont pyw…
Cristopher-Morales 7c94309
small addition to the explanation
Cristopher-Morales ecffbaf
updating residual python wrapper test case zimont
Cristopher-Morales 00bf0f8
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 4610529
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 317cb7d
update residuals
Cristopher-Morales 4487cee
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 684a5a0
Update SU2_CFD/include/fluid/CConstantDensity.hpp
Cristopher-Morales 3d6af7b
returning minimum temperature limits for Newton_Raphson when Cp is a …
Cristopher-Morales cb90aec
Update SU2_CFD/include/variables/CIncEulerVariable.hpp
bigfooted 62a277c
Update SU2_CFD/src/output/CFlowOutput.cpp
bigfooted 64d77c0
Update SU2_CFD/include/fluid/CConstantDensity.hpp
bigfooted 38ce984
Update SU2_CFD/src/output/CAdjFlowIncOutput.cpp
bigfooted d6606df
fix compile issue
Cristopher-Morales b109542
Merge branch 'develop' into feature_preconditioning
Cristopher-Morales 985bd3c
moving Energy flag to CIncNSVariable and making it constant
Cristopher-Morales 7606f59
fixing jacobian contribution energy equation for radiation model
Cristopher-Morales 75a729d
updating residuals p1model parallel regression
Cristopher-Morales 7c32a6d
undo changes of_grad_cd.csv.ref p1adjoint test case
Cristopher-Morales fc4f12b
returning to develop branch in regression.yml
Cristopher-Morales 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
Some comments aren't visible on the classic Files Changed page.
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
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.