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

Partitioned-Pipe tutorial with fixedFluxExtrapolatedPressure #323

Open
thesamriel opened this issue Feb 7, 2023 · 1 comment
Open

Partitioned-Pipe tutorial with fixedFluxExtrapolatedPressure #323

thesamriel opened this issue Feb 7, 2023 · 1 comment

Comments

@thesamriel
Copy link
Contributor

As I have established in my master's thesis, I would recommend to use the fixedFluxExtrapolatedPressure boundary condition for pressure on the second half of the pipe.
This way we can achieve results that are identical to a monolithic pipe simulation.

However, this boundary condition can only be used with SIMPLE/PISO/PIMPLE solvers and therefore not with sonicLiquidFoam

Solutions

  • We can keep participant fluid2-openfoam-sonicliquidfoam with fixedGradient pressure and the resulting offsets in the solution.
  • We replace the sonicliquidfoam halves with e.g. pisoFoam or rhoPimpleFoam
@MakisH
Copy link
Member

MakisH commented Feb 8, 2023

Most important is that we have one case (just incompressible) demonstrating these BC.
The sonicLiquidFoam was a rather arbitrary choice when we were looking for a compressible solver to demonstrate that the adapter technically works with compressible solvers. rhoPimpleFoam (or even just another tutorial with buoyantPimpleFoam) would also be good.
We can completely drop the sonicLiquidFoam case, we have not promised any long-term support for this.

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

No branches or pull requests

2 participants