CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

BC for an "artificial outlet" which is inside the fluid domain in reality

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 14, 2020, 10:01
Question BC for an outlet where the pressure unknown
  #1
New Member
 
Join Date: Aug 2020
Posts: 16
Rep Power: 5
decanter is on a distinguished road
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);
    }
p
Code:
inlet_feedPipe
    {
        type               zeroGradient;
    }
    outlet_liquid
    {
        type           fixedValue;
        value          0;
     }
   outlet_liquidConus
    {
         type           zeroGradient;
     }
Would for example totalPressure or rotatingTotalPressure an option?
I would really appreciate if you could help me as I am stuck on my master thesis now.

Best regards,
Ayca
Attached Images
File Type: jpg Dekanter_gesamt1.jpg (23.8 KB, 10 views)
File Type: jpg Dekanter_gesamt2.jpg (22.8 KB, 6 views)
File Type: jpg Schnitt.jpg (33.7 KB, 7 views)

Last edited by decanter; December 16, 2020 at 04:04.
decanter is offline   Reply With Quote

Reply

Tags
boundary conditons, mrf, totalpressure bc


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 07:38
Turbomachinery Mass imbalance sheaker CFX 12 September 5, 2019 08:09
A cone-shaped fluid inside a box-shaped domain saoYT Fluent Multiphase 0 March 23, 2016 13:44
block geometry inside fluid domain jeff Main CFD Forum 18 April 12, 2004 11:37
Terrible Mistake In Fluid Dynamics History Abhi Main CFD Forum 12 July 8, 2002 09:11


All times are GMT -4. The time now is 01:15.