idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.77k stars 1.05k forks source link

Multi phase flow capabilities in the modules #22637

Open lindsayad opened 2 years ago

lindsayad commented 2 years ago

Reason

Multi phase flow is very important physics for some applications and users including @joe61vette

Design

One possible design is adding additional terms to the Rhie-Chow interpolation as outlined in the references from https://github.com/joe61vette/ASP/pull/10#issuecomment-1087772360. Other designs can also be considered, given our ownership of relap-7 which I understand works well for some inputs and given our new common layer collaboration with SAM.

Impact

Powerful new physics capability in the moose repository

GiudGiud commented 1 year ago

We use the pull request system to handle internal and external contributions. We have a guide on how to contribute on the main moose documentation website

lindsayad commented 1 year ago

Some helpful information is at https://mooseframework.inl.gov/framework/contributing.html

lindsayad commented 1 year ago

@joe61vette do you have a DOI or hyperlink for the Pandere/Lou hybrid paper? I cannot find it for the life of me

lindsayad commented 1 year ago

Found it: https://www.sciencedirect.com/science/article/pii/S0021999116302819

joe61vette commented 1 year ago

Hi Alex:  glad you found it.  I have been offline due to my cable being cut.  I will be trying your new formulation sometime in the future.Thanks,  JoeOn Oct 2, 2023, at 7:28 PM, Alex Lindsay @.***> wrote: Found it: https://www.sciencedirect.com/science/article/pii/S0021999116302819

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

tanoret commented 10 months ago

A comment for this thread. We are adopting the WCNSFV2P (weakly-compressible Navier Stokes Finite Volume 2-phase) prefix for 2-phase modeling using finite volume in the NS module. We have a working version of a drift-flux mixture model in an ongoing PR. A two-phase Euler-Euler model with and without level set should also be available soon.