CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

setting OUTLET flow rate equal to INLET flow rate

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 22, 2018, 06:33
Default setting OUTLET flow rate equal to INLET flow rate
  #1
New Member
 
Suffolk
Join Date: Nov 2015
Posts: 26
Rep Power: 10
spitchers is on a distinguished road
Hi all,

I am currently simulating a Jet Entrainment case and have a question regarding boundary conditions.

I will be prescribing the Jet Outlet boundary condition with various profiles and values—for instance, initially a uniform profile value of various flow rates, then a parabolic profile, then a ramp profile with different maximum velocities, then a Turbulence generator inlet.

The overall flow rate (phi) will change with each simulation.

The Jet Inlet (Jet collection is probably a more suitable name) is a patch that I need to calculate the following:

1. amount of ambient heat collected due to the jet entrainment
2. amount of species mass collected due to the jet entrainment
3. velocity profile

Now, this patch must have the exact same total flow rate as the inlet—at all times.

I have seen a few posts on here coving similar things using GroovyBC but I can't see why that is necessary.

Below is the boundary condition that I am currently using.

Code:
    
Outlet
 {
        type   flowRateInletVelocity;
        volumetricFlowRate constant -0.001648068;
        extrapolateProfile true;
        value           uniform (0 0 0);
    }
Now I am using the "extrapolateProfile true" because I don't know the velocity profile and it is certainly not uniform—so I need to calculate that from extrapolating from the neighboring cells.

I want to keep this boundary condition almost exactly as it is. But I would like to change this line:

Code:
volumetricFlowRate constant -0.001648068;
to something like this:

volumetricFlowRate Phi(Inlet) ;

so that the outlet flow rate is connected to the inlet flow rate. So any changes to the Inlet profile will automatically be updated to the Outlet.

I have an ambient boundary condition that is set to P_rgh=0. Far away from the Jet. Just in case anyone was going to ask where I am defining the pressure.

I would really appreciate any help! I have a little experience with the dynamic code boundary conditions. But I don't really want to re-write the BC as the flowRateInletVelocity BC already is doing 95% of what I need!

Best Regards,

Shaun
spitchers is offline   Reply With Quote

Reply

Tags
boudary condition, dynamic boundary, flow rate, jet, openfoam


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
mass flow inlet and pressure outlet with target mass flow rate Zigainer FLUENT 13 October 26, 2018 05:58
Mismatch inlet and outlet flow rates kiodos FLUENT 2 December 19, 2017 09:05
How to define a fixed velocity for a given mass flow rate on inlet mqasimali FLUENT 2 April 12, 2013 17:24
CO2 condensor mass flow rate BC at inlet and oulet possible? Boo85 CFX 0 August 17, 2011 22:20
Inlet and outlet flow rate Neser CFX 1 March 2, 2004 16:02


All times are GMT -4. The time now is 17:10.