Skip to content
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

Tracer drift flux model #1014

Merged
merged 3 commits into from
Feb 4, 2024
Merged

Tracer drift flux model #1014

merged 3 commits into from
Feb 4, 2024

Conversation

blaisb
Copy link
Contributor

@blaisb blaisb commented Feb 4, 2024

Description of the problem

  • For some simple cases of tracer modeling, we need to account for tracer drift to have a simple model for dilute multiphase simulation. This is currently not possible.

Description of the solution

  • Add a simple drift flux velocity model for the tracer physics. This is just a user-defined function that adds a supplementary velocity on top of the fluid velocity to the tracer physics.

How Has This Been Tested?

  • This is a very minimal modification which just adds a velocity to the fluid velocity so this does not require specific unit test. If all the regular tests still pass, this implementation should be valid.

Documentation

  • Documentation of the class was added and class is adequately documented.

@blaisb blaisb merged commit 804f64f into master Feb 4, 2024
8 checks passed
@blaisb blaisb deleted the tracer_drift_flux_model branch February 4, 2024 13:07
M-Badri pushed a commit to M-Badri/lethe that referenced this pull request Sep 29, 2024
Description of the problem
For some simple cases of tracer modeling, we need to account for tracer drift to have a simple model for dilute multiphase simulation. This is currently not possible.

Description of the solution
Add a simple drift flux velocity model for the tracer physics. This is just a user-defined function that adds a supplementary velocity on top of the fluid velocity to the tracer physics.

How Has This Been Tested?
This is a very minimal modification which just adds a velocity to the fluid velocity so this does not require specific unit test. If all the regular tests still pass, this implementation should be valid.

Documentation
Documentation of the class was added and class is adequately documented.

Former-commit-id: 804f64f
blaisb added a commit that referenced this pull request Sep 30, 2024
Description of the problem
For some simple cases of tracer modeling, we need to account for tracer drift to have a simple model for dilute multiphase simulation. This is currently not possible.

Description of the solution
Add a simple drift flux velocity model for the tracer physics. This is just a user-defined function that adds a supplementary velocity on top of the fluid velocity to the tracer physics.

How Has This Been Tested?
This is a very minimal modification which just adds a velocity to the fluid velocity so this does not require specific unit test. If all the regular tests still pass, this implementation should be valid.

Documentation
Documentation of the class was added and class is adequately documented.

Former-commit-id: 804f64f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant