Mauricio Tano
Mauricio Tano
This is a work in progress. Still, tests and docs are missing.
refs #26610 Only referencing and not closing because we have also a two region k-epsilon model upcoming that will close wall issues.
## Reason Currently the MOOSE supports the mixing-length and k-epsilon turbulence model. Both of these models show a poor performance near the wall. A new model is needed to improve...
Closes #27444
### Motivation For modeling two-phase interface phenomena, the specific interface area between the liquid and the dispersed phases need to be tracked. This is currenty not included in Navier Stoke's...
Closes #28891
### Motivation Current slope limiters have issues converging for incompressible and weakly compressible flow. Formulation should be revised and improved for incompressible and weakly-compressible flow. Dispersion test case (adection of...
### Motivation Currently the cell gradients in `GreenGaussGradient.h` are computed with least-squares when the skewness correction is on. However, in the gradient recontruction methods listed in the [documentation](https://mooseframework.inl.gov/moose/finite_volumes/fv_design.html), the least...
Closes #28130