Composition-dependent density model for variable density incompressible flow#1620
Composition-dependent density model for variable density incompressible flow#1620Cristopher-Morales merged 83 commits intodevelopfrom
Conversation
|
This pull request fixes 1 alert when merging c970543 into 6acc62f - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging e8d75bc into 6acc62f - view on LGTM.com fixed alerts:
|
|
@Cristopher-Morales do we really need all the diffusivity model implementations at this point (constant Schmidt etc)? |
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
… into feature_mixturedensity
|
This pull request fixes 1 alert when merging 69ba724 into fa910a0 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging f49c522 into fa910a0 - view on LGTM.com fixed alerts:
|
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
| % | ||
| FLUID_MODEL= FLUID_MIXTURE | ||
| % | ||
| MOLECULAR_WEIGHT= 28.96, 16.043 |
There was a problem hiding this comment.
We need some comments here and in config_template regarding how this works, i.e. the "N+1" requirement and how they should be ordered.
There was a problem hiding this comment.
ok, I will add them. Thank you so much for the feedback
|
This pull request fixes 1 alert when merging a2f682e into 0232486 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging 98c61f0 into 0232486 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging 9dd6ea1 into c101e20 - view on LGTM.com fixed alerts:
|
|
Hi all, thank you so much for your feedback. Are there things left for this pull request? |
|
This pull request fixes 1 alert when merging 2b048b1 into c101e20 - view on LGTM.com fixed alerts:
|
Co-authored-by: TobiKattmann <31306376+TobiKattmann@users.noreply.github.com>
Co-authored-by: TobiKattmann <31306376+TobiKattmann@users.noreply.github.com>
Co-authored-by: TobiKattmann <31306376+TobiKattmann@users.noreply.github.com>
Co-authored-by: TobiKattmann <31306376+TobiKattmann@users.noreply.github.com>
|
This pull request fixes 1 alert when merging 4776aec into c101e20 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging 0e404e3 into c101e20 - view on LGTM.com fixed alerts:
|
TobiKattmann
left a comment
There was a problem hiding this comment.
Hi Christopher, thanks for working on this and taking the responsibility to bring that contribution into develop 💐 (and of course working through all the comments, especially where some of mine were not correct 👍 )
Apart from these 2 more suggestions this PR is good to go from my point of view
...Cases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel.cfg
Outdated
Show resolved
Hide resolved
Co-authored-by: TobiKattmann <31306376+TobiKattmann@users.noreply.github.com>
…2_primitiveVenturi_mixingmodel.cfg Co-authored-by: TobiKattmann <31306376+TobiKattmann@users.noreply.github.com>
|
This pull request fixes 1 alert when merging 2c0d6c1 into db8ea45 - view on LGTM.com fixed alerts:
|
Proposed Changes
Give a brief overview of your contribution here in a few sentences.
Adapting and fixing mixing density model when species transport equations are being solved.
The species dependent properties will be added in 3 PRs:
1/3 : mixture density model (this PR)
2/3 : mixture viscosity + heat capacity
3/3 : mixture mass diffusivity + thermal conductivity
Related Work
Resolve any issues (bug fix or feature request), note any related PRs, or mention interactions with the work of others, if any.
Mark Heimgartner implemented the MIXTURE_FLUID model during his master thesis at Bosch. In this pull request, we aim to adapt his implementation to the latest version of develop branch, fixing some implementations that we think were causing numerical issues in his original implementation.
EDIT: Here, the mixture density will be implemented, based on the ideal gas law (computing mixture molecular weights).
PR Checklist
Put an X by all that apply. You can fill this out after submitting the PR. If you have any questions, don't hesitate to ask! We want to help. These are a guide for you to know what the reviewers will be looking for in your contribution.