|
[Sponsors] |
BC for an "artificial outlet" which is inside the fluid domain in reality |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 14, 2020, 11:01 |
BC for an outlet where the pressure unknown
|
#1 |
New Member
Join Date: Aug 2020
Posts: 16
Rep Power: 6 |
Hello everyone,
I am simulating a decanter centrifuge with MRF method. In reality it is two-phase flow for solid-liquid but I am simlulation single phase (water) with pimpleFoam for now. The actual geometry has one inlet and two outlets (one for clarified liquid, one for discharged solid particles) Because I wasn't interested in the whole geometry I cutted the geometry along its length (x-Axis). So I don't have the outlet patch for particles anymore but instead I have an outlet patch which was actually inside the geometry before. In reality, through this patch my suspension should continue flowing to the actual outlet patch for particles. I don't know which BC I should use for that outlet patch, as it is not a real outlet patch where the fluid would flow out of the domain. I made my first simulations using fixedPressure for p and giving a small random fixedValue for U (1e-5 0 0). You can see the pressure field in attached image. (Cylindrical end is where the clarified fluid goes out and the conical end is the outlet I am asking for help) But as it is a random given value I am not sure if it is the right approach or not. I thought I could use zeroGradient for velocity but then I am not sure what I should use for pressure as I can't set the pressure to zeroGradient as well. The patch is also rotating. For my other patches I used: U Code:
inlet_feedPipe { type flowRateInletVelocity; volumetricFlowRate 2.78e-5; value $internalField; } outlet_liquid { type zeroGradient; } outlet_liquidConus { type fixedValue; value (1e-5 0 0); } Code:
inlet_feedPipe { type zeroGradient; } outlet_liquid { type fixedValue; value 0; } outlet_liquidConus { type zeroGradient; } I would really appreciate if you could help me as I am stuck on my master thesis now. Best regards, Ayca Last edited by decanter; December 16, 2020 at 05:04. |
|
Tags |
boundary conditons, mrf, totalpressure bc |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
sliding mesh problem in CFX | Saima | CFX | 46 | September 11, 2021 08:38 |
Turbomachinery Mass imbalance | sheaker | CFX | 12 | September 5, 2019 09:09 |
A cone-shaped fluid inside a box-shaped domain | saoYT | Fluent Multiphase | 0 | March 23, 2016 14:44 |
block geometry inside fluid domain | jeff | Main CFD Forum | 18 | April 12, 2004 12:37 |
Terrible Mistake In Fluid Dynamics History | Abhi | Main CFD Forum | 12 | July 8, 2002 10:11 |