-
Notifications
You must be signed in to change notification settings - Fork 918
[WIP]: Flamelet progress variable (FPV) model #1223
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
Closed
Closed
Changes from all commits
Commits
Show all changes
128 commits
Select commit
Hold shift + click to select a range
4f83045
Add flamelet model.
b49b101
Fix file modes.
danielmayer 07cad06
1e4e6bd
6abbe55
d3d1b0a
merge branch 'develop' into branch 'feature_flamelet'
danielmayer 58951ce
fix delete for nonreacting
bigfooted 4966f8d
Fix some merge issues; code does not run at this point
danielmayer 8de2e0c
9a6fcb9
fix turbulent scalar
bigfooted b98db5d
remove vscode file
bigfooted 7a50ac9
update with recent commits
bigfooted 669eca8
update with recent commits
bigfooted 08233b8
Merge commit '5cb9f710ba35f12f32e407537a42ca47fb4d3c0e' into feature_…
bigfooted 90f55b2
Merge commit '99b07fb' into feature_flamelet
bigfooted f69150c
update with recent commits 3
bigfooted 3035d0a
update with recent commits 4
bigfooted ad1ebad
update with recent commits 5
bigfooted 6d6b8f0
Merge commit '1f2eb89' into feature_flamelet
bigfooted 7069fec
Merge commit '1892518d36a1279ad7f7da82da098842e57493d6' into feature_…
bigfooted 22ee635
update with recent commits 6
bigfooted dfeefd0
Merge commit 'defcfe7721ebba5e56e19e43a2c35f43c2eafcf4' into feature_…
bigfooted 90f61d0
update with recent commits 7
bigfooted d9ca3cc
Merge commit '813ff067f109a874e8336f5e852aaab0f2cdff0b' into feature_…
bigfooted 72bb19a
Merge commit '72f1ff6082d5c197f3759ee6f7e655697d1fde0d' into feature_…
bigfooted dd9ec9e
Merge commit '30b255448b0664ac6dc9ae2e33766ee48a7c33a6' into feature_…
bigfooted 2b369cd
Merge commit 'ce044585e045f2ec66a03338863f2e8fafa2ad78' into feature_…
bigfooted 711adce
Merge commit '5bad047648d175db86a803b36549350e849288e3' into feature_…
bigfooted c79f9f6
update with recent commits 9
bigfooted 583efa1
Merge commit 'c008fd4b48247def758c138f819553a06a42a5ba' into feature_…
bigfooted ec62b42
Merge commit 'dec8abf1e68b1c360c1d850a805c2887cb1a7d05' into feature_…
bigfooted 446656e
Merge commit '407af276f2140725b0c780d1407aaa6239a7db89' into feature_…
bigfooted fded0eb
update with recent commits 10
bigfooted c76f487
Merge commit '0674539af81be1c40b9c5abbf27de4529d9693b3' into feature_…
bigfooted 911ee72
Merge commit '19e58e26b062eb1a955125461b4c3db81e97c584' into feature_…
bigfooted 948b3ca
Merge commit '67554857fbfb6b96f93d215e167894ebeb64f914' into feature_…
bigfooted cff5b31
Merge branch 'develop' into feature_flamelet
bigfooted 42c2e43
b577098
5e6a849
3573426
598d46c
fix energy equation for flamelets
bigfooted bff31fa
small fix for flamelet energy
bigfooted 7116325
fix for flamelet energy residual
bigfooted 8729d6a
added passive scalar to adjoint output
bigfooted b8fcdf3
merge with develop
bigfooted 243cae1
merge with develop
bigfooted a5aea11
merge with develop
bigfooted a6ad4fe
fix scalar_var_i names
bigfooted 0adb8e3
update scalar_sources
bigfooted f3f483c
update scalar_convection
bigfooted 560a75f
mighty morphin of cscalar
bigfooted dfa956d
Power ranger update
bigfooted 07a747b
cc6fa90
Merge remote-tracking branch 'github/feature_flamelet' into feature_f…
danielmayer fab5935
fix scalar muscl scheme
bigfooted 8cea62e
remove setprimitive
bigfooted 1d79f1f
Merge remote-tracking branch 'github/feature_flamelet' into feature_f…
danielmayer 2c5c10e
fix small things for transported scalar and added turbulent diffusion…
bigfooted fbed140
Merge remote-tracking branch 'github/feature_flamelet' into feature_f…
danielmayer bc5881c
b52033b
Marry Flamelet and CHT models.
danielmayer ced9f51
update CHT + combustion with recent commits
bigfooted bb955eb
eaa39da
Disable geo constraints; add temp objective
danielmayer edd2d0b
307ea76
678c4aa
ac4a391
43d0c47
f20bde2
df8709b
9db7c20
3a744b5
Fix even more OMP stuff...
danielmayer 938cbae
Create structe to add regression test in own file for feature_flamelet.
TobiKattmann 64fb2fe
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann 9a5b04d
One should stage resolved merge conflicts as well ...
TobiKattmann 31e084e
STL writer test fails here because it depends on restart_flow that is…
TobiKattmann c8467ac
Fix slinc_steady serial_regression case.
TobiKattmann 3e9544f
This hopefully fixes most of the failing python regression tests.
TobiKattmann 2281054
Fix another problem in pyhton scripts.
TobiKattmann c3fd371
Showcasing my miraculous python problem solving skillz.
TobiKattmann 66c66dc
Create CUSTOM group for CUSTOM ObjFunc to not pollute directdiff outp…
TobiKattmann 96ba7c2
Catch pyhton error due to prior try-catch introduction.
TobiKattmann a136968
Wrap another python call in try-except block to make regression tests…
TobiKattmann 61a02ca
Give AVG_<species> thier own output group to make regression tests run.
TobiKattmann e6c339c
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann 71845a5
Fix silent merge conflict.
TobiKattmann 69b1e7c
Remove AVG_TEMP which is redundant to SURFACE_STATIC_TEMPERATURE.
TobiKattmann 715a5c9
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann f4e5843
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann c59b368
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann 2fd59da
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann 06319a7
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann 3312934
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann f4c8c2a
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann ecb1154
Fix the solver restarts, especially for turb+scalar combined.
TobiKattmann ea2ae95
Merge branch 'feature_flamelet' of https://github.com/su2code/SU2 int…
TobiKattmann 989e982
fix density term in scalar solver, fix small things
19989df
Fix restarts with scalar and turb for the adjoint run.
TobiKattmann 17f56aa
Fix FGMRES failing for Adjont runs
TobiKattmann 05e6bca
Revert "fix density term in scalar solver, fix small things"
TobiKattmann ea272bd
Merge branch 'feature_flamelet' of https://github.com/su2code/SU2 int…
TobiKattmann 5feb70f
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann f0a8463
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann b195ab8
Fix pseudo time update, conv Jacobians, diff Jacobians.
TobiKattmann 7b09faf
Change missing axisymetric jacobian contribution.
TobiKattmann 49af5be
Update axisymmetric contribution for Species Solver.
TobiKattmann 4c60e92
Fix Jacobian for species axisymetric source.
TobiKattmann 714e0dc
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann cccd793
Rename scalar files to scalarLegacy to avoid files with the same name.
TobiKattmann e5123cc
Rename AddClippedSolution because #1330 adds a new implemetation.
TobiKattmann ff0e922
Rename CNumerics ScalarVar(_Grad) by adding Legacy to it.
TobiKattmann 11584a5
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann 77e60e1
Remove AddClippedSolutionLegacy.
TobiKattmann 55539da
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann 03d81ff
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann f2ed2d9
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann 4a1d5ca
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann bde7819
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann 7595a35
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann 40f1ca2
Merge branch 'develop' into feature_flamelet
TobiKattmann 11d83df
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann 1e71192
Merge branch 'feature_flamelet' of https://github.com/su2code/SU2 int…
TobiKattmann 48bdaf1
Merge remote-tracking branch 'origin/develop' into feature_flamelet
TobiKattmann 513262c
adding regression test for laminar premixed flamelet
3b0622a
fix bug with flamelet initial condition
dc4dddc
fix bug with axisymmetry that caused flamelet approach to crash, fixe…
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.
if this is a completely new type of option please use vector<vector< instead of ** and if the number of columns is constant use an su2activematrix